Shades of Aero Blue #CDE6D9
Tints of Aero Blue #CDE6D9
RGB
CMYK
RGB Variations
Color information
#CDE6D9 (or 0xCDE6D9) is known color: Aero Blue. HEX triplet: CD, E6 and D9. RGB value is (205,230,217). Sum of RGB (Red+Green+Blue) = 205+230+217=652 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.44% from 652); Green value is 230 (90.23% from 255 or 35.28% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 230 - color contains mainly: green. Hex color #CDE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDE6D9 is #321926. Grayscale: #DDDDDD. Windows color (decimal): -3283239 or 14280397. OLE color: 14280397.
HSL color Cylindrical-coordinate representation of color #CDE6D9: hue angle of 148.8º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDE6D9 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.
Color convert
RGB | 205 | 230 | 217 | - |
CMYK | 0.11 | 0 | 0.06 | 0.10 |
HSL | 148.8º | 0.33% | 0.85% | - |
HSV(B) | 148.8º | 0.11% | 0.9% | - |
XYZ | 66 | 74.58 | 76.56 | - |
YUV | 221.04 | 125.72 | 116.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 230 | 217 | 0.11 | 0 | 0.06 | 0.10 | 148.8 | 0.33 | 0.85 |
Hex | CD | E6 | D9 | B | 0 | 6 | A | 95 | 21 | 55 |
Octal | 315 | 346 | 331 | 13 | 0 | 6 | 12 | 225 | 41 | 125 |
Binary | 11001101 | 11100110 | 11011001 | 1011 | 0 | 110 | 1010 | 10010101 | 100001 | 1010101 |
Color Harmonies of #CDE6D9
Complementary color
Monochromatic Colors of #CDE6D9
Black with #CDE6D9
Text Example
Text Example
White with #CDE6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE6D9; }
p { color: rgb(205,230,217); }
H1.HeaderClassName
{
color: #CDE6D9;
}
.AnyTagClassName
{
color: #CDE6D9;
}
</style>
background-color css
<style>
a { background-color: #CDE6D9; }
a { background-color: rgb(205,230,217); }
div.DivClassName
{
background-color: #CDE6D9;
}
.BgClassName
{
background-color: #CDE6D9;
}
</style>
border-color css
<style>
span { border-color: #CDE6D9; }
span { border-color: rgb(205,230,217); }
td.TdClassName
{
border-color: #CDE6D9;
}
.TagClassName
{
border-color: #CDE6D9;
}
</style>