Shades of Aero Blue #C2E3D6
Tints of Aero Blue #C2E3D6
RGB
CMYK
RGB Variations
Color information
#C2E3D6 (or 0xC2E3D6) is known color: Aero Blue. HEX triplet: C2, E3 and D6. RGB value is (194,227,214). Sum of RGB (Red+Green+Blue) = 194+227+214=635 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.55% from 635); Green value is 227 (89.06% from 255 or 35.75% from 635); Blue value is 214 (83.98% from 255 or 33.70% from 635); Max value from RGB is 227 - color contains mainly: green. Hex color #C2E3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E3D6 is #3D1C29. Grayscale: #D7D7D7. Windows color (decimal): -4004906 or 14083010. OLE color: 14083010.
HSL color Cylindrical-coordinate representation of color #C2E3D6: hue angle of 156.36º degrees, saturation: 0.37, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C2E3D6 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 227 | 214 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.11 |
| HSL | 156.36º | 0.37% | 0.83% | - |
| HSV(B) | 156.36º | 0.15% | 0.89% | - |
| XYZ | 61.85 | 71.26 | 74.11 | - |
| YUV | 215.65 | 127.07 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 227 | 214 | 0.15 | 0 | 0.06 | 0.11 | 156.36 | 0.37 | 0.83 |
| Hex | C2 | E3 | D6 | F | 0 | 6 | B | 9C | 25 | 53 |
| Octal | 302 | 343 | 326 | 17 | 0 | 6 | 13 | 234 | 45 | 123 |
| Binary | 11000010 | 11100011 | 11010110 | 1111 | 0 | 110 | 1011 | 10011100 | 100101 | 1010011 |
Color Harmonies of #C2E3D6
Complementary color
Monochromatic Colors of #C2E3D6
Black with #C2E3D6
Text Example
Text Example
White with #C2E3D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E3D6; }
p { color: rgb(194,227,214); }
H1.HeaderClassName
{
color: #C2E3D6;
}
.AnyTagClassName
{
color: #C2E3D6;
}
</style>
background-color css
<style>
a { background-color: #C2E3D6; }
a { background-color: rgb(194,227,214); }
div.DivClassName
{
background-color: #C2E3D6;
}
.BgClassName
{
background-color: #C2E3D6;
}
</style>
border-color css
<style>
span { border-color: #C2E3D6; }
span { border-color: rgb(194,227,214); }
td.TdClassName
{
border-color: #C2E3D6;
}
.TagClassName
{
border-color: #C2E3D6;
}
</style>