Shades of Light Cyan #CFF7FE
Tints of Light Cyan #CFF7FE
RGB
CMYK
RGB Variations
Color information
#CFF7FE (or 0xCFF7FE) is known color: Light Cyan. HEX triplet: CF, F7 and FE. RGB value is (207,247,254). Sum of RGB (Red+Green+Blue) = 207+247+254=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 247 (96.88% from 255 or 34.89% from 708); Blue value is 254 (99.61% from 255 or 35.88% from 708); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7FE is #300801. Grayscale: #EBEBEB. Windows color (decimal): -3147778 or 16709583. OLE color: 16709583.
HSL color Cylindrical-coordinate representation of color #CFF7FE: hue angle of 188.94º 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 #CFF7FE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 247 | 254 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.00 |
| HSL | 188.94º | 0.96% | 0.9% | - |
| HSV(B) | 188.94º | 0.19% | 1% | - |
| XYZ | 76.88 | 86.94 | 106.5 | - |
| YUV | 235.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 254 | 0.19 | 0.03 | 0 | 0.00 | 188.94 | 0.96 | 0.9 |
| Hex | CF | F7 | FE | 13 | 3 | 0 | 0 | BD | 60 | 5A |
| Octal | 317 | 367 | 376 | 23 | 3 | 0 | 0 | 275 | 140 | 132 |
| Binary | 11001111 | 11110111 | 11111110 | 10011 | 11 | 0 | 0 | 10111101 | 1100000 | 1011010 |
Color Harmonies of #CFF7FE
Complementary color
Monochromatic Colors of #CFF7FE
Black with #CFF7FE
Text Example
Text Example
White with #CFF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7FE; }
p { color: rgb(207,247,254); }
H1.HeaderClassName
{
color: #CFF7FE;
}
.AnyTagClassName
{
color: #CFF7FE;
}
</style>
background-color css
<style>
a { background-color: #CFF7FE; }
a { background-color: rgb(207,247,254); }
div.DivClassName
{
background-color: #CFF7FE;
}
.BgClassName
{
background-color: #CFF7FE;
}
</style>
border-color css
<style>
span { border-color: #CFF7FE; }
span { border-color: rgb(207,247,254); }
td.TdClassName
{
border-color: #CFF7FE;
}
.TagClassName
{
border-color: #CFF7FE;
}
</style>