Shades of Aero Blue #C2E2D5
Tints of Aero Blue #C2E2D5
RGB
CMYK
RGB Variations
Color information
#C2E2D5 (or 0xC2E2D5) is known color: Aero Blue. HEX triplet: C2, E2 and D5. RGB value is (194,226,213). Sum of RGB (Red+Green+Blue) = 194+226+213=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 226 (88.67% from 255 or 35.70% from 633); Blue value is 213 (83.59% from 255 or 33.65% from 633); Max value from RGB is 226 - color contains mainly: green. Hex color #C2E2D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E2D5 is #3D1D2A. Grayscale: #D6D6D6. Windows color (decimal): -4005163 or 14017218. OLE color: 14017218.
HSL color Cylindrical-coordinate representation of color #C2E2D5: hue angle of 155.62º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C2E2D5 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 226 | 213 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.11 |
| HSL | 155.63º | 0.36% | 0.82% | - |
| HSV(B) | 155.63º | 0.14% | 0.89% | - |
| XYZ | 61.45 | 70.67 | 73.35 | - |
| YUV | 214.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 226 | 213 | 0.14 | 0 | 0.06 | 0.11 | 155.63 | 0.36 | 0.82 |
| Hex | C2 | E2 | D5 | E | 0 | 6 | B | 9C | 24 | 52 |
| Octal | 302 | 342 | 325 | 16 | 0 | 6 | 13 | 234 | 44 | 122 |
| Binary | 11000010 | 11100010 | 11010101 | 1110 | 0 | 110 | 1011 | 10011100 | 100100 | 1010010 |
Color Harmonies of #C2E2D5
Complementary color
Monochromatic Colors of #C2E2D5
Black with #C2E2D5
Text Example
Text Example
White with #C2E2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E2D5; }
p { color: rgb(194,226,213); }
H1.HeaderClassName
{
color: #C2E2D5;
}
.AnyTagClassName
{
color: #C2E2D5;
}
</style>
background-color css
<style>
a { background-color: #C2E2D5; }
a { background-color: rgb(194,226,213); }
div.DivClassName
{
background-color: #C2E2D5;
}
.BgClassName
{
background-color: #C2E2D5;
}
</style>
border-color css
<style>
span { border-color: #C2E2D5; }
span { border-color: rgb(194,226,213); }
td.TdClassName
{
border-color: #C2E2D5;
}
.TagClassName
{
border-color: #C2E2D5;
}
</style>