Shades of Light Cyan #CFF9F8
Tints of Light Cyan #CFF9F8
RGB
CMYK
RGB Variations
Color information
#CFF9F8 (or 0xCFF9F8) is known color: Light Cyan. HEX triplet: CF, F9 and F8. RGB value is (207,249,248). Sum of RGB (Red+Green+Blue) = 207+249+248=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 249 (97.66% from 255 or 35.37% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 249 - color contains mainly: green. Hex color #CFF9F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9F8 is #300607. Grayscale: #ECECEC. Windows color (decimal): -3147272 or 16316879. OLE color: 16316879.
HSL color Cylindrical-coordinate representation of color #CFF9F8: hue angle of 178.57º degrees, saturation: 0.78, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF9F8 is Cyan = 0.17, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 248 | - |
| CMYK | 0.17 | 0 | 0.00 | 0.02 |
| HSL | 178.57º | 0.78% | 0.89% | - |
| HSV(B) | 178.57º | 0.17% | 0.98% | - |
| XYZ | 76.55 | 87.79 | 101.72 | - |
| YUV | 236.33 | 134.59 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 248 | 0.17 | 0 | 0.00 | 0.02 | 178.57 | 0.78 | 0.89 |
| Hex | CF | F9 | F8 | 11 | 0 | 0 | 2 | B3 | 4E | 59 |
| Octal | 317 | 371 | 370 | 21 | 0 | 0 | 2 | 263 | 116 | 131 |
| Binary | 11001111 | 11111001 | 11111000 | 10001 | 0 | 0 | 10 | 10110011 | 1001110 | 1011001 |
Color Harmonies of #CFF9F8
Complementary color
Monochromatic Colors of #CFF9F8
Black with #CFF9F8
Text Example
Text Example
White with #CFF9F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9F8; }
p { color: rgb(207,249,248); }
H1.HeaderClassName
{
color: #CFF9F8;
}
.AnyTagClassName
{
color: #CFF9F8;
}
</style>
background-color css
<style>
a { background-color: #CFF9F8; }
a { background-color: rgb(207,249,248); }
div.DivClassName
{
background-color: #CFF9F8;
}
.BgClassName
{
background-color: #CFF9F8;
}
</style>
border-color css
<style>
span { border-color: #CFF9F8; }
span { border-color: rgb(207,249,248); }
td.TdClassName
{
border-color: #CFF9F8;
}
.TagClassName
{
border-color: #CFF9F8;
}
</style>