Shades of Aero Blue #C0F2DA
Tints of Aero Blue #C0F2DA
RGB
CMYK
RGB Variations
Color information
#C0F2DA (or 0xC0F2DA) is known color: Aero Blue. HEX triplet: C0, F2 and DA. RGB value is (192,242,218). Sum of RGB (Red+Green+Blue) = 192+242+218=652 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.45% from 652); Green value is 242 (94.92% from 255 or 37.12% from 652); Blue value is 218 (85.55% from 255 or 33.44% from 652); Max value from RGB is 242 - color contains mainly: green. Hex color #C0F2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F2DA is #3F0D25. Grayscale: #E0E0E0. Windows color (decimal): -4132134 or 14348992. OLE color: 14348992.
HSL color Cylindrical-coordinate representation of color #C0F2DA: hue angle of 151.2º degrees, saturation: 0.66, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0F2DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 242 | 218 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 151.2º | 0.66% | 0.85% | - |
| HSV(B) | 151.2º | 0.21% | 0.95% | - |
| XYZ | 66.15 | 79.77 | 78.24 | - |
| YUV | 224.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 242 | 218 | 0.21 | 0 | 0.10 | 0.05 | 151.2 | 0.66 | 0.85 |
| Hex | C0 | F2 | DA | 15 | 0 | A | 5 | 97 | 42 | 55 |
| Octal | 300 | 362 | 332 | 25 | 0 | 12 | 5 | 227 | 102 | 125 |
| Binary | 11000000 | 11110010 | 11011010 | 10101 | 0 | 1010 | 101 | 10010111 | 1000010 | 1010101 |
Color Harmonies of #C0F2DA
Complementary color
Monochromatic Colors of #C0F2DA
Black with #C0F2DA
Text Example
Text Example
White with #C0F2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F2DA; }
p { color: rgb(192,242,218); }
H1.HeaderClassName
{
color: #C0F2DA;
}
.AnyTagClassName
{
color: #C0F2DA;
}
</style>
background-color css
<style>
a { background-color: #C0F2DA; }
a { background-color: rgb(192,242,218); }
div.DivClassName
{
background-color: #C0F2DA;
}
.BgClassName
{
background-color: #C0F2DA;
}
</style>
border-color css
<style>
span { border-color: #C0F2DA; }
span { border-color: rgb(192,242,218); }
td.TdClassName
{
border-color: #C0F2DA;
}
.TagClassName
{
border-color: #C0F2DA;
}
</style>