Shades of Light Cyan #CAFAFE
Tints of Light Cyan #CAFAFE
RGB
CMYK
RGB Variations
Color information
#CAFAFE (or 0xCAFAFE) is known color: Light Cyan. HEX triplet: CA, FA and FE. RGB value is (202,250,254). Sum of RGB (Red+Green+Blue) = 202+250+254=706 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.61% from 706); Green value is 250 (98.05% from 255 or 35.41% from 706); Blue value is 254 (99.61% from 255 or 35.98% from 706); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAFAFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAFE is #350501. Grayscale: #ECECEC. Windows color (decimal): -3474690 or 16710346. OLE color: 16710346.
HSL color Cylindrical-coordinate representation of color #CAFAFE: hue angle of 184.62º 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 #CAFAFE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 202 | 250 | 254 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.00 |
| HSL | 184.62º | 0.96% | 0.89% | - |
| HSV(B) | 184.62º | 0.2% | 1% | - |
| XYZ | 76.43 | 88.08 | 106.74 | - |
| YUV | 236.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 250 | 254 | 0.20 | 0.02 | 0 | 0.00 | 184.62 | 0.96 | 0.89 |
| Hex | CA | FA | FE | 14 | 2 | 0 | 0 | B9 | 60 | 59 |
| Octal | 312 | 372 | 376 | 24 | 2 | 0 | 0 | 271 | 140 | 131 |
| Binary | 11001010 | 11111010 | 11111110 | 10100 | 10 | 0 | 0 | 10111001 | 1100000 | 1011001 |
Color Harmonies of #CAFAFE
Complementary color
Monochromatic Colors of #CAFAFE
Black with #CAFAFE
Text Example
Text Example
White with #CAFAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAFAFE; }
p { color: rgb(202,250,254); }
H1.HeaderClassName
{
color: #CAFAFE;
}
.AnyTagClassName
{
color: #CAFAFE;
}
</style>
background-color css
<style>
a { background-color: #CAFAFE; }
a { background-color: rgb(202,250,254); }
div.DivClassName
{
background-color: #CAFAFE;
}
.BgClassName
{
background-color: #CAFAFE;
}
</style>
border-color css
<style>
span { border-color: #CAFAFE; }
span { border-color: rgb(202,250,254); }
td.TdClassName
{
border-color: #CAFAFE;
}
.TagClassName
{
border-color: #CAFAFE;
}
</style>