Shades of Aero Blue #CDEBD9
Tints of Aero Blue #CDEBD9
RGB
CMYK
RGB Variations
Color information
#CDEBD9 (or 0xCDEBD9) is known color: Aero Blue. HEX triplet: CD, EB and D9. RGB value is (205,235,217). Sum of RGB (Red+Green+Blue) = 205+235+217=657 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.20% from 657); Green value is 235 (92.19% from 255 or 35.77% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBD9 is #321426. Grayscale: #E0E0E0. Windows color (decimal): -3281959 or 14281677. OLE color: 14281677.
HSL color Cylindrical-coordinate representation of color #CDEBD9: hue angle of 144º degrees, saturation: 0.43, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDEBD9 is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 235 | 217 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.08 |
| HSL | 144º | 0.43% | 0.86% | - |
| HSV(B) | 144º | 0.13% | 0.92% | - |
| XYZ | 67.41 | 77.41 | 77.03 | - |
| YUV | 223.98 | 124.06 | 114.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 235 | 217 | 0.13 | 0 | 0.08 | 0.08 | 144 | 0.43 | 0.86 |
| Hex | CD | EB | D9 | D | 0 | 8 | 8 | 90 | 2B | 56 |
| Octal | 315 | 353 | 331 | 15 | 0 | 10 | 10 | 220 | 53 | 126 |
| Binary | 11001101 | 11101011 | 11011001 | 1101 | 0 | 1000 | 1000 | 10010000 | 101011 | 1010110 |
Color Harmonies of #CDEBD9
Complementary color
Monochromatic Colors of #CDEBD9
Black with #CDEBD9
Text Example
Text Example
White with #CDEBD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBD9; }
p { color: rgb(205,235,217); }
H1.HeaderClassName
{
color: #CDEBD9;
}
.AnyTagClassName
{
color: #CDEBD9;
}
</style>
background-color css
<style>
a { background-color: #CDEBD9; }
a { background-color: rgb(205,235,217); }
div.DivClassName
{
background-color: #CDEBD9;
}
.BgClassName
{
background-color: #CDEBD9;
}
</style>
border-color css
<style>
span { border-color: #CDEBD9; }
span { border-color: rgb(205,235,217); }
td.TdClassName
{
border-color: #CDEBD9;
}
.TagClassName
{
border-color: #CDEBD9;
}
</style>