Shades of Light Cyan #CFF6FB
Tints of Light Cyan #CFF6FB
RGB
CMYK
RGB Variations
Color information
#CFF6FB (or 0xCFF6FB) is known color: Light Cyan. HEX triplet: CF, F6 and FB. RGB value is (207,246,251). Sum of RGB (Red+Green+Blue) = 207+246+251=704 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.40% from 704); Green value is 246 (96.48% from 255 or 34.94% from 704); Blue value is 251 (98.44% from 255 or 35.65% from 704); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFF6FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FB is #300904. Grayscale: #EAEAEA. Windows color (decimal): -3148037 or 16512719. OLE color: 16512719.
HSL color Cylindrical-coordinate representation of color #CFF6FB: hue angle of 186.82º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF6FB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 246 | 251 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 186.82º | 0.85% | 0.9% | - |
| HSV(B) | 186.82º | 0.18% | 0.98% | - |
| XYZ | 76.1 | 86.14 | 103.88 | - |
| YUV | 234.91 | 137.08 | 108.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 251 | 0.18 | 0.02 | 0 | 0.02 | 186.82 | 0.85 | 0.9 |
| Hex | CF | F6 | FB | 12 | 2 | 0 | 2 | BB | 55 | 5A |
| Octal | 317 | 366 | 373 | 22 | 2 | 0 | 2 | 273 | 125 | 132 |
| Binary | 11001111 | 11110110 | 11111011 | 10010 | 10 | 0 | 10 | 10111011 | 1010101 | 1011010 |
Color Harmonies of #CFF6FB
Complementary color
Monochromatic Colors of #CFF6FB
Black with #CFF6FB
Text Example
Text Example
White with #CFF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6FB; }
p { color: rgb(207,246,251); }
H1.HeaderClassName
{
color: #CFF6FB;
}
.AnyTagClassName
{
color: #CFF6FB;
}
</style>
background-color css
<style>
a { background-color: #CFF6FB; }
a { background-color: rgb(207,246,251); }
div.DivClassName
{
background-color: #CFF6FB;
}
.BgClassName
{
background-color: #CFF6FB;
}
</style>
border-color css
<style>
span { border-color: #CFF6FB; }
span { border-color: rgb(207,246,251); }
td.TdClassName
{
border-color: #CFF6FB;
}
.TagClassName
{
border-color: #CFF6FB;
}
</style>