Shades of Aero Blue #C2E6D1
Tints of Aero Blue #C2E6D1
RGB
CMYK
RGB Variations
Color information
#C2E6D1 (or 0xC2E6D1) is known color: Aero Blue. HEX triplet: C2, E6 and D1. RGB value is (194,230,209). Sum of RGB (Red+Green+Blue) = 194+230+209=633 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.65% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #C2E6D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2E6D1 is #3D192E. Grayscale: #D8D8D8. Windows color (decimal): -4004143 or 13756098. OLE color: 13756098.
HSL color Cylindrical-coordinate representation of color #C2E6D1: hue angle of 145º degrees, saturation: 0.42, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C2E6D1 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
RGB | 194 | 230 | 209 | - |
CMYK | 0.16 | 0 | 0.09 | 0.10 |
HSL | 145º | 0.42% | 0.83% | - |
HSV(B) | 145º | 0.16% | 0.9% | - |
XYZ | 62.05 | 72.67 | 71.08 | - |
YUV | 216.84 | 123.57 | 111.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 230 | 209 | 0.16 | 0 | 0.09 | 0.10 | 145 | 0.42 | 0.83 |
Hex | C2 | E6 | D1 | 10 | 0 | 9 | A | 91 | 2A | 53 |
Octal | 302 | 346 | 321 | 20 | 0 | 11 | 12 | 221 | 52 | 123 |
Binary | 11000010 | 11100110 | 11010001 | 10000 | 0 | 1001 | 1010 | 10010001 | 101010 | 1010011 |
Color Harmonies of #C2E6D1
Complementary color
Monochromatic Colors of #C2E6D1
Black with #C2E6D1
Text Example
Text Example
White with #C2E6D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2E6D1; }
p { color: rgb(194,230,209); }
H1.HeaderClassName
{
color: #C2E6D1;
}
.AnyTagClassName
{
color: #C2E6D1;
}
</style>
background-color css
<style>
a { background-color: #C2E6D1; }
a { background-color: rgb(194,230,209); }
div.DivClassName
{
background-color: #C2E6D1;
}
.BgClassName
{
background-color: #C2E6D1;
}
</style>
border-color css
<style>
span { border-color: #C2E6D1; }
span { border-color: rgb(194,230,209); }
td.TdClassName
{
border-color: #C2E6D1;
}
.TagClassName
{
border-color: #C2E6D1;
}
</style>