Shades of Aero Blue #C9DDD3
Tints of Aero Blue #C9DDD3
RGB
CMYK
RGB Variations
Color information
#C9DDD3 (or 0xC9DDD3) is known color: Aero Blue. HEX triplet: C9, DD and D3. RGB value is (201,221,211). Sum of RGB (Red+Green+Blue) = 201+221+211=633 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.75% from 633); Green value is 221 (86.72% from 255 or 34.91% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 221 - color contains mainly: green. Hex color #C9DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9DDD3 is #36222C. Grayscale: #D5D5D5. Windows color (decimal): -3547693 or 13884873. OLE color: 13884873.
HSL color Cylindrical-coordinate representation of color #C9DDD3: hue angle of 150º degrees, saturation: 0.23, 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 #C9DDD3 is Cyan = 0.09, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
RGB | 201 | 221 | 211 | - |
CMYK | 0.09 | 0 | 0.05 | 0.13 |
HSL | 150º | 0.23% | 0.83% | - |
HSV(B) | 150º | 0.09% | 0.87% | - |
XYZ | 61.7 | 68.83 | 71.66 | - |
YUV | 213.88 | 126.37 | 118.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 221 | 211 | 0.09 | 0 | 0.05 | 0.13 | 150 | 0.23 | 0.83 |
Hex | C9 | DD | D3 | 9 | 0 | 5 | D | 96 | 17 | 53 |
Octal | 311 | 335 | 323 | 11 | 0 | 5 | 15 | 226 | 27 | 123 |
Binary | 11001001 | 11011101 | 11010011 | 1001 | 0 | 101 | 1101 | 10010110 | 10111 | 1010011 |
Color Harmonies of #C9DDD3
Complementary color
Monochromatic Colors of #C9DDD3
Black with #C9DDD3
Text Example
Text Example
White with #C9DDD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DDD3; }
p { color: rgb(201,221,211); }
H1.HeaderClassName
{
color: #C9DDD3;
}
.AnyTagClassName
{
color: #C9DDD3;
}
</style>
background-color css
<style>
a { background-color: #C9DDD3; }
a { background-color: rgb(201,221,211); }
div.DivClassName
{
background-color: #C9DDD3;
}
.BgClassName
{
background-color: #C9DDD3;
}
</style>
border-color css
<style>
span { border-color: #C9DDD3; }
span { border-color: rgb(201,221,211); }
td.TdClassName
{
border-color: #C9DDD3;
}
.TagClassName
{
border-color: #C9DDD3;
}
</style>