Shades of Light Cyan #C9FCFC
Tints of Light Cyan #C9FCFC
RGB
CMYK
RGB Variations
Color information
#C9FCFC (or 0xC9FCFC) is known color: Light Cyan. HEX triplet: C9, FC and FC. RGB value is (201,252,252). Sum of RGB (Red+Green+Blue) = 201+252+252=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 252 (98.83% from 255 or 35.74% from 705); Blue value is 252 (98.83% from 255 or 35.74% from 705); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #C9FCFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FCFC is #360303. Grayscale: #ECECEC. Windows color (decimal): -3539716 or 16579785. OLE color: 16579785.
HSL color Cylindrical-coordinate representation of color #C9FCFC: hue angle of 180º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9FCFC is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 252 | 252 | - |
| CMYK | 0.20 | 0 | 0 | 0.01 |
| HSL | 180º | 0.89% | 0.89% | - |
| HSV(B) | 180º | 0.2% | 0.99% | - |
| XYZ | 76.47 | 89.07 | 105.26 | - |
| YUV | 236.75 | 136.6 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 252 | 252 | 0.20 | 0 | 0 | 0.01 | 180 | 0.89 | 0.89 |
| Hex | C9 | FC | FC | 14 | 0 | 0 | 1 | B4 | 59 | 59 |
| Octal | 311 | 374 | 374 | 24 | 0 | 0 | 1 | 264 | 131 | 131 |
| Binary | 11001001 | 11111100 | 11111100 | 10100 | 0 | 0 | 1 | 10110100 | 1011001 | 1011001 |
Color Harmonies of #C9FCFC
Complementary color
Monochromatic Colors of #C9FCFC
Black with #C9FCFC
Text Example
Text Example
White with #C9FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FCFC; }
p { color: rgb(201,252,252); }
H1.HeaderClassName
{
color: #C9FCFC;
}
.AnyTagClassName
{
color: #C9FCFC;
}
</style>
background-color css
<style>
a { background-color: #C9FCFC; }
a { background-color: rgb(201,252,252); }
div.DivClassName
{
background-color: #C9FCFC;
}
.BgClassName
{
background-color: #C9FCFC;
}
</style>
border-color css
<style>
span { border-color: #C9FCFC; }
span { border-color: rgb(201,252,252); }
td.TdClassName
{
border-color: #C9FCFC;
}
.TagClassName
{
border-color: #C9FCFC;
}
</style>