Shades of Light Cyan #C9FFFF
Tints of Light Cyan #C9FFFF
RGB
CMYK
RGB Variations
Color information
#C9FFFF (or 0xC9FFFF) is known color: Light Cyan. HEX triplet: C9, FF and FF. RGB value is (201,255,255). Sum of RGB (Red+Green+Blue) = 201+255+255=711 (94% of max value = 765). Red value is 201 (78.91% from 255 or 28.27% from 711); Green value is 255 (100% from 255 or 35.86% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #C9FFFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFFF is #360000. Grayscale: #EEEEEE. Windows color (decimal): -3538945 or 16777161. OLE color: 16777161.
HSL color Cylindrical-coordinate representation of color #C9FFFF: hue angle of 180º degrees, saturation: 1, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FFFF is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 255 | 255 | - |
| CMYK | 0.21 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.89% | - |
| HSV(B) | 180º | 0.21% | 1% | - |
| XYZ | 77.9 | 91.16 | 108.1 | - |
| YUV | 238.85 | 137.11 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 255 | 255 | 0.21 | 0 | 0 | 0 | 180 | 1 | 0.89 |
| Hex | C9 | FF | FF | 15 | 0 | 0 | 0 | B4 | 64 | 59 |
| Octal | 311 | 377 | 377 | 25 | 0 | 0 | 0 | 264 | 144 | 131 |
| Binary | 11001001 | 11111111 | 11111111 | 10101 | 0 | 0 | 0 | 10110100 | 1100100 | 1011001 |
Color Harmonies of #C9FFFF
Complementary color
Monochromatic Colors of #C9FFFF
Black with #C9FFFF
Text Example
Text Example
White with #C9FFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFFF; }
p { color: rgb(201,255,255); }
H1.HeaderClassName
{
color: #C9FFFF;
}
.AnyTagClassName
{
color: #C9FFFF;
}
</style>
background-color css
<style>
a { background-color: #C9FFFF; }
a { background-color: rgb(201,255,255); }
div.DivClassName
{
background-color: #C9FFFF;
}
.BgClassName
{
background-color: #C9FFFF;
}
</style>
border-color css
<style>
span { border-color: #C9FFFF; }
span { border-color: rgb(201,255,255); }
td.TdClassName
{
border-color: #C9FFFF;
}
.TagClassName
{
border-color: #C9FFFF;
}
</style>