Shades of Aero Blue #CDE9DA
Tints of Aero Blue #CDE9DA
RGB
CMYK
RGB Variations
Color information
#CDE9DA (or 0xCDE9DA) is known color: Aero Blue. HEX triplet: CD, E9 and DA. RGB value is (205,233,218). Sum of RGB (Red+Green+Blue) = 205+233+218=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 233 (91.41% from 255 or 35.52% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 233 - color contains mainly: green. Hex color #CDE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE9DA is #321625. Grayscale: #DEDEDE. Windows color (decimal): -3282470 or 14346701. OLE color: 14346701.
HSL color Cylindrical-coordinate representation of color #CDE9DA: hue angle of 147.86º degrees, saturation: 0.39, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDE9DA is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 233 | 218 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.09 |
| HSL | 147.86º | 0.39% | 0.86% | - |
| HSV(B) | 147.86º | 0.12% | 0.91% | - |
| XYZ | 66.97 | 76.32 | 77.53 | - |
| YUV | 222.92 | 125.22 | 115.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 233 | 218 | 0.12 | 0 | 0.06 | 0.09 | 147.86 | 0.39 | 0.86 |
| Hex | CD | E9 | DA | C | 0 | 6 | 9 | 94 | 27 | 56 |
| Octal | 315 | 351 | 332 | 14 | 0 | 6 | 11 | 224 | 47 | 126 |
| Binary | 11001101 | 11101001 | 11011010 | 1100 | 0 | 110 | 1001 | 10010100 | 100111 | 1010110 |
Color Harmonies of #CDE9DA
Complementary color
Monochromatic Colors of #CDE9DA
Black with #CDE9DA
Text Example
Text Example
White with #CDE9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE9DA; }
p { color: rgb(205,233,218); }
H1.HeaderClassName
{
color: #CDE9DA;
}
.AnyTagClassName
{
color: #CDE9DA;
}
</style>
background-color css
<style>
a { background-color: #CDE9DA; }
a { background-color: rgb(205,233,218); }
div.DivClassName
{
background-color: #CDE9DA;
}
.BgClassName
{
background-color: #CDE9DA;
}
</style>
border-color css
<style>
span { border-color: #CDE9DA; }
span { border-color: rgb(205,233,218); }
td.TdClassName
{
border-color: #CDE9DA;
}
.TagClassName
{
border-color: #CDE9DA;
}
</style>