Shades of Aero Blue #C3E6D2
Tints of Aero Blue #C3E6D2
RGB
CMYK
RGB Variations
Color information
#C3E6D2 (or 0xC3E6D2) is known color: Aero Blue. HEX triplet: C3, E6 and D2. RGB value is (195,230,210). Sum of RGB (Red+Green+Blue) = 195+230+210=635 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.71% from 635); Green value is 230 (90.23% from 255 or 36.22% from 635); Blue value is 210 (82.42% from 255 or 33.07% from 635); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E6D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E6D2 is #3C192D. Grayscale: #D9D9D9. Windows color (decimal): -3938606 or 13821635. OLE color: 13821635.
HSL color Cylindrical-coordinate representation of color #C3E6D2: hue angle of 145.71º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E6D2 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 210 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.10 |
| HSL | 145.71º | 0.41% | 0.83% | - |
| HSV(B) | 145.71º | 0.15% | 0.9% | - |
| XYZ | 62.44 | 72.85 | 71.74 | - |
| YUV | 217.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 210 | 0.15 | 0 | 0.09 | 0.10 | 145.71 | 0.41 | 0.83 |
| Hex | C3 | E6 | D2 | F | 0 | 9 | A | 92 | 29 | 53 |
| Octal | 303 | 346 | 322 | 17 | 0 | 11 | 12 | 222 | 51 | 123 |
| Binary | 11000011 | 11100110 | 11010010 | 1111 | 0 | 1001 | 1010 | 10010010 | 101001 | 1010011 |
Color Harmonies of #C3E6D2
Complementary color
Monochromatic Colors of #C3E6D2
Black with #C3E6D2
Text Example
Text Example
White with #C3E6D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6D2; }
p { color: rgb(195,230,210); }
H1.HeaderClassName
{
color: #C3E6D2;
}
.AnyTagClassName
{
color: #C3E6D2;
}
</style>
background-color css
<style>
a { background-color: #C3E6D2; }
a { background-color: rgb(195,230,210); }
div.DivClassName
{
background-color: #C3E6D2;
}
.BgClassName
{
background-color: #C3E6D2;
}
</style>
border-color css
<style>
span { border-color: #C3E6D2; }
span { border-color: rgb(195,230,210); }
td.TdClassName
{
border-color: #C3E6D2;
}
.TagClassName
{
border-color: #C3E6D2;
}
</style>