Shades of Aero Blue #CCECDA
Tints of Aero Blue #CCECDA
RGB
CMYK
RGB Variations
Color information
#CCECDA (or 0xCCECDA) is known color: Aero Blue. HEX triplet: CC, EC and DA. RGB value is (204,236,218). Sum of RGB (Red+Green+Blue) = 204+236+218=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 236 (92.58% from 255 or 35.87% from 658); Blue value is 218 (85.55% from 255 or 33.13% from 658); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDA is #331325. Grayscale: #E0E0E0. Windows color (decimal): -3347238 or 14347468. OLE color: 14347468.
HSL color Cylindrical-coordinate representation of color #CCECDA: hue angle of 146.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCECDA is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 218 | - |
CMYK | 0.14 | 0 | 0.08 | 0.07 |
HSL | 146.25º | 0.46% | 0.86% | - |
HSV(B) | 146.25º | 0.14% | 0.93% | - |
XYZ | 67.55 | 77.89 | 77.8 | - |
YUV | 224.38 | 124.4 | 113.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 218 | 0.14 | 0 | 0.08 | 0.07 | 146.25 | 0.46 | 0.86 |
Hex | CC | EC | DA | E | 0 | 8 | 7 | 92 | 2E | 56 |
Octal | 314 | 354 | 332 | 16 | 0 | 10 | 7 | 222 | 56 | 126 |
Binary | 11001100 | 11101100 | 11011010 | 1110 | 0 | 1000 | 111 | 10010010 | 101110 | 1010110 |
Color Harmonies of #CCECDA
Complementary color
Monochromatic Colors of #CCECDA
Black with #CCECDA
Text Example
Text Example
White with #CCECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECDA; }
p { color: rgb(204,236,218); }
H1.HeaderClassName
{
color: #CCECDA;
}
.AnyTagClassName
{
color: #CCECDA;
}
</style>
background-color css
<style>
a { background-color: #CCECDA; }
a { background-color: rgb(204,236,218); }
div.DivClassName
{
background-color: #CCECDA;
}
.BgClassName
{
background-color: #CCECDA;
}
</style>
border-color css
<style>
span { border-color: #CCECDA; }
span { border-color: rgb(204,236,218); }
td.TdClassName
{
border-color: #CCECDA;
}
.TagClassName
{
border-color: #CCECDA;
}
</style>