Shades of Light Cyan #CFF5FE
Tints of Light Cyan #CFF5FE
RGB
CMYK
RGB Variations
Color information
#CFF5FE (or 0xCFF5FE) is known color: Light Cyan. HEX triplet: CF, F5 and FE. RGB value is (207,245,254). Sum of RGB (Red+Green+Blue) = 207+245+254=706 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.32% from 706); Green value is 245 (96.09% from 255 or 34.70% 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 #CFF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF5FE is #300A01. Grayscale: #EAEAEA. Windows color (decimal): -3148290 or 16709071. OLE color: 16709071.
HSL color Cylindrical-coordinate representation of color #CFF5FE: hue angle of 191.49º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF5FE is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 245 | 254 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.00 |
| HSL | 191.49º | 0.96% | 0.9% | - |
| HSV(B) | 191.49º | 0.19% | 1% | - |
| XYZ | 76.27 | 85.73 | 106.29 | - |
| YUV | 234.66 | 138.91 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 245 | 254 | 0.19 | 0.04 | 0 | 0.00 | 191.49 | 0.96 | 0.9 |
| Hex | CF | F5 | FE | 13 | 4 | 0 | 0 | BF | 60 | 5A |
| Octal | 317 | 365 | 376 | 23 | 4 | 0 | 0 | 277 | 140 | 132 |
| Binary | 11001111 | 11110101 | 11111110 | 10011 | 100 | 0 | 0 | 10111111 | 1100000 | 1011010 |
Color Harmonies of #CFF5FE
Complementary color
Monochromatic Colors of #CFF5FE
Black with #CFF5FE
Text Example
Text Example
White with #CFF5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF5FE; }
p { color: rgb(207,245,254); }
H1.HeaderClassName
{
color: #CFF5FE;
}
.AnyTagClassName
{
color: #CFF5FE;
}
</style>
background-color css
<style>
a { background-color: #CFF5FE; }
a { background-color: rgb(207,245,254); }
div.DivClassName
{
background-color: #CFF5FE;
}
.BgClassName
{
background-color: #CFF5FE;
}
</style>
border-color css
<style>
span { border-color: #CFF5FE; }
span { border-color: rgb(207,245,254); }
td.TdClassName
{
border-color: #CFF5FE;
}
.TagClassName
{
border-color: #CFF5FE;
}
</style>