Shades of Aero Blue #CDEBDB
Tints of Aero Blue #CDEBDB
RGB
CMYK
RGB Variations
Color information
#CDEBDB (or 0xCDEBDB) is known color: Aero Blue. HEX triplet: CD, EB and DB. RGB value is (205,235,219). Sum of RGB (Red+Green+Blue) = 205+235+219=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #CDEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDEBDB is #321424. Grayscale: #E0E0E0. Windows color (decimal): -3281957 or 14412749. OLE color: 14412749.
HSL color Cylindrical-coordinate representation of color #CDEBDB: hue angle of 148º 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 #CDEBDB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
RGB | 205 | 235 | 219 | - |
CMYK | 0.13 | 0 | 0.07 | 0.08 |
HSL | 148º | 0.43% | 0.86% | - |
HSV(B) | 148º | 0.13% | 0.92% | - |
XYZ | 67.67 | 77.51 | 78.41 | - |
YUV | 224.21 | 125.06 | 114.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 235 | 219 | 0.13 | 0 | 0.07 | 0.08 | 148 | 0.43 | 0.86 |
Hex | CD | EB | DB | D | 0 | 7 | 8 | 94 | 2B | 56 |
Octal | 315 | 353 | 333 | 15 | 0 | 7 | 10 | 224 | 53 | 126 |
Binary | 11001101 | 11101011 | 11011011 | 1101 | 0 | 111 | 1000 | 10010100 | 101011 | 1010110 |
Color Harmonies of #CDEBDB
Complementary color
Monochromatic Colors of #CDEBDB
Black with #CDEBDB
Text Example
Text Example
White with #CDEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDEBDB; }
p { color: rgb(205,235,219); }
H1.HeaderClassName
{
color: #CDEBDB;
}
.AnyTagClassName
{
color: #CDEBDB;
}
</style>
background-color css
<style>
a { background-color: #CDEBDB; }
a { background-color: rgb(205,235,219); }
div.DivClassName
{
background-color: #CDEBDB;
}
.BgClassName
{
background-color: #CDEBDB;
}
</style>
border-color css
<style>
span { border-color: #CDEBDB; }
span { border-color: rgb(205,235,219); }
td.TdClassName
{
border-color: #CDEBDB;
}
.TagClassName
{
border-color: #CDEBDB;
}
</style>