Shades of Light Cyan #CFF6FA
Tints of Light Cyan #CFF6FA
RGB
CMYK
RGB Variations
Color information
#CFF6FA (or 0xCFF6FA) is known color: Light Cyan. HEX triplet: CF, F6 and FA. RGB value is (207,246,250). Sum of RGB (Red+Green+Blue) = 207+246+250=703 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.45% from 703); Green value is 246 (96.48% from 255 or 34.99% from 703); Blue value is 250 (98.05% from 255 or 35.56% from 703); Max value from RGB is 250 - color contains mainly: blue. Hex color #CFF6FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FA is #300905. Grayscale: #EAEAEA. Windows color (decimal): -3148038 or 16447183. OLE color: 16447183.
HSL color Cylindrical-coordinate representation of color #CFF6FA: hue angle of 185.58º degrees, saturation: 0.81, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CFF6FA is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 246 | 250 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.02 |
| HSL | 185.58º | 0.81% | 0.9% | - |
| HSV(B) | 185.58º | 0.17% | 0.98% | - |
| XYZ | 75.94 | 86.08 | 103.05 | - |
| YUV | 234.8 | 136.58 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 250 | 0.17 | 0.02 | 0 | 0.02 | 185.58 | 0.81 | 0.9 |
| Hex | CF | F6 | FA | 11 | 2 | 0 | 2 | BA | 51 | 5A |
| Octal | 317 | 366 | 372 | 21 | 2 | 0 | 2 | 272 | 121 | 132 |
| Binary | 11001111 | 11110110 | 11111010 | 10001 | 10 | 0 | 10 | 10111010 | 1010001 | 1011010 |
Color Harmonies of #CFF6FA
Complementary color
Monochromatic Colors of #CFF6FA
Black with #CFF6FA
Text Example
Text Example
White with #CFF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6FA; }
p { color: rgb(207,246,250); }
H1.HeaderClassName
{
color: #CFF6FA;
}
.AnyTagClassName
{
color: #CFF6FA;
}
</style>
background-color css
<style>
a { background-color: #CFF6FA; }
a { background-color: rgb(207,246,250); }
div.DivClassName
{
background-color: #CFF6FA;
}
.BgClassName
{
background-color: #CFF6FA;
}
</style>
border-color css
<style>
span { border-color: #CFF6FA; }
span { border-color: rgb(207,246,250); }
td.TdClassName
{
border-color: #CFF6FA;
}
.TagClassName
{
border-color: #CFF6FA;
}
</style>