Shades of Aero Blue #C2E4D6
Tints of Aero Blue #C2E4D6
RGB
CMYK
RGB Variations
Color information
#C2E4D6 (or 0xC2E4D6) is known color: Aero Blue. HEX triplet: C2, E4 and D6. RGB value is (194,228,214). Sum of RGB (Red+Green+Blue) = 194+228+214=636 (84% of max value = 765). Red value is 194 (76.17% from 255 or 30.50% from 636); Green value is 228 (89.45% from 255 or 35.85% from 636); Blue value is 214 (83.98% from 255 or 33.65% from 636); Max value from RGB is 228 - color contains mainly: green. Hex color #C2E4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2E4D6 is #3D1B29. Grayscale: #D8D8D8. Windows color (decimal): -4004650 or 14083266. OLE color: 14083266.
HSL color Cylindrical-coordinate representation of color #C2E4D6: hue angle of 155.29º degrees, saturation: 0.39, 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 #C2E4D6 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
RGB | 194 | 228 | 214 | - |
CMYK | 0.15 | 0 | 0.06 | 0.11 |
HSL | 155.29º | 0.39% | 0.83% | - |
HSV(B) | 155.29º | 0.15% | 0.89% | - |
XYZ | 62.13 | 71.81 | 74.2 | - |
YUV | 216.24 | 126.74 | 112.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 228 | 214 | 0.15 | 0 | 0.06 | 0.11 | 155.29 | 0.39 | 0.83 |
Hex | C2 | E4 | D6 | F | 0 | 6 | B | 9B | 27 | 53 |
Octal | 302 | 344 | 326 | 17 | 0 | 6 | 13 | 233 | 47 | 123 |
Binary | 11000010 | 11100100 | 11010110 | 1111 | 0 | 110 | 1011 | 10011011 | 100111 | 1010011 |
Color Harmonies of #C2E4D6
Complementary color
Monochromatic Colors of #C2E4D6
Black with #C2E4D6
Text Example
Text Example
White with #C2E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E4D6; }
p { color: rgb(194,228,214); }
H1.HeaderClassName
{
color: #C2E4D6;
}
.AnyTagClassName
{
color: #C2E4D6;
}
</style>
background-color css
<style>
a { background-color: #C2E4D6; }
a { background-color: rgb(194,228,214); }
div.DivClassName
{
background-color: #C2E4D6;
}
.BgClassName
{
background-color: #C2E4D6;
}
</style>
border-color css
<style>
span { border-color: #C2E4D6; }
span { border-color: rgb(194,228,214); }
td.TdClassName
{
border-color: #C2E4D6;
}
.TagClassName
{
border-color: #C2E4D6;
}
</style>