Shades of Aero Blue #CDECDA
Tints of Aero Blue #CDECDA
RGB
CMYK
RGB Variations
Color information
#CDECDA (or 0xCDECDA) is known color: Aero Blue. HEX triplet: CD, EC and DA. RGB value is (205,236,218). Sum of RGB (Red+Green+Blue) = 205+236+218=659 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.11% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 218 (85.55% from 255 or 33.08% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #CDECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDECDA is #321325. Grayscale: #E0E0E0. Windows color (decimal): -3281702 or 14347469. OLE color: 14347469.
HSL color Cylindrical-coordinate representation of color #CDECDA: hue angle of 145.16º degrees, saturation: 0.45, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CDECDA is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 205 | 236 | 218 | - |
CMYK | 0.13 | 0 | 0.08 | 0.07 |
HSL | 145.16º | 0.45% | 0.86% | - |
HSV(B) | 145.16º | 0.13% | 0.93% | - |
XYZ | 67.83 | 78.03 | 77.82 | - |
YUV | 224.68 | 124.23 | 113.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 236 | 218 | 0.13 | 0 | 0.08 | 0.07 | 145.16 | 0.45 | 0.86 |
Hex | CD | EC | DA | D | 0 | 8 | 7 | 91 | 2D | 56 |
Octal | 315 | 354 | 332 | 15 | 0 | 10 | 7 | 221 | 55 | 126 |
Binary | 11001101 | 11101100 | 11011010 | 1101 | 0 | 1000 | 111 | 10010001 | 101101 | 1010110 |
Color Harmonies of #CDECDA
Complementary color
Monochromatic Colors of #CDECDA
Black with #CDECDA
Text Example
Text Example
White with #CDECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDECDA; }
p { color: rgb(205,236,218); }
H1.HeaderClassName
{
color: #CDECDA;
}
.AnyTagClassName
{
color: #CDECDA;
}
</style>
background-color css
<style>
a { background-color: #CDECDA; }
a { background-color: rgb(205,236,218); }
div.DivClassName
{
background-color: #CDECDA;
}
.BgClassName
{
background-color: #CDECDA;
}
</style>
border-color css
<style>
span { border-color: #CDECDA; }
span { border-color: rgb(205,236,218); }
td.TdClassName
{
border-color: #CDECDA;
}
.TagClassName
{
border-color: #CDECDA;
}
</style>