Shades of Light Cyan #C9FEFA
Tints of Light Cyan #C9FEFA
RGB
CMYK
RGB Variations
Color information
#C9FEFA (or 0xC9FEFA) is known color: Light Cyan. HEX triplet: C9, FE and FA. RGB value is (201,254,250). Sum of RGB (Red+Green+Blue) = 201+254+250=705 (93% of max value = 765). Red value is 201 (78.91% from 255 or 28.51% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #C9FEFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #C9FEFA is #360105. Grayscale: #EDEDED. Windows color (decimal): -3539206 or 16449225. OLE color: 16449225.
HSL color Cylindrical-coordinate representation of color #C9FEFA: hue angle of 175.47º 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 #C9FEFA is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 201 | 254 | 250 | - |
CMYK | 0.21 | 0 | 0.02 | 0.00 |
HSL | 175.47º | 0.96% | 0.89% | - |
HSV(B) | 175.47º | 0.21% | 1% | - |
XYZ | 76.78 | 90.2 | 103.81 | - |
YUV | 237.7 | 134.94 | 101.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 254 | 250 | 0.21 | 0 | 0.02 | 0.00 | 175.47 | 0.96 | 0.89 |
Hex | C9 | FE | FA | 15 | 0 | 2 | 0 | AF | 60 | 59 |
Octal | 311 | 376 | 372 | 25 | 0 | 2 | 0 | 257 | 140 | 131 |
Binary | 11001001 | 11111110 | 11111010 | 10101 | 0 | 10 | 0 | 10101111 | 1100000 | 1011001 |
Color Harmonies of #C9FEFA
Complementary color
Monochromatic Colors of #C9FEFA
Black with #C9FEFA
Text Example
Text Example
White with #C9FEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FEFA; }
p { color: rgb(201,254,250); }
H1.HeaderClassName
{
color: #C9FEFA;
}
.AnyTagClassName
{
color: #C9FEFA;
}
</style>
background-color css
<style>
a { background-color: #C9FEFA; }
a { background-color: rgb(201,254,250); }
div.DivClassName
{
background-color: #C9FEFA;
}
.BgClassName
{
background-color: #C9FEFA;
}
</style>
border-color css
<style>
span { border-color: #C9FEFA; }
span { border-color: rgb(201,254,250); }
td.TdClassName
{
border-color: #C9FEFA;
}
.TagClassName
{
border-color: #C9FEFA;
}
</style>