Shades of Light Cyan #CFF8FF
Tints of Light Cyan #CFF8FF
RGB
CMYK
RGB Variations
Color information
#CFF8FF (or 0xCFF8FF) is known color: Light Cyan. HEX triplet: CF, F8 and FF. RGB value is (207,248,255). Sum of RGB (Red+Green+Blue) = 207+248+255=710 (94% of max value = 765). Red value is 207 (81.25% from 255 or 29.15% from 710); Green value is 248 (97.27% from 255 or 34.93% from 710); Blue value is 255 (100% from 255 or 35.92% from 710); Max value from RGB is 255 - color contains mainly: blue. Hex color #CFF8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF8FF is #300700. Grayscale: #ECECEC. Windows color (decimal): -3147521 or 16775375. OLE color: 16775375.
HSL color Cylindrical-coordinate representation of color #CFF8FF: hue angle of 188.75º degrees, saturation: 1, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF8FF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 248 | 255 | - |
| CMYK | 0.19 | 0.03 | 0 | 0 |
| HSL | 188.75º | 1% | 0.91% | - |
| HSV(B) | 188.75º | 0.19% | 1% | - |
| XYZ | 77.35 | 87.62 | 107.44 | - |
| YUV | 236.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 248 | 255 | 0.19 | 0.03 | 0 | 0 | 188.75 | 1 | 0.91 |
| Hex | CF | F8 | FF | 13 | 3 | 0 | 0 | BD | 64 | 5B |
| Octal | 317 | 370 | 377 | 23 | 3 | 0 | 0 | 275 | 144 | 133 |
| Binary | 11001111 | 11111000 | 11111111 | 10011 | 11 | 0 | 0 | 10111101 | 1100100 | 1011011 |
Color Harmonies of #CFF8FF
Complementary color
Monochromatic Colors of #CFF8FF
Black with #CFF8FF
Text Example
Text Example
White with #CFF8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF8FF; }
p { color: rgb(207,248,255); }
H1.HeaderClassName
{
color: #CFF8FF;
}
.AnyTagClassName
{
color: #CFF8FF;
}
</style>
background-color css
<style>
a { background-color: #CFF8FF; }
a { background-color: rgb(207,248,255); }
div.DivClassName
{
background-color: #CFF8FF;
}
.BgClassName
{
background-color: #CFF8FF;
}
</style>
border-color css
<style>
span { border-color: #CFF8FF; }
span { border-color: rgb(207,248,255); }
td.TdClassName
{
border-color: #CFF8FF;
}
.TagClassName
{
border-color: #CFF8FF;
}
</style>