Shades of Light Cyan #CFFFF6
Tints of Light Cyan #CFFFF6
RGB
CMYK
RGB Variations
Color information
#CFFFF6 (or 0xCFFFF6) is known color: Light Cyan. HEX triplet: CF, FF and F6. RGB value is (207,255,246). Sum of RGB (Red+Green+Blue) = 207+255+246=708 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.24% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 246 (96.48% from 255 or 34.75% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFF6 is #300009. Grayscale: #EFEFEF. Windows color (decimal): -3145738 or 16187343. OLE color: 16187343.
HSL color Cylindrical-coordinate representation of color #CFFFF6: hue angle of 168.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 #CFFFF6 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 246 | - |
| CMYK | 0.19 | 0 | 0.04 | 0 |
| HSL | 168.75º | 1% | 0.91% | - |
| HSV(B) | 168.75º | 0.19% | 1% | - |
| XYZ | 78.13 | 91.44 | 100.72 | - |
| YUV | 239.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 246 | 0.19 | 0 | 0.04 | 0 | 168.75 | 1 | 0.91 |
| Hex | CF | FF | F6 | 13 | 0 | 4 | 0 | A9 | 64 | 5B |
| Octal | 317 | 377 | 366 | 23 | 0 | 4 | 0 | 251 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11110110 | 10011 | 0 | 100 | 0 | 10101001 | 1100100 | 1011011 |
Color Harmonies of #CFFFF6
Complementary color
Monochromatic Colors of #CFFFF6
Black with #CFFFF6
Text Example
Text Example
White with #CFFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFF6; }
p { color: rgb(207,255,246); }
H1.HeaderClassName
{
color: #CFFFF6;
}
.AnyTagClassName
{
color: #CFFFF6;
}
</style>
background-color css
<style>
a { background-color: #CFFFF6; }
a { background-color: rgb(207,255,246); }
div.DivClassName
{
background-color: #CFFFF6;
}
.BgClassName
{
background-color: #CFFFF6;
}
</style>
border-color css
<style>
span { border-color: #CFFFF6; }
span { border-color: rgb(207,255,246); }
td.TdClassName
{
border-color: #CFFFF6;
}
.TagClassName
{
border-color: #CFFFF6;
}
</style>