Shades of Aero Blue #CCE4D7
Tints of Aero Blue #CCE4D7
RGB
CMYK
RGB Variations
Color information
#CCE4D7 (or 0xCCE4D7) is known color: Aero Blue. HEX triplet: CC, E4 and D7. RGB value is (204,228,215). Sum of RGB (Red+Green+Blue) = 204+228+215=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 228 (89.45% from 255 or 35.24% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 228 - color contains mainly: green. Hex color #CCE4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCE4D7 is #331B28. Grayscale: #DBDBDB. Windows color (decimal): -3349289 or 14148812. OLE color: 14148812.
HSL color Cylindrical-coordinate representation of color #CCE4D7: hue angle of 147.5º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCE4D7 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 204 | 228 | 215 | - |
CMYK | 0.11 | 0 | 0.06 | 0.11 |
HSL | 147.5º | 0.31% | 0.85% | - |
HSV(B) | 147.5º | 0.11% | 0.89% | - |
XYZ | 64.91 | 73.23 | 75 | - |
YUV | 219.34 | 125.55 | 117.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 228 | 215 | 0.11 | 0 | 0.06 | 0.11 | 147.5 | 0.31 | 0.85 |
Hex | CC | E4 | D7 | B | 0 | 6 | B | 94 | 1F | 55 |
Octal | 314 | 344 | 327 | 13 | 0 | 6 | 13 | 224 | 37 | 125 |
Binary | 11001100 | 11100100 | 11010111 | 1011 | 0 | 110 | 1011 | 10010100 | 11111 | 1010101 |
Color Harmonies of #CCE4D7
Complementary color
Monochromatic Colors of #CCE4D7
Black with #CCE4D7
Text Example
Text Example
White with #CCE4D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE4D7; }
p { color: rgb(204,228,215); }
H1.HeaderClassName
{
color: #CCE4D7;
}
.AnyTagClassName
{
color: #CCE4D7;
}
</style>
background-color css
<style>
a { background-color: #CCE4D7; }
a { background-color: rgb(204,228,215); }
div.DivClassName
{
background-color: #CCE4D7;
}
.BgClassName
{
background-color: #CCE4D7;
}
</style>
border-color css
<style>
span { border-color: #CCE4D7; }
span { border-color: rgb(204,228,215); }
td.TdClassName
{
border-color: #CCE4D7;
}
.TagClassName
{
border-color: #CCE4D7;
}
</style>