Shades of Aero Blue #C9FDDC
Tints of Aero Blue #C9FDDC
RGB
CMYK
RGB Variations
Color information
#C9FDDC (or 0xC9FDDC) is known color: Aero Blue. HEX triplet: C9, FD and DC. RGB value is (201,253,220). Sum of RGB (Red+Green+Blue) = 201+253+220=674 (89% of max value = 765). Red value is 201 (78.91% from 255 or 29.82% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 220 (86.33% from 255 or 32.64% from 674); Max value from RGB is 253 - color contains mainly: green. Hex color #C9FDDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FDDC is #360223. Grayscale: #E9E9E9. Windows color (decimal): -3539492 or 14482889. OLE color: 14482889.
HSL color Cylindrical-coordinate representation of color #C9FDDC: hue angle of 141.92º degrees, saturation: 0.93, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C9FDDC is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 253 | 220 | - |
| CMYK | 0.21 | 0 | 0.13 | 0.01 |
| HSL | 141.92º | 0.93% | 0.89% | - |
| HSV(B) | 141.92º | 0.21% | 0.99% | - |
| XYZ | 72.13 | 87.84 | 80.86 | - |
| YUV | 233.69 | 120.27 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 253 | 220 | 0.21 | 0 | 0.13 | 0.01 | 141.92 | 0.93 | 0.89 |
| Hex | C9 | FD | DC | 15 | 0 | D | 1 | 8E | 5D | 59 |
| Octal | 311 | 375 | 334 | 25 | 0 | 15 | 1 | 216 | 135 | 131 |
| Binary | 11001001 | 11111101 | 11011100 | 10101 | 0 | 1101 | 1 | 10001110 | 1011101 | 1011001 |
Color Harmonies of #C9FDDC
Complementary color
Monochromatic Colors of #C9FDDC
Black with #C9FDDC
Text Example
Text Example
White with #C9FDDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9FDDC; }
p { color: rgb(201,253,220); }
H1.HeaderClassName
{
color: #C9FDDC;
}
.AnyTagClassName
{
color: #C9FDDC;
}
</style>
background-color css
<style>
a { background-color: #C9FDDC; }
a { background-color: rgb(201,253,220); }
div.DivClassName
{
background-color: #C9FDDC;
}
.BgClassName
{
background-color: #C9FDDC;
}
</style>
border-color css
<style>
span { border-color: #C9FDDC; }
span { border-color: rgb(201,253,220); }
td.TdClassName
{
border-color: #C9FDDC;
}
.TagClassName
{
border-color: #C9FDDC;
}
</style>