Shades of Light Cyan #CFF9FE
Tints of Light Cyan #CFF9FE
RGB
CMYK
RGB Variations
Color information
#CFF9FE (or 0xCFF9FE) is known color: Light Cyan. HEX triplet: CF, F9 and FE. RGB value is (207,249,254). Sum of RGB (Red+Green+Blue) = 207+249+254=710 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.15% from 710); Green value is 249 (97.66% from 255 or 35.07% from 710); Blue value is 254 (99.61% from 255 or 35.77% from 710); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9FE is #300601. Grayscale: #ECECEC. Windows color (decimal): -3147266 or 16710095. OLE color: 16710095.
HSL color Cylindrical-coordinate representation of color #CFF9FE: hue angle of 186.38º 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 #CFF9FE is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 249 | 254 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.00 |
| HSL | 186.38º | 0.96% | 0.9% | - |
| HSV(B) | 186.38º | 0.19% | 1% | - |
| XYZ | 77.5 | 88.17 | 106.7 | - |
| YUV | 237.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 254 | 0.19 | 0.02 | 0 | 0.00 | 186.38 | 0.96 | 0.9 |
| Hex | CF | F9 | FE | 13 | 2 | 0 | 0 | BA | 60 | 5A |
| Octal | 317 | 371 | 376 | 23 | 2 | 0 | 0 | 272 | 140 | 132 |
| Binary | 11001111 | 11111001 | 11111110 | 10011 | 10 | 0 | 0 | 10111010 | 1100000 | 1011010 |
Color Harmonies of #CFF9FE
Complementary color
Monochromatic Colors of #CFF9FE
Black with #CFF9FE
Text Example
Text Example
White with #CFF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9FE; }
p { color: rgb(207,249,254); }
H1.HeaderClassName
{
color: #CFF9FE;
}
.AnyTagClassName
{
color: #CFF9FE;
}
</style>
background-color css
<style>
a { background-color: #CFF9FE; }
a { background-color: rgb(207,249,254); }
div.DivClassName
{
background-color: #CFF9FE;
}
.BgClassName
{
background-color: #CFF9FE;
}
</style>
border-color css
<style>
span { border-color: #CFF9FE; }
span { border-color: rgb(207,249,254); }
td.TdClassName
{
border-color: #CFF9FE;
}
.TagClassName
{
border-color: #CFF9FE;
}
</style>