Shades of Aero Blue #C0E5CF
Tints of Aero Blue #C0E5CF
RGB
CMYK
RGB Variations
Color information
#C0E5CF (or 0xC0E5CF) is known color: Aero Blue. HEX triplet: C0, E5 and CF. RGB value is (192,229,207). Sum of RGB (Red+Green+Blue) = 192+229+207=628 (83% of max value = 765). Red value is 192 (75.39% from 255 or 30.57% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #C0E5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0E5CF is #3F1A30. Grayscale: #D7D7D7. Windows color (decimal): -4135473 or 13624768. OLE color: 13624768.
HSL color Cylindrical-coordinate representation of color #C0E5CF: hue angle of 144.32º 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 #C0E5CF is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 229 | 207 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.10 |
| HSL | 144.32º | 0.42% | 0.83% | - |
| HSV(B) | 144.32º | 0.16% | 0.9% | - |
| XYZ | 61.02 | 71.75 | 69.66 | - |
| YUV | 215.43 | 123.24 | 111.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 229 | 207 | 0.16 | 0 | 0.10 | 0.10 | 144.32 | 0.42 | 0.83 |
| Hex | C0 | E5 | CF | 10 | 0 | A | A | 90 | 2A | 53 |
| Octal | 300 | 345 | 317 | 20 | 0 | 12 | 12 | 220 | 52 | 123 |
| Binary | 11000000 | 11100101 | 11001111 | 10000 | 0 | 1010 | 1010 | 10010000 | 101010 | 1010011 |
Color Harmonies of #C0E5CF
Complementary color
Monochromatic Colors of #C0E5CF
Black with #C0E5CF
Text Example
Text Example
White with #C0E5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0E5CF; }
p { color: rgb(192,229,207); }
H1.HeaderClassName
{
color: #C0E5CF;
}
.AnyTagClassName
{
color: #C0E5CF;
}
</style>
background-color css
<style>
a { background-color: #C0E5CF; }
a { background-color: rgb(192,229,207); }
div.DivClassName
{
background-color: #C0E5CF;
}
.BgClassName
{
background-color: #C0E5CF;
}
</style>
border-color css
<style>
span { border-color: #C0E5CF; }
span { border-color: rgb(192,229,207); }
td.TdClassName
{
border-color: #C0E5CF;
}
.TagClassName
{
border-color: #C0E5CF;
}
</style>