Shades of Aero Blue #CDEEDA
Tints of Aero Blue #CDEEDA
RGB
CMYK
RGB Variations
Color information
#CDEEDA (or 0xCDEEDA) is known color: Aero Blue. HEX triplet: CD, EE and DA. RGB value is (205,238,218). Sum of RGB (Red+Green+Blue) = 205+238+218=661 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.01% from 661); Green value is 238 (93.36% from 255 or 36.01% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 238 - color contains mainly: green. Hex color #CDEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEEDA is #321125. Grayscale: #E1E1E1. Windows color (decimal): -3281190 or 14347981. OLE color: 14347981.
HSL color Cylindrical-coordinate representation of color #CDEEDA: hue angle of 143.64º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEEDA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 205 | 238 | 218 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.07 |
| HSL | 143.64º | 0.49% | 0.87% | - |
| HSV(B) | 143.64º | 0.14% | 0.93% | - |
| XYZ | 68.41 | 79.19 | 78.01 | - |
| YUV | 225.85 | 123.57 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 238 | 218 | 0.14 | 0 | 0.08 | 0.07 | 143.64 | 0.49 | 0.87 |
| Hex | CD | EE | DA | E | 0 | 8 | 7 | 90 | 31 | 57 |
| Octal | 315 | 356 | 332 | 16 | 0 | 10 | 7 | 220 | 61 | 127 |
| Binary | 11001101 | 11101110 | 11011010 | 1110 | 0 | 1000 | 111 | 10010000 | 110001 | 1010111 |
Color Harmonies of #CDEEDA
Complementary color
Monochromatic Colors of #CDEEDA
Black with #CDEEDA
Text Example
Text Example
White with #CDEEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEEDA; }
p { color: rgb(205,238,218); }
H1.HeaderClassName
{
color: #CDEEDA;
}
.AnyTagClassName
{
color: #CDEEDA;
}
</style>
background-color css
<style>
a { background-color: #CDEEDA; }
a { background-color: rgb(205,238,218); }
div.DivClassName
{
background-color: #CDEEDA;
}
.BgClassName
{
background-color: #CDEEDA;
}
</style>
border-color css
<style>
span { border-color: #CDEEDA; }
span { border-color: rgb(205,238,218); }
td.TdClassName
{
border-color: #CDEEDA;
}
.TagClassName
{
border-color: #CDEEDA;
}
</style>