Shades of Light Cyan #CAFBFE
Tints of Light Cyan #CAFBFE
RGB
CMYK
RGB Variations
Color information
#CAFBFE (or 0xCAFBFE) is known color: Light Cyan. HEX triplet: CA, FB and FE. RGB value is (202,251,254). Sum of RGB (Red+Green+Blue) = 202+251+254=707 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.57% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBFE is #350401. Grayscale: #ECECEC. Windows color (decimal): -3474434 or 16710602. OLE color: 16710602.
HSL color Cylindrical-coordinate representation of color #CAFBFE: hue angle of 183.46º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFBFE is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 251 | 254 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.00 |
| HSL | 183.46º | 0.96% | 0.89% | - |
| HSV(B) | 183.46º | 0.2% | 1% | - |
| XYZ | 76.74 | 88.71 | 106.84 | - |
| YUV | 236.69 | 137.77 | 103.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 251 | 254 | 0.20 | 0.01 | 0 | 0.00 | 183.46 | 0.96 | 0.89 |
| Hex | CA | FB | FE | 14 | 1 | 0 | 0 | B7 | 60 | 59 |
| Octal | 312 | 373 | 376 | 24 | 1 | 0 | 0 | 267 | 140 | 131 |
| Binary | 11001010 | 11111011 | 11111110 | 10100 | 1 | 0 | 0 | 10110111 | 1100000 | 1011001 |
Color Harmonies of #CAFBFE
Complementary color
Monochromatic Colors of #CAFBFE
Black with #CAFBFE
Text Example
Text Example
White with #CAFBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFBFE; }
p { color: rgb(202,251,254); }
H1.HeaderClassName
{
color: #CAFBFE;
}
.AnyTagClassName
{
color: #CAFBFE;
}
</style>
background-color css
<style>
a { background-color: #CAFBFE; }
a { background-color: rgb(202,251,254); }
div.DivClassName
{
background-color: #CAFBFE;
}
.BgClassName
{
background-color: #CAFBFE;
}
</style>
border-color css
<style>
span { border-color: #CAFBFE; }
span { border-color: rgb(202,251,254); }
td.TdClassName
{
border-color: #CAFBFE;
}
.TagClassName
{
border-color: #CAFBFE;
}
</style>