Shades of Aero Blue #C2E1D0
Tints of Aero Blue #C2E1D0
RGB
CMYK
RGB Variations
Color information
#C2E1D0 (or 0xC2E1D0) is known color: Aero Blue. HEX triplet: C2, E1 and D0. RGB value is (194,225,208). Sum of RGB (Red+Green+Blue) = 194+225+208=627 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.94% from 627); Green value is 225 (88.28% from 255 or 35.89% from 627); Blue value is 208 (81.64% from 255 or 33.17% from 627); Max value from RGB is 225 - color contains mainly: green. Hex color #C2E1D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E1D0 is #3D1E2F. Grayscale: #D5D5D5. Windows color (decimal): -4005424 or 13689282. OLE color: 13689282.
HSL color Cylindrical-coordinate representation of color #C2E1D0: hue angle of 147.1º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E1D0 is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 225 | 208 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.12 |
| HSL | 147.1º | 0.34% | 0.82% | - |
| HSV(B) | 147.1º | 0.14% | 0.88% | - |
| XYZ | 60.56 | 69.87 | 69.97 | - |
| YUV | 213.79 | 124.73 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 225 | 208 | 0.14 | 0 | 0.08 | 0.12 | 147.1 | 0.34 | 0.82 |
| Hex | C2 | E1 | D0 | E | 0 | 8 | C | 93 | 22 | 52 |
| Octal | 302 | 341 | 320 | 16 | 0 | 10 | 14 | 223 | 42 | 122 |
| Binary | 11000010 | 11100001 | 11010000 | 1110 | 0 | 1000 | 1100 | 10010011 | 100010 | 1010010 |
Color Harmonies of #C2E1D0
Complementary color
Monochromatic Colors of #C2E1D0
Black with #C2E1D0
Text Example
Text Example
White with #C2E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E1D0; }
p { color: rgb(194,225,208); }
H1.HeaderClassName
{
color: #C2E1D0;
}
.AnyTagClassName
{
color: #C2E1D0;
}
</style>
background-color css
<style>
a { background-color: #C2E1D0; }
a { background-color: rgb(194,225,208); }
div.DivClassName
{
background-color: #C2E1D0;
}
.BgClassName
{
background-color: #C2E1D0;
}
</style>
border-color css
<style>
span { border-color: #C2E1D0; }
span { border-color: rgb(194,225,208); }
td.TdClassName
{
border-color: #C2E1D0;
}
.TagClassName
{
border-color: #C2E1D0;
}
</style>