Shades of Aero Blue #C3ECDA
Tints of Aero Blue #C3ECDA
RGB
CMYK
RGB Variations
Color information
#C3ECDA (or 0xC3ECDA) is known color: Aero Blue. HEX triplet: C3, EC and DA. RGB value is (195,236,218). Sum of RGB (Red+Green+Blue) = 195+236+218=649 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.05% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECDA is #3C1325. Grayscale: #DDDDDD. Windows color (decimal): -3937062 or 14347459. OLE color: 14347459.
HSL color Cylindrical-coordinate representation of color #C3ECDA: hue angle of 153.66º degrees, saturation: 0.52, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C3ECDA is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 218 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.07 |
| HSL | 153.66º | 0.52% | 0.85% | - |
| HSV(B) | 153.66º | 0.17% | 0.93% | - |
| XYZ | 65.16 | 76.65 | 77.69 | - |
| YUV | 221.69 | 125.92 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 218 | 0.17 | 0 | 0.08 | 0.07 | 153.66 | 0.52 | 0.85 |
| Hex | C3 | EC | DA | 11 | 0 | 8 | 7 | 9A | 34 | 55 |
| Octal | 303 | 354 | 332 | 21 | 0 | 10 | 7 | 232 | 64 | 125 |
| Binary | 11000011 | 11101100 | 11011010 | 10001 | 0 | 1000 | 111 | 10011010 | 110100 | 1010101 |
Color Harmonies of #C3ECDA
Complementary color
Monochromatic Colors of #C3ECDA
Black with #C3ECDA
Text Example
Text Example
White with #C3ECDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECDA; }
p { color: rgb(195,236,218); }
H1.HeaderClassName
{
color: #C3ECDA;
}
.AnyTagClassName
{
color: #C3ECDA;
}
</style>
background-color css
<style>
a { background-color: #C3ECDA; }
a { background-color: rgb(195,236,218); }
div.DivClassName
{
background-color: #C3ECDA;
}
.BgClassName
{
background-color: #C3ECDA;
}
</style>
border-color css
<style>
span { border-color: #C3ECDA; }
span { border-color: rgb(195,236,218); }
td.TdClassName
{
border-color: #C3ECDA;
}
.TagClassName
{
border-color: #C3ECDA;
}
</style>