Shades of Aero Blue #C0E3D1
Tints of Aero Blue #C0E3D1
RGB
CMYK
RGB Variations
Color information
#C0E3D1 (or 0xC0E3D1) is known color: Aero Blue. HEX triplet: C0, E3 and D1. RGB value is (192,227,209). Sum of RGB (Red+Green+Blue) = 192+227+209=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 227 (89.06% from 255 or 36.15% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3D1 is #3F1C2E. Grayscale: #D6D6D6. Windows color (decimal): -4135983 or 13755328. OLE color: 13755328.
HSL color Cylindrical-coordinate representation of color #C0E3D1: hue angle of 149.14º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0E3D1 is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 209 | - |
| CMYK | 0.15 | 0 | 0.08 | 0.11 |
| HSL | 149.14º | 0.38% | 0.82% | - |
| HSV(B) | 149.14º | 0.15% | 0.89% | - |
| XYZ | 60.72 | 70.75 | 70.78 | - |
| YUV | 214.48 | 124.9 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 209 | 0.15 | 0 | 0.08 | 0.11 | 149.14 | 0.38 | 0.82 |
| Hex | C0 | E3 | D1 | F | 0 | 8 | B | 95 | 26 | 52 |
| Octal | 300 | 343 | 321 | 17 | 0 | 10 | 13 | 225 | 46 | 122 |
| Binary | 11000000 | 11100011 | 11010001 | 1111 | 0 | 1000 | 1011 | 10010101 | 100110 | 1010010 |
Color Harmonies of #C0E3D1
Complementary color
Monochromatic Colors of #C0E3D1
Black with #C0E3D1
Text Example
Text Example
White with #C0E3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3D1; }
p { color: rgb(192,227,209); }
H1.HeaderClassName
{
color: #C0E3D1;
}
.AnyTagClassName
{
color: #C0E3D1;
}
</style>
background-color css
<style>
a { background-color: #C0E3D1; }
a { background-color: rgb(192,227,209); }
div.DivClassName
{
background-color: #C0E3D1;
}
.BgClassName
{
background-color: #C0E3D1;
}
</style>
border-color css
<style>
span { border-color: #C0E3D1; }
span { border-color: rgb(192,227,209); }
td.TdClassName
{
border-color: #C0E3D1;
}
.TagClassName
{
border-color: #C0E3D1;
}
</style>