Shades of Aero Blue #C9DED3
Tints of Aero Blue #C9DED3
RGB
CMYK
RGB Variations
Color information
#C9DED3 (or 0xC9DED3) is known color: Aero Blue. HEX triplet: C9, DE and D3. RGB value is (201,222,211). Sum of RGB (Red+Green+Blue) = 201+222+211=634 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.70% from 634); Green value is 222 (87.11% from 255 or 35.02% from 634); Blue value is 211 (82.81% from 255 or 33.28% from 634); Max value from RGB is 222 - color contains mainly: green. Hex color #C9DED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DED3 is #36212C. Grayscale: #D6D6D6. Windows color (decimal): -3547437 or 13885129. OLE color: 13885129.
HSL color Cylindrical-coordinate representation of color #C9DED3: hue angle of 148.57º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C9DED3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 222 | 211 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 148.57º | 0.24% | 0.83% | - |
HSV(B) | 148.57º | 0.09% | 0.87% | - |
XYZ | 61.97 | 69.36 | 71.75 | - |
YUV | 214.47 | 126.04 | 118.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 222 | 211 | 0.09 | 0 | 0.05 | 0.13 | 148.57 | 0.24 | 0.83 |
Hex | C9 | DE | D3 | 9 | 0 | 5 | D | 95 | 18 | 53 |
Octal | 311 | 336 | 323 | 11 | 0 | 5 | 15 | 225 | 30 | 123 |
Binary | 11001001 | 11011110 | 11010011 | 1001 | 0 | 101 | 1101 | 10010101 | 11000 | 1010011 |
Color Harmonies of #C9DED3
Complementary color
Monochromatic Colors of #C9DED3
Black with #C9DED3
Text Example
Text Example
White with #C9DED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DED3; }
p { color: rgb(201,222,211); }
H1.HeaderClassName
{
color: #C9DED3;
}
.AnyTagClassName
{
color: #C9DED3;
}
</style>
background-color css
<style>
a { background-color: #C9DED3; }
a { background-color: rgb(201,222,211); }
div.DivClassName
{
background-color: #C9DED3;
}
.BgClassName
{
background-color: #C9DED3;
}
</style>
border-color css
<style>
span { border-color: #C9DED3; }
span { border-color: rgb(201,222,211); }
td.TdClassName
{
border-color: #C9DED3;
}
.TagClassName
{
border-color: #C9DED3;
}
</style>