Shades of Aero Blue #CCECDB
Tints of Aero Blue #CCECDB
RGB
CMYK
RGB Variations
Color information
#CCECDB (or 0xCCECDB) is known color: Aero Blue. HEX triplet: CC, EC and DB. RGB value is (204,236,219). Sum of RGB (Red+Green+Blue) = 204+236+219=659 (87% of max value = 765). Red value is 204 (80.08% from 255 or 30.96% from 659); Green value is 236 (92.58% from 255 or 35.81% from 659); Blue value is 219 (85.94% from 255 or 33.23% from 659); Max value from RGB is 236 - color contains mainly: green. Hex color #CCECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCECDB is #331324. Grayscale: #E0E0E0. Windows color (decimal): -3347237 or 14413004. OLE color: 14413004.
HSL color Cylindrical-coordinate representation of color #CCECDB: hue angle of 148.12º 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 #CCECDB is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 236 | 219 | - |
CMYK | 0.14 | 0 | 0.07 | 0.07 |
HSL | 148.13º | 0.46% | 0.86% | - |
HSV(B) | 148.13º | 0.14% | 0.93% | - |
XYZ | 67.68 | 77.94 | 78.5 | - |
YUV | 224.49 | 124.9 | 113.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 236 | 219 | 0.14 | 0 | 0.07 | 0.07 | 148.13 | 0.46 | 0.86 |
Hex | CC | EC | DB | E | 0 | 7 | 7 | 94 | 2E | 56 |
Octal | 314 | 354 | 333 | 16 | 0 | 7 | 7 | 224 | 56 | 126 |
Binary | 11001100 | 11101100 | 11011011 | 1110 | 0 | 111 | 111 | 10010100 | 101110 | 1010110 |
Color Harmonies of #CCECDB
Complementary color
Monochromatic Colors of #CCECDB
Black with #CCECDB
Text Example
Text Example
White with #CCECDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCECDB; }
p { color: rgb(204,236,219); }
H1.HeaderClassName
{
color: #CCECDB;
}
.AnyTagClassName
{
color: #CCECDB;
}
</style>
background-color css
<style>
a { background-color: #CCECDB; }
a { background-color: rgb(204,236,219); }
div.DivClassName
{
background-color: #CCECDB;
}
.BgClassName
{
background-color: #CCECDB;
}
</style>
border-color css
<style>
span { border-color: #CCECDB; }
span { border-color: rgb(204,236,219); }
td.TdClassName
{
border-color: #CCECDB;
}
.TagClassName
{
border-color: #CCECDB;
}
</style>