Shades of Light Cyan #CFF6FE
Tints of Light Cyan #CFF6FE
RGB
CMYK
RGB Variations
Color information
#CFF6FE (or 0xCFF6FE) is known color: Light Cyan. HEX triplet: CF, F6 and FE. RGB value is (207,246,254). Sum of RGB (Red+Green+Blue) = 207+246+254=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 246 (96.48% from 255 or 34.79% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #CFF6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF6FE is #300901. Grayscale: #EBEBEB. Windows color (decimal): -3148034 or 16709327. OLE color: 16709327.
HSL color Cylindrical-coordinate representation of color #CFF6FE: hue angle of 190.21º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFF6FE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 246 | 254 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.00 |
| HSL | 190.21º | 0.96% | 0.9% | - |
| HSV(B) | 190.21º | 0.19% | 1% | - |
| XYZ | 76.58 | 86.33 | 106.39 | - |
| YUV | 235.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 246 | 254 | 0.19 | 0.03 | 0 | 0.00 | 190.21 | 0.96 | 0.9 |
| Hex | CF | F6 | FE | 13 | 3 | 0 | 0 | BE | 60 | 5A |
| Octal | 317 | 366 | 376 | 23 | 3 | 0 | 0 | 276 | 140 | 132 |
| Binary | 11001111 | 11110110 | 11111110 | 10011 | 11 | 0 | 0 | 10111110 | 1100000 | 1011010 |
Color Harmonies of #CFF6FE
Complementary color
Monochromatic Colors of #CFF6FE
Black with #CFF6FE
Text Example
Text Example
White with #CFF6FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF6FE; }
p { color: rgb(207,246,254); }
H1.HeaderClassName
{
color: #CFF6FE;
}
.AnyTagClassName
{
color: #CFF6FE;
}
</style>
background-color css
<style>
a { background-color: #CFF6FE; }
a { background-color: rgb(207,246,254); }
div.DivClassName
{
background-color: #CFF6FE;
}
.BgClassName
{
background-color: #CFF6FE;
}
</style>
border-color css
<style>
span { border-color: #CFF6FE; }
span { border-color: rgb(207,246,254); }
td.TdClassName
{
border-color: #CFF6FE;
}
.TagClassName
{
border-color: #CFF6FE;
}
</style>