Shades of Light Cyan #CFF8FD
Tints of Light Cyan #CFF8FD
RGB
CMYK
RGB Variations
Color information
#CFF8FD (or 0xCFF8FD) is known color: Light Cyan. HEX triplet: CF, F8 and FD. RGB value is (207,248,253). Sum of RGB (Red+Green+Blue) = 207+248+253=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 248 (97.27% from 255 or 35.03% from 708); Blue value is 253 (99.22% from 255 or 35.73% from 708); Max value from RGB is 253 - color contains mainly: blue. Hex color #CFF8FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF8FD is #300702. Grayscale: #ECECEC. Windows color (decimal): -3147523 or 16644303. OLE color: 16644303.
HSL color Cylindrical-coordinate representation of color #CFF8FD: hue angle of 186.52º degrees, saturation: 0.92, 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 #CFF8FD is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 207 | 248 | 253 | - |
CMYK | 0.18 | 0.02 | 0 | 0.01 |
HSL | 186.52º | 0.92% | 0.9% | - |
HSV(B) | 186.52º | 0.18% | 0.99% | - |
XYZ | 77.03 | 87.49 | 105.76 | - |
YUV | 236.31 | 137.42 | 107.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 207 | 248 | 253 | 0.18 | 0.02 | 0 | 0.01 | 186.52 | 0.92 | 0.9 |
Hex | CF | F8 | FD | 12 | 2 | 0 | 1 | BB | 5C | 5A |
Octal | 317 | 370 | 375 | 22 | 2 | 0 | 1 | 273 | 134 | 132 |
Binary | 11001111 | 11111000 | 11111101 | 10010 | 10 | 0 | 1 | 10111011 | 1011100 | 1011010 |
Color Harmonies of #CFF8FD
Complementary color
Monochromatic Colors of #CFF8FD
Black with #CFF8FD
Text Example
Text Example
White with #CFF8FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8FD; }
p { color: rgb(207,248,253); }
H1.HeaderClassName
{
color: #CFF8FD;
}
.AnyTagClassName
{
color: #CFF8FD;
}
</style>
background-color css
<style>
a { background-color: #CFF8FD; }
a { background-color: rgb(207,248,253); }
div.DivClassName
{
background-color: #CFF8FD;
}
.BgClassName
{
background-color: #CFF8FD;
}
</style>
border-color css
<style>
span { border-color: #CFF8FD; }
span { border-color: rgb(207,248,253); }
td.TdClassName
{
border-color: #CFF8FD;
}
.TagClassName
{
border-color: #CFF8FD;
}
</style>