Shades of Aero Blue #C0EBD3
Tints of Aero Blue #C0EBD3
RGB
CMYK
RGB Variations
Color information
#C0EBD3 (or 0xC0EBD3) is known color: Aero Blue. HEX triplet: C0, EB and D3. RGB value is (192,235,211). Sum of RGB (Red+Green+Blue) = 192+235+211=638 (84% of max value = 765). Red value is 192 (75.39% from 255 or 30.09% from 638); Green value is 235 (92.19% from 255 or 36.83% from 638); Blue value is 211 (82.81% from 255 or 33.07% from 638); Max value from RGB is 235 - color contains mainly: green. Hex color #C0EBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0EBD3 is #3F142C. Grayscale: #DBDBDB. Windows color (decimal): -4133933 or 13888448. OLE color: 13888448.
HSL color Cylindrical-coordinate representation of color #C0EBD3: hue angle of 146.51º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0EBD3 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 235 | 211 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.08 |
| HSL | 146.51º | 0.52% | 0.84% | - |
| HSV(B) | 146.51º | 0.18% | 0.92% | - |
| XYZ | 63.2 | 75.33 | 72.84 | - |
| YUV | 219.41 | 123.25 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 235 | 211 | 0.18 | 0 | 0.10 | 0.08 | 146.51 | 0.52 | 0.84 |
| Hex | C0 | EB | D3 | 12 | 0 | A | 8 | 93 | 34 | 54 |
| Octal | 300 | 353 | 323 | 22 | 0 | 12 | 10 | 223 | 64 | 124 |
| Binary | 11000000 | 11101011 | 11010011 | 10010 | 0 | 1010 | 1000 | 10010011 | 110100 | 1010100 |
Color Harmonies of #C0EBD3
Complementary color
Monochromatic Colors of #C0EBD3
Black with #C0EBD3
Text Example
Text Example
White with #C0EBD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0EBD3; }
p { color: rgb(192,235,211); }
H1.HeaderClassName
{
color: #C0EBD3;
}
.AnyTagClassName
{
color: #C0EBD3;
}
</style>
background-color css
<style>
a { background-color: #C0EBD3; }
a { background-color: rgb(192,235,211); }
div.DivClassName
{
background-color: #C0EBD3;
}
.BgClassName
{
background-color: #C0EBD3;
}
</style>
border-color css
<style>
span { border-color: #C0EBD3; }
span { border-color: rgb(192,235,211); }
td.TdClassName
{
border-color: #C0EBD3;
}
.TagClassName
{
border-color: #C0EBD3;
}
</style>