Shades of Aero Blue #CCEADA
Tints of Aero Blue #CCEADA
RGB
CMYK
RGB Variations
Color information
#CCEADA (or 0xCCEADA) is known color: Aero Blue. HEX triplet: CC, EA and DA. RGB value is (204,234,218). Sum of RGB (Red+Green+Blue) = 204+234+218=656 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.10% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 218 (85.55% from 255 or 33.23% from 656); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCEADA is #331525. Grayscale: #DFDFDF. Windows color (decimal): -3347750 or 14346956. OLE color: 14346956.
HSL color Cylindrical-coordinate representation of color #CCEADA: hue angle of 148º degrees, saturation: 0.42, 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 #CCEADA is Cyan = 0.13, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 234 | 218 | - |
| CMYK | 0.13 | 0 | 0.07 | 0.08 |
| HSL | 148º | 0.42% | 0.86% | - |
| HSV(B) | 148º | 0.13% | 0.92% | - |
| XYZ | 66.98 | 76.74 | 77.61 | - |
| YUV | 223.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 234 | 218 | 0.13 | 0 | 0.07 | 0.08 | 148 | 0.42 | 0.86 |
| Hex | CC | EA | DA | D | 0 | 7 | 8 | 94 | 2A | 56 |
| Octal | 314 | 352 | 332 | 15 | 0 | 7 | 10 | 224 | 52 | 126 |
| Binary | 11001100 | 11101010 | 11011010 | 1101 | 0 | 111 | 1000 | 10010100 | 101010 | 1010110 |
Color Harmonies of #CCEADA
Complementary color
Monochromatic Colors of #CCEADA
Black with #CCEADA
Text Example
Text Example
White with #CCEADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCEADA; }
p { color: rgb(204,234,218); }
H1.HeaderClassName
{
color: #CCEADA;
}
.AnyTagClassName
{
color: #CCEADA;
}
</style>
background-color css
<style>
a { background-color: #CCEADA; }
a { background-color: rgb(204,234,218); }
div.DivClassName
{
background-color: #CCEADA;
}
.BgClassName
{
background-color: #CCEADA;
}
</style>
border-color css
<style>
span { border-color: #CCEADA; }
span { border-color: rgb(204,234,218); }
td.TdClassName
{
border-color: #CCEADA;
}
.TagClassName
{
border-color: #CCEADA;
}
</style>