Shades of Aero Blue #C0F0D6
Tints of Aero Blue #C0F0D6
RGB
CMYK
RGB Variations
Color information
#C0F0D6 (or 0xC0F0D6) is known color: Aero Blue. HEX triplet: C0, F0 and D6. RGB value is (192,240,214). Sum of RGB (Red+Green+Blue) = 192+240+214=646 (85% of max value = 765). Red value is 192 (75.39% from 255 or 29.72% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 214 (83.98% from 255 or 33.13% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F0D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F0D6 is #3F0F29. Grayscale: #DEDEDE. Windows color (decimal): -4132650 or 14086336. OLE color: 14086336.
HSL color Cylindrical-coordinate representation of color #C0F0D6: hue angle of 147.5º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0F0D6 is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 240 | 214 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.06 |
| HSL | 147.5º | 0.62% | 0.85% | - |
| HSV(B) | 147.5º | 0.2% | 0.94% | - |
| XYZ | 65.04 | 78.38 | 75.32 | - |
| YUV | 222.68 | 123.1 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 240 | 214 | 0.20 | 0 | 0.11 | 0.06 | 147.5 | 0.62 | 0.85 |
| Hex | C0 | F0 | D6 | 14 | 0 | B | 6 | 94 | 3E | 55 |
| Octal | 300 | 360 | 326 | 24 | 0 | 13 | 6 | 224 | 76 | 125 |
| Binary | 11000000 | 11110000 | 11010110 | 10100 | 0 | 1011 | 110 | 10010100 | 111110 | 1010101 |
Color Harmonies of #C0F0D6
Complementary color
Monochromatic Colors of #C0F0D6
Black with #C0F0D6
Text Example
Text Example
White with #C0F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F0D6; }
p { color: rgb(192,240,214); }
H1.HeaderClassName
{
color: #C0F0D6;
}
.AnyTagClassName
{
color: #C0F0D6;
}
</style>
background-color css
<style>
a { background-color: #C0F0D6; }
a { background-color: rgb(192,240,214); }
div.DivClassName
{
background-color: #C0F0D6;
}
.BgClassName
{
background-color: #C0F0D6;
}
</style>
border-color css
<style>
span { border-color: #C0F0D6; }
span { border-color: rgb(192,240,214); }
td.TdClassName
{
border-color: #C0F0D6;
}
.TagClassName
{
border-color: #C0F0D6;
}
</style>