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