Shades of Aero Blue #CCEBDB
Tints of Aero Blue #CCEBDB
RGB
CMYK
RGB Variations
Color information
#CCEBDB (or 0xCCEBDB) is known color: Aero Blue. HEX triplet: CC, EB and DB. RGB value is (204,235,219). Sum of RGB (Red+Green+Blue) = 204+235+219=658 (87% of max value = 765). Red value is 204 (80.08% from 255 or 31.00% from 658); Green value is 235 (92.19% from 255 or 35.71% from 658); Blue value is 219 (85.94% from 255 or 33.28% from 658); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEBDB is #331424. Grayscale: #DFDFDF. Windows color (decimal): -3347493 or 14412748. OLE color: 14412748.
HSL color Cylindrical-coordinate representation of color #CCEBDB: hue angle of 149.03º degrees, saturation: 0.44, 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 #CCEBDB is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 235 | 219 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.08 |
| HSL | 149.03º | 0.44% | 0.86% | - |
| HSV(B) | 149.03º | 0.13% | 0.92% | - |
| XYZ | 67.4 | 77.37 | 78.4 | - |
| YUV | 223.91 | 125.23 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 235 | 219 | 0.13 | 0 | 0.07 | 0.08 | 149.03 | 0.44 | 0.86 |
| Hex | CC | EB | DB | D | 0 | 7 | 8 | 95 | 2C | 56 |
| Octal | 314 | 353 | 333 | 15 | 0 | 7 | 10 | 225 | 54 | 126 |
| Binary | 11001100 | 11101011 | 11011011 | 1101 | 0 | 111 | 1000 | 10010101 | 101100 | 1010110 |
Color Harmonies of #CCEBDB
Complementary color
Monochromatic Colors of #CCEBDB
Black with #CCEBDB
Text Example
Text Example
White with #CCEBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEBDB; }
p { color: rgb(204,235,219); }
H1.HeaderClassName
{
color: #CCEBDB;
}
.AnyTagClassName
{
color: #CCEBDB;
}
</style>
background-color css
<style>
a { background-color: #CCEBDB; }
a { background-color: rgb(204,235,219); }
div.DivClassName
{
background-color: #CCEBDB;
}
.BgClassName
{
background-color: #CCEBDB;
}
</style>
border-color css
<style>
span { border-color: #CCEBDB; }
span { border-color: rgb(204,235,219); }
td.TdClassName
{
border-color: #CCEBDB;
}
.TagClassName
{
border-color: #CCEBDB;
}
</style>