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