Shades of Light Cyan #CFF7FB
Tints of Light Cyan #CFF7FB
RGB
CMYK
RGB Variations
Color information
#CFF7FB (or 0xCFF7FB) is known color: Light Cyan. HEX triplet: CF, F7 and FB. RGB value is (207,247,251). Sum of RGB (Red+Green+Blue) = 207+247+251=705 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.36% from 705); Green value is 247 (96.88% from 255 or 35.04% from 705); Blue value is 251 (98.44% from 255 or 35.60% from 705); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFF7FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF7FB is #300804. Grayscale: #EBEBEB. Windows color (decimal): -3147781 or 16512975. OLE color: 16512975.
HSL color Cylindrical-coordinate representation of color #CFF7FB: hue angle of 185.45º 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 #CFF7FB is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 247 | 251 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.02 |
| HSL | 185.45º | 0.85% | 0.9% | - |
| HSV(B) | 185.45º | 0.18% | 0.98% | - |
| XYZ | 76.41 | 86.75 | 103.98 | - |
| YUV | 235.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 247 | 251 | 0.18 | 0.02 | 0 | 0.02 | 185.45 | 0.85 | 0.9 |
| Hex | CF | F7 | FB | 12 | 2 | 0 | 2 | B9 | 55 | 5A |
| Octal | 317 | 367 | 373 | 22 | 2 | 0 | 2 | 271 | 125 | 132 |
| Binary | 11001111 | 11110111 | 11111011 | 10010 | 10 | 0 | 10 | 10111001 | 1010101 | 1011010 |
Color Harmonies of #CFF7FB
Complementary color
Monochromatic Colors of #CFF7FB
Black with #CFF7FB
Text Example
Text Example
White with #CFF7FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF7FB; }
p { color: rgb(207,247,251); }
H1.HeaderClassName
{
color: #CFF7FB;
}
.AnyTagClassName
{
color: #CFF7FB;
}
</style>
background-color css
<style>
a { background-color: #CFF7FB; }
a { background-color: rgb(207,247,251); }
div.DivClassName
{
background-color: #CFF7FB;
}
.BgClassName
{
background-color: #CFF7FB;
}
</style>
border-color css
<style>
span { border-color: #CFF7FB; }
span { border-color: rgb(207,247,251); }
td.TdClassName
{
border-color: #CFF7FB;
}
.TagClassName
{
border-color: #CFF7FB;
}
</style>