Shades of Light Cyan #CFFFF7
Tints of Light Cyan #CFFFF7
RGB
CMYK
RGB Variations
Color information
#CFFFF7 (or 0xCFFFF7) is known color: Light Cyan. HEX triplet: CF, FF and F7. RGB value is (207,255,247). Sum of RGB (Red+Green+Blue) = 207+255+247=709 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.20% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 247 (96.88% from 255 or 34.84% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFFFF7 is #300008. Grayscale: #EFEFEF. Windows color (decimal): -3145737 or 16252879. OLE color: 16252879.
HSL color Cylindrical-coordinate representation of color #CFFFF7: hue angle of 170º 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 #CFFFF7 is Cyan = 0.19, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 255 | 247 | - |
| CMYK | 0.19 | 0 | 0.03 | 0 |
| HSL | 170º | 1% | 0.91% | - |
| HSV(B) | 170º | 0.19% | 1% | - |
| XYZ | 78.28 | 91.5 | 101.53 | - |
| YUV | 239.74 | 132.1 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 255 | 247 | 0.19 | 0 | 0.03 | 0 | 170 | 1 | 0.91 |
| Hex | CF | FF | F7 | 13 | 0 | 3 | 0 | AA | 64 | 5B |
| Octal | 317 | 377 | 367 | 23 | 0 | 3 | 0 | 252 | 144 | 133 |
| Binary | 11001111 | 11111111 | 11110111 | 10011 | 0 | 11 | 0 | 10101010 | 1100100 | 1011011 |
Color Harmonies of #CFFFF7
Complementary color
Monochromatic Colors of #CFFFF7
Black with #CFFFF7
Text Example
Text Example
White with #CFFFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFFFF7; }
p { color: rgb(207,255,247); }
H1.HeaderClassName
{
color: #CFFFF7;
}
.AnyTagClassName
{
color: #CFFFF7;
}
</style>
background-color css
<style>
a { background-color: #CFFFF7; }
a { background-color: rgb(207,255,247); }
div.DivClassName
{
background-color: #CFFFF7;
}
.BgClassName
{
background-color: #CFFFF7;
}
</style>
border-color css
<style>
span { border-color: #CFFFF7; }
span { border-color: rgb(207,255,247); }
td.TdClassName
{
border-color: #CFFFF7;
}
.TagClassName
{
border-color: #CFFFF7;
}
</style>