Shades of Light Cyan #CFF9FC
Tints of Light Cyan #CFF9FC
RGB
CMYK
RGB Variations
Color information
#CFF9FC (or 0xCFF9FC) is known color: Light Cyan. HEX triplet: CF, F9 and FC. RGB value is (207,249,252). Sum of RGB (Red+Green+Blue) = 207+249+252=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 249 (97.66% from 255 or 35.17% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 252 - color contains mainly: blue. Hex color #CFF9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9FC is #300603. Grayscale: #ECECEC. Windows color (decimal): -3147268 or 16579023. OLE color: 16579023.
HSL color Cylindrical-coordinate representation of color #CFF9FC: hue angle of 184º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF9FC is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 249 | 252 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.01 |
| HSL | 184º | 0.88% | 0.9% | - |
| HSV(B) | 184º | 0.18% | 0.99% | - |
| XYZ | 77.18 | 88.05 | 105.02 | - |
| YUV | 236.78 | 136.59 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 252 | 0.18 | 0.01 | 0 | 0.01 | 184 | 0.88 | 0.9 |
| Hex | CF | F9 | FC | 12 | 1 | 0 | 1 | B8 | 58 | 5A |
| Octal | 317 | 371 | 374 | 22 | 1 | 0 | 1 | 270 | 130 | 132 |
| Binary | 11001111 | 11111001 | 11111100 | 10010 | 1 | 0 | 1 | 10111000 | 1011000 | 1011010 |
Color Harmonies of #CFF9FC
Complementary color
Monochromatic Colors of #CFF9FC
Black with #CFF9FC
Text Example
Text Example
White with #CFF9FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9FC; }
p { color: rgb(207,249,252); }
H1.HeaderClassName
{
color: #CFF9FC;
}
.AnyTagClassName
{
color: #CFF9FC;
}
</style>
background-color css
<style>
a { background-color: #CFF9FC; }
a { background-color: rgb(207,249,252); }
div.DivClassName
{
background-color: #CFF9FC;
}
.BgClassName
{
background-color: #CFF9FC;
}
</style>
border-color css
<style>
span { border-color: #CFF9FC; }
span { border-color: rgb(207,249,252); }
td.TdClassName
{
border-color: #CFF9FC;
}
.TagClassName
{
border-color: #CFF9FC;
}
</style>