Shades of Aero Blue #C0FADC
Tints of Aero Blue #C0FADC
RGB
CMYK
RGB Variations
Color information
#C0FADC (or 0xC0FADC) is known color: Aero Blue. HEX triplet: C0, FA and DC. RGB value is (192,250,220). Sum of RGB (Red+Green+Blue) = 192+250+220=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 250 (98.05% from 255 or 37.76% from 662); Blue value is 220 (86.33% from 255 or 33.23% from 662); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADC is #3F0523. Grayscale: #E5E5E5. Windows color (decimal): -4130084 or 14482112. OLE color: 14482112.
HSL color Cylindrical-coordinate representation of color #C0FADC: hue angle of 148.97º 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 #C0FADC is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 220 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.02 |
| HSL | 148.97º | 0.85% | 0.87% | - |
| HSV(B) | 148.97º | 0.23% | 0.98% | - |
| XYZ | 68.84 | 84.74 | 80.44 | - |
| YUV | 229.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 220 | 0.23 | 0 | 0.12 | 0.02 | 148.97 | 0.85 | 0.87 |
| Hex | C0 | FA | DC | 17 | 0 | C | 2 | 95 | 55 | 57 |
| Octal | 300 | 372 | 334 | 27 | 0 | 14 | 2 | 225 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11011100 | 10111 | 0 | 1100 | 10 | 10010101 | 1010101 | 1010111 |
Color Harmonies of #C0FADC
Complementary color
Monochromatic Colors of #C0FADC
Black with #C0FADC
Text Example
Text Example
White with #C0FADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FADC; }
p { color: rgb(192,250,220); }
H1.HeaderClassName
{
color: #C0FADC;
}
.AnyTagClassName
{
color: #C0FADC;
}
</style>
background-color css
<style>
a { background-color: #C0FADC; }
a { background-color: rgb(192,250,220); }
div.DivClassName
{
background-color: #C0FADC;
}
.BgClassName
{
background-color: #C0FADC;
}
</style>
border-color css
<style>
span { border-color: #C0FADC; }
span { border-color: rgb(192,250,220); }
td.TdClassName
{
border-color: #C0FADC;
}
.TagClassName
{
border-color: #C0FADC;
}
</style>