Shades of Aero Blue #C0F4D8
Tints of Aero Blue #C0F4D8
RGB
CMYK
RGB Variations
Color information
#C0F4D8 (or 0xC0F4D8) is known color: Aero Blue. HEX triplet: C0, F4 and D8. RGB value is (192,244,216). Sum of RGB (Red+Green+Blue) = 192+244+216=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 244 (95.70% from 255 or 37.42% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 244 - color contains mainly: green. Hex color #C0F4D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F4D8 is #3F0B27. Grayscale: #E1E1E1. Windows color (decimal): -4131624 or 14218432. OLE color: 14218432.
HSL color Cylindrical-coordinate representation of color #C0F4D8: hue angle of 147.69º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F4D8 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 244 | 216 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.04 |
| HSL | 147.69º | 0.7% | 0.85% | - |
| HSV(B) | 147.69º | 0.21% | 0.96% | - |
| XYZ | 66.48 | 80.87 | 77.07 | - |
| YUV | 225.26 | 122.77 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 244 | 216 | 0.21 | 0 | 0.11 | 0.04 | 147.69 | 0.7 | 0.85 |
| Hex | C0 | F4 | D8 | 15 | 0 | B | 4 | 94 | 46 | 55 |
| Octal | 300 | 364 | 330 | 25 | 0 | 13 | 4 | 224 | 106 | 125 |
| Binary | 11000000 | 11110100 | 11011000 | 10101 | 0 | 1011 | 100 | 10010100 | 1000110 | 1010101 |
Color Harmonies of #C0F4D8
Complementary color
Monochromatic Colors of #C0F4D8
Black with #C0F4D8
Text Example
Text Example
White with #C0F4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F4D8; }
p { color: rgb(192,244,216); }
H1.HeaderClassName
{
color: #C0F4D8;
}
.AnyTagClassName
{
color: #C0F4D8;
}
</style>
background-color css
<style>
a { background-color: #C0F4D8; }
a { background-color: rgb(192,244,216); }
div.DivClassName
{
background-color: #C0F4D8;
}
.BgClassName
{
background-color: #C0F4D8;
}
</style>
border-color css
<style>
span { border-color: #C0F4D8; }
span { border-color: rgb(192,244,216); }
td.TdClassName
{
border-color: #C0F4D8;
}
.TagClassName
{
border-color: #C0F4D8;
}
</style>