Shades of Aero Blue #C3ECD5
Tints of Aero Blue #C3ECD5
RGB
CMYK
RGB Variations
Color information
#C3ECD5 (or 0xC3ECD5) is known color: Aero Blue. HEX triplet: C3, EC and D5. RGB value is (195,236,213). Sum of RGB (Red+Green+Blue) = 195+236+213=644 (85% of max value = 765). Red value is 195 (76.56% from 255 or 30.28% from 644); Green value is 236 (92.58% from 255 or 36.65% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 236 - color contains mainly: green. Hex color #C3ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3ECD5 is #3C132A. Grayscale: #DDDDDD. Windows color (decimal): -3937067 or 14019779. OLE color: 14019779.
HSL color Cylindrical-coordinate representation of color #C3ECD5: hue angle of 146.34º 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 #C3ECD5 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 236 | 213 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.07 |
| HSL | 146.34º | 0.52% | 0.85% | - |
| HSV(B) | 146.34º | 0.17% | 0.93% | - |
| XYZ | 64.51 | 76.4 | 74.3 | - |
| YUV | 221.12 | 123.42 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 236 | 213 | 0.17 | 0 | 0.10 | 0.07 | 146.34 | 0.52 | 0.85 |
| Hex | C3 | EC | D5 | 11 | 0 | A | 7 | 92 | 34 | 55 |
| Octal | 303 | 354 | 325 | 21 | 0 | 12 | 7 | 222 | 64 | 125 |
| Binary | 11000011 | 11101100 | 11010101 | 10001 | 0 | 1010 | 111 | 10010010 | 110100 | 1010101 |
Color Harmonies of #C3ECD5
Complementary color
Monochromatic Colors of #C3ECD5
Black with #C3ECD5
Text Example
Text Example
White with #C3ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3ECD5; }
p { color: rgb(195,236,213); }
H1.HeaderClassName
{
color: #C3ECD5;
}
.AnyTagClassName
{
color: #C3ECD5;
}
</style>
background-color css
<style>
a { background-color: #C3ECD5; }
a { background-color: rgb(195,236,213); }
div.DivClassName
{
background-color: #C3ECD5;
}
.BgClassName
{
background-color: #C3ECD5;
}
</style>
border-color css
<style>
span { border-color: #C3ECD5; }
span { border-color: rgb(195,236,213); }
td.TdClassName
{
border-color: #C3ECD5;
}
.TagClassName
{
border-color: #C3ECD5;
}
</style>