Shades of Light Cyan #C9FEFC
Tints of Light Cyan #C9FEFC
RGB
CMYK
RGB Variations
Color information
#C9FEFC (or 0xC9FEFC) is known color: Light Cyan. HEX triplet: C9, FE and FC. RGB value is (201,254,252). Sum of RGB (Red+Green+Blue) = 201+254+252=707 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.43% from 707); Green value is 254 (99.61% from 255 or 35.93% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FEFC is #360103. Grayscale: #EDEDED. Windows color (decimal): -3539204 or 16580297. OLE color: 16580297.
HSL color Cylindrical-coordinate representation of color #C9FEFC: hue angle of 177.74º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FEFC is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
RGB | 201 | 254 | 252 | - |
CMYK | 0.21 | 0 | 0.01 | 0.00 |
HSL | 177.74º | 0.96% | 0.89% | - |
HSV(B) | 177.74º | 0.21% | 1% | - |
XYZ | 77.1 | 90.33 | 105.47 | - |
YUV | 237.93 | 135.94 | 101.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 254 | 252 | 0.21 | 0 | 0.01 | 0.00 | 177.74 | 0.96 | 0.89 |
Hex | C9 | FE | FC | 15 | 0 | 1 | 0 | B2 | 60 | 59 |
Octal | 311 | 376 | 374 | 25 | 0 | 1 | 0 | 262 | 140 | 131 |
Binary | 11001001 | 11111110 | 11111100 | 10101 | 0 | 1 | 0 | 10110010 | 1100000 | 1011001 |
Color Harmonies of #C9FEFC
Complementary color
Monochromatic Colors of #C9FEFC
Black with #C9FEFC
Text Example
Text Example
White with #C9FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEFC; }
p { color: rgb(201,254,252); }
H1.HeaderClassName
{
color: #C9FEFC;
}
.AnyTagClassName
{
color: #C9FEFC;
}
</style>
background-color css
<style>
a { background-color: #C9FEFC; }
a { background-color: rgb(201,254,252); }
div.DivClassName
{
background-color: #C9FEFC;
}
.BgClassName
{
background-color: #C9FEFC;
}
</style>
border-color css
<style>
span { border-color: #C9FEFC; }
span { border-color: rgb(201,254,252); }
td.TdClassName
{
border-color: #C9FEFC;
}
.TagClassName
{
border-color: #C9FEFC;
}
</style>