Share:

HSI to HCY Converter - Color Space Converter

HSI color space introduction

Also known as the HSI color space.There are 3 channels in total, hue,range from 0 to 360.saturation,range from 0 to 100.intensity,range from 0 to 255.
Origin: The HSI color space was designed to better match the color perception characteristics of the human eye, suitable for processing color-related information.
Primary Names: HSI, which includes H (Hue), S (Saturation), and I (Intensity) as the three color channels.
Typically expressed as a triplet, for example: hsi(120°, 0.5, 0.75) represents a green hue with medium saturation and high brightness.
Usage Scope: Extensively used in image processing and analysis, such as color segmentation, edge detection, target tracking, etc.
Additionally, HSI can be converted to and from RGB, and while similar to HSV and HSL, in HSI, I (Intensity) represents the overall brightness of the color.

HCY color space introduction

Also known as the HCY color space.There are 3 channels in total,hue,range from 0 to 360.chroma,range from 0 to 100.luminance,range from 0 to 255.
The HCY color space represents colors in terms of hue, chroma (colorfulness relative to brightness), and luma (brightness or luminance), offering an alternative to color spaces like HSL and HSV.
Known as the HCY color space.
Colors are defined by hue (H), chroma (C), and luma (Y), with luma (Y) being a representation of brightness that corresponds more closely to human visual perception.
The HCY color space is often used in applications where the perception of color brightness is important, such as video and image processing, and user interface design.
Compared to HSL or HSV, HCY offers a representation of colors that aligns more with human perception of brightness, especially effective during color transformation and adjustment.

You might also want to convert HSI color space to these formats: