Shades of Aero Blue #CDEADB
Tints of Aero Blue #CDEADB
RGB
CMYK
RGB Variations
Color information
#CDEADB (or 0xCDEADB) is known color: Aero Blue. HEX triplet: CD, EA and DB. RGB value is (205,234,219). Sum of RGB (Red+Green+Blue) = 205+234+219=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 234 (91.80% from 255 or 35.56% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEADB is #321524. Grayscale: #DFDFDF. Windows color (decimal): -3282213 or 14412493. OLE color: 14412493.
HSL color Cylindrical-coordinate representation of color #CDEADB: hue angle of 148.97º degrees, saturation: 0.41, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDEADB is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 205 | 234 | 219 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.08 |
| HSL | 148.97º | 0.41% | 0.86% | - |
| HSV(B) | 148.97º | 0.12% | 0.92% | - |
| XYZ | 67.39 | 76.94 | 78.32 | - |
| YUV | 223.62 | 125.39 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 234 | 219 | 0.12 | 0 | 0.06 | 0.08 | 148.97 | 0.41 | 0.86 |
| Hex | CD | EA | DB | C | 0 | 6 | 8 | 95 | 29 | 56 |
| Octal | 315 | 352 | 333 | 14 | 0 | 6 | 10 | 225 | 51 | 126 |
| Binary | 11001101 | 11101010 | 11011011 | 1100 | 0 | 110 | 1000 | 10010101 | 101001 | 1010110 |
Color Harmonies of #CDEADB
Complementary color
Monochromatic Colors of #CDEADB
Black with #CDEADB
Text Example
Text Example
White with #CDEADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEADB; }
p { color: rgb(205,234,219); }
H1.HeaderClassName
{
color: #CDEADB;
}
.AnyTagClassName
{
color: #CDEADB;
}
</style>
background-color css
<style>
a { background-color: #CDEADB; }
a { background-color: rgb(205,234,219); }
div.DivClassName
{
background-color: #CDEADB;
}
.BgClassName
{
background-color: #CDEADB;
}
</style>
border-color css
<style>
span { border-color: #CDEADB; }
span { border-color: rgb(205,234,219); }
td.TdClassName
{
border-color: #CDEADB;
}
.TagClassName
{
border-color: #CDEADB;
}
</style>