Shades of Aero Blue #C0FAD8
Tints of Aero Blue #C0FAD8
RGB
CMYK
RGB Variations
Color information
#C0FAD8 (or 0xC0FAD8) is known color: Aero Blue. HEX triplet: C0, FA and D8. RGB value is (192,250,216). Sum of RGB (Red+Green+Blue) = 192+250+216=658 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.18% from 658); Green value is 250 (98.05% from 255 or 37.99% from 658); Blue value is 216 (84.77% from 255 or 32.83% from 658); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FAD8 is #3F0527. Grayscale: #E4E4E4. Windows color (decimal): -4130088 or 14219968. OLE color: 14219968.
HSL color Cylindrical-coordinate representation of color #C0FAD8: hue angle of 144.83º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FAD8 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 216 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.02 |
| HSL | 144.83º | 0.85% | 0.87% | - |
| HSV(B) | 144.83º | 0.23% | 0.98% | - |
| XYZ | 68.32 | 84.54 | 77.68 | - |
| YUV | 228.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 216 | 0.23 | 0 | 0.14 | 0.02 | 144.83 | 0.85 | 0.87 |
| Hex | C0 | FA | D8 | 17 | 0 | E | 2 | 91 | 55 | 57 |
| Octal | 300 | 372 | 330 | 27 | 0 | 16 | 2 | 221 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11011000 | 10111 | 0 | 1110 | 10 | 10010001 | 1010101 | 1010111 |
Color Harmonies of #C0FAD8
Complementary color
Monochromatic Colors of #C0FAD8
Black with #C0FAD8
Text Example
Text Example
White with #C0FAD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FAD8; }
p { color: rgb(192,250,216); }
H1.HeaderClassName
{
color: #C0FAD8;
}
.AnyTagClassName
{
color: #C0FAD8;
}
</style>
background-color css
<style>
a { background-color: #C0FAD8; }
a { background-color: rgb(192,250,216); }
div.DivClassName
{
background-color: #C0FAD8;
}
.BgClassName
{
background-color: #C0FAD8;
}
</style>
border-color css
<style>
span { border-color: #C0FAD8; }
span { border-color: rgb(192,250,216); }
td.TdClassName
{
border-color: #C0FAD8;
}
.TagClassName
{
border-color: #C0FAD8;
}
</style>