Shades of Light Cyan #C9FFFC
Tints of Light Cyan #C9FFFC
RGB
CMYK
RGB Variations
Color information
#C9FFFC (or 0xC9FFFC) is known color: Light Cyan. HEX triplet: C9, FF and FC. RGB value is (201,255,252). Sum of RGB (Red+Green+Blue) = 201+255+252=708 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.39% from 708); Green value is 255 (100% from 255 or 36.02% from 708); Blue value is 252 (98.83% from 255 or 35.59% from 708); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FFFC is #360003. Grayscale: #EEEEEE. Windows color (decimal): -3538948 or 16580553. OLE color: 16580553.
HSL color Cylindrical-coordinate representation of color #C9FFFC: hue angle of 176.67º 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 #C9FFFC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
RGB | 201 | 255 | 252 | - |
CMYK | 0.21 | 0 | 0.01 | 0 |
HSL | 176.67º | 1% | 0.89% | - |
HSV(B) | 176.67º | 0.21% | 1% | - |
XYZ | 77.42 | 90.97 | 105.57 | - |
YUV | 238.51 | 135.61 | 101.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 255 | 252 | 0.21 | 0 | 0.01 | 0 | 176.67 | 1 | 0.89 |
Hex | C9 | FF | FC | 15 | 0 | 1 | 0 | B1 | 64 | 59 |
Octal | 311 | 377 | 374 | 25 | 0 | 1 | 0 | 261 | 144 | 131 |
Binary | 11001001 | 11111111 | 11111100 | 10101 | 0 | 1 | 0 | 10110001 | 1100100 | 1011001 |
Color Harmonies of #C9FFFC
Complementary color
Monochromatic Colors of #C9FFFC
Black with #C9FFFC
Text Example
Text Example
White with #C9FFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FFFC; }
p { color: rgb(201,255,252); }
H1.HeaderClassName
{
color: #C9FFFC;
}
.AnyTagClassName
{
color: #C9FFFC;
}
</style>
background-color css
<style>
a { background-color: #C9FFFC; }
a { background-color: rgb(201,255,252); }
div.DivClassName
{
background-color: #C9FFFC;
}
.BgClassName
{
background-color: #C9FFFC;
}
</style>
border-color css
<style>
span { border-color: #C9FFFC; }
span { border-color: rgb(201,255,252); }
td.TdClassName
{
border-color: #C9FFFC;
}
.TagClassName
{
border-color: #C9FFFC;
}
</style>