Shades of Light Cyan #CFFFFC
Tints of Light Cyan #CFFFFC
RGB
CMYK
RGB Variations
Color information
#CFFFFC (or 0xCFFFFC) is known color: Light Cyan. HEX triplet: CF, FF and FC. RGB value is (207,255,252). Sum of RGB (Red+Green+Blue) = 207+255+252=714 (94% of max value = 765). Red value is 207 (81.25% from 255 or 28.99% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 252 (98.83% from 255 or 35.29% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFFC is #300003. Grayscale: #F0F0F0. Windows color (decimal): -3145732 or 16580559. OLE color: 16580559.
HSL color Cylindrical-coordinate representation of color #CFFFFC: hue angle of 176.25º 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 #CFFFFC is Cyan = 0.19, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 252 | - |
| CMYK | 0.19 | 0 | 0.01 | 0 |
| HSL | 176.25º | 1% | 0.91% | - |
| HSV(B) | 176.25º | 0.19% | 1% | - |
| XYZ | 79.06 | 91.81 | 105.65 | - |
| YUV | 240.31 | 134.6 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 252 | 0.19 | 0 | 0.01 | 0 | 176.25 | 1 | 0.91 |
| Hex | CF | FF | FC | 13 | 0 | 1 | 0 | B0 | 64 | 5B |
| Octal | 317 | 377 | 374 | 23 | 0 | 1 | 0 | 260 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11111100 | 10011 | 0 | 1 | 0 | 10110000 | 1100100 | 1011011 |
Color Harmonies of #CFFFFC
Complementary color
Monochromatic Colors of #CFFFFC
Black with #CFFFFC
Text Example
Text Example
White with #CFFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFFC; }
p { color: rgb(207,255,252); }
H1.HeaderClassName
{
color: #CFFFFC;
}
.AnyTagClassName
{
color: #CFFFFC;
}
</style>
background-color css
<style>
a { background-color: #CFFFFC; }
a { background-color: rgb(207,255,252); }
div.DivClassName
{
background-color: #CFFFFC;
}
.BgClassName
{
background-color: #CFFFFC;
}
</style>
border-color css
<style>
span { border-color: #CFFFFC; }
span { border-color: rgb(207,255,252); }
td.TdClassName
{
border-color: #CFFFFC;
}
.TagClassName
{
border-color: #CFFFFC;
}
</style>