Shades of Aero Blue #CDE4D8
Tints of Aero Blue #CDE4D8
RGB
CMYK
RGB Variations
Color information
#CDE4D8 (or 0xCDE4D8) is known color: Aero Blue. HEX triplet: CD, E4 and D8. RGB value is (205,228,216). Sum of RGB (Red+Green+Blue) = 205+228+216=649 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.59% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 216 (84.77% from 255 or 33.28% from 649); Max value from RGB is 228 - color contains mainly: green. Hex color #CDE4D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDE4D8 is #321B27. Grayscale: #DBDBDB. Windows color (decimal): -3283752 or 14214349. OLE color: 14214349.
HSL color Cylindrical-coordinate representation of color #CDE4D8: hue angle of 148.7º degrees, saturation: 0.3, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDE4D8 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 205 | 228 | 216 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.11 |
| HSL | 148.7º | 0.3% | 0.85% | - |
| HSV(B) | 148.7º | 0.1% | 0.89% | - |
| XYZ | 65.31 | 73.42 | 75.7 | - |
| YUV | 219.76 | 125.88 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 228 | 216 | 0.10 | 0 | 0.05 | 0.11 | 148.7 | 0.3 | 0.85 |
| Hex | CD | E4 | D8 | A | 0 | 5 | B | 95 | 1E | 55 |
| Octal | 315 | 344 | 330 | 12 | 0 | 5 | 13 | 225 | 36 | 125 |
| Binary | 11001101 | 11100100 | 11011000 | 1010 | 0 | 101 | 1011 | 10010101 | 11110 | 1010101 |
Color Harmonies of #CDE4D8
Complementary color
Monochromatic Colors of #CDE4D8
Black with #CDE4D8
Text Example
Text Example
White with #CDE4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDE4D8; }
p { color: rgb(205,228,216); }
H1.HeaderClassName
{
color: #CDE4D8;
}
.AnyTagClassName
{
color: #CDE4D8;
}
</style>
background-color css
<style>
a { background-color: #CDE4D8; }
a { background-color: rgb(205,228,216); }
div.DivClassName
{
background-color: #CDE4D8;
}
.BgClassName
{
background-color: #CDE4D8;
}
</style>
border-color css
<style>
span { border-color: #CDE4D8; }
span { border-color: rgb(205,228,216); }
td.TdClassName
{
border-color: #CDE4D8;
}
.TagClassName
{
border-color: #CDE4D8;
}
</style>