Shades of Aero Blue #CDEFDB
Tints of Aero Blue #CDEFDB
RGB
CMYK
RGB Variations
Color information
#CDEFDB (or 0xCDEFDB) is known color: Aero Blue. HEX triplet: CD, EF and DB. RGB value is (205,239,219). Sum of RGB (Red+Green+Blue) = 205+239+219=663 (87% of max value = 765). Red value is 205 (80.47% from 255 or 30.92% from 663); Green value is 239 (93.75% from 255 or 36.05% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEFDB is #321024. Grayscale: #E2E2E2. Windows color (decimal): -3280933 or 14413773. OLE color: 14413773.
HSL color Cylindrical-coordinate representation of color #CDEFDB: hue angle of 144.71º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDEFDB is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 205 | 239 | 219 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.06 |
| HSL | 144.71º | 0.52% | 0.87% | - |
| HSV(B) | 144.71º | 0.14% | 0.94% | - |
| XYZ | 68.83 | 79.83 | 78.8 | - |
| YUV | 226.55 | 123.74 | 112.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 239 | 219 | 0.14 | 0 | 0.08 | 0.06 | 144.71 | 0.52 | 0.87 |
| Hex | CD | EF | DB | E | 0 | 8 | 6 | 91 | 34 | 57 |
| Octal | 315 | 357 | 333 | 16 | 0 | 10 | 6 | 221 | 64 | 127 |
| Binary | 11001101 | 11101111 | 11011011 | 1110 | 0 | 1000 | 110 | 10010001 | 110100 | 1010111 |
Color Harmonies of #CDEFDB
Complementary color
Monochromatic Colors of #CDEFDB
Black with #CDEFDB
Text Example
Text Example
White with #CDEFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEFDB; }
p { color: rgb(205,239,219); }
H1.HeaderClassName
{
color: #CDEFDB;
}
.AnyTagClassName
{
color: #CDEFDB;
}
</style>
background-color css
<style>
a { background-color: #CDEFDB; }
a { background-color: rgb(205,239,219); }
div.DivClassName
{
background-color: #CDEFDB;
}
.BgClassName
{
background-color: #CDEFDB;
}
</style>
border-color css
<style>
span { border-color: #CDEFDB; }
span { border-color: rgb(205,239,219); }
td.TdClassName
{
border-color: #CDEFDB;
}
.TagClassName
{
border-color: #CDEFDB;
}
</style>