Shades of Aero Blue #C0E3CE
Tints of Aero Blue #C0E3CE
RGB
CMYK
RGB Variations
Color information
#C0E3CE (or 0xC0E3CE) is known color: Aero Blue. HEX triplet: C0, E3 and CE. RGB value is (192,227,206). Sum of RGB (Red+Green+Blue) = 192+227+206=625 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.72% from 625); Green value is 227 (89.06% from 255 or 36.32% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 227 - color contains mainly: green. Hex color #C0E3CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E3CE is #3F1C31. Grayscale: #D6D6D6. Windows color (decimal): -4135986 or 13558720. OLE color: 13558720.
HSL color Cylindrical-coordinate representation of color #C0E3CE: hue angle of 144º 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 #C0E3CE is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 192 | 227 | 206 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.11 |
| HSL | 144º | 0.38% | 0.82% | - |
| HSV(B) | 144º | 0.15% | 0.89% | - |
| XYZ | 60.35 | 70.6 | 68.84 | - |
| YUV | 214.14 | 123.4 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 227 | 206 | 0.15 | 0 | 0.09 | 0.11 | 144 | 0.38 | 0.82 |
| Hex | C0 | E3 | CE | F | 0 | 9 | B | 90 | 26 | 52 |
| Octal | 300 | 343 | 316 | 17 | 0 | 11 | 13 | 220 | 46 | 122 |
| Binary | 11000000 | 11100011 | 11001110 | 1111 | 0 | 1001 | 1011 | 10010000 | 100110 | 1010010 |
Color Harmonies of #C0E3CE
Complementary color
Monochromatic Colors of #C0E3CE
Black with #C0E3CE
Text Example
Text Example
White with #C0E3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E3CE; }
p { color: rgb(192,227,206); }
H1.HeaderClassName
{
color: #C0E3CE;
}
.AnyTagClassName
{
color: #C0E3CE;
}
</style>
background-color css
<style>
a { background-color: #C0E3CE; }
a { background-color: rgb(192,227,206); }
div.DivClassName
{
background-color: #C0E3CE;
}
.BgClassName
{
background-color: #C0E3CE;
}
</style>
border-color css
<style>
span { border-color: #C0E3CE; }
span { border-color: rgb(192,227,206); }
td.TdClassName
{
border-color: #C0E3CE;
}
.TagClassName
{
border-color: #C0E3CE;
}
</style>