Shades of Light Cyan #CFF9FB
Tints of Light Cyan #CFF9FB
RGB
CMYK
RGB Variations
Color information
#CFF9FB (or 0xCFF9FB) is known color: Light Cyan. HEX triplet: CF, F9 and FB. RGB value is (207,249,251). Sum of RGB (Red+Green+Blue) = 207+249+251=707 (93% of max value = 765). Red value is 207 (81.25% from 255 or 29.28% from 707); Green value is 249 (97.66% from 255 or 35.22% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #CFF9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CFF9FB is #300604. Grayscale: #ECECEC. Windows color (decimal): -3147269 or 16513487. OLE color: 16513487.
HSL color Cylindrical-coordinate representation of color #CFF9FB: hue angle of 182.73º 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 #CFF9FB is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 249 | 251 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.02 |
| HSL | 182.73º | 0.85% | 0.9% | - |
| HSV(B) | 182.73º | 0.18% | 0.98% | - |
| XYZ | 77.02 | 87.98 | 104.19 | - |
| YUV | 236.67 | 136.09 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 249 | 251 | 0.18 | 0.01 | 0 | 0.02 | 182.73 | 0.85 | 0.9 |
| Hex | CF | F9 | FB | 12 | 1 | 0 | 2 | B7 | 55 | 5A |
| Octal | 317 | 371 | 373 | 22 | 1 | 0 | 2 | 267 | 125 | 132 |
| Binary | 11001111 | 11111001 | 11111011 | 10010 | 1 | 0 | 10 | 10110111 | 1010101 | 1011010 |
Color Harmonies of #CFF9FB
Complementary color
Monochromatic Colors of #CFF9FB
Black with #CFF9FB
Text Example
Text Example
White with #CFF9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFF9FB; }
p { color: rgb(207,249,251); }
H1.HeaderClassName
{
color: #CFF9FB;
}
.AnyTagClassName
{
color: #CFF9FB;
}
</style>
background-color css
<style>
a { background-color: #CFF9FB; }
a { background-color: rgb(207,249,251); }
div.DivClassName
{
background-color: #CFF9FB;
}
.BgClassName
{
background-color: #CFF9FB;
}
</style>
border-color css
<style>
span { border-color: #CFF9FB; }
span { border-color: rgb(207,249,251); }
td.TdClassName
{
border-color: #CFF9FB;
}
.TagClassName
{
border-color: #CFF9FB;
}
</style>