Shades of Aero Blue #C0F3DA
Tints of Aero Blue #C0F3DA
RGB
CMYK
RGB Variations
Color information
#C0F3DA (or 0xC0F3DA) is known color: Aero Blue. HEX triplet: C0, F3 and DA. RGB value is (192,243,218). Sum of RGB (Red+Green+Blue) = 192+243+218=653 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.40% from 653); Green value is 243 (95.31% from 255 or 37.21% from 653); Blue value is 218 (85.55% from 255 or 33.38% from 653); Max value from RGB is 243 - color contains mainly: green. Hex color #C0F3DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F3DA is #3F0C25. Grayscale: #E0E0E0. Windows color (decimal): -4131878 or 14349248. OLE color: 14349248.
HSL color Cylindrical-coordinate representation of color #C0F3DA: hue angle of 150.59º degrees, saturation: 0.68, 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 #C0F3DA is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 192 | 243 | 218 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.05 |
| HSL | 150.59º | 0.68% | 0.85% | - |
| HSV(B) | 150.59º | 0.21% | 0.95% | - |
| XYZ | 66.44 | 80.37 | 78.34 | - |
| YUV | 224.9 | 124.1 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 243 | 218 | 0.21 | 0 | 0.10 | 0.05 | 150.59 | 0.68 | 0.85 |
| Hex | C0 | F3 | DA | 15 | 0 | A | 5 | 97 | 44 | 55 |
| Octal | 300 | 363 | 332 | 25 | 0 | 12 | 5 | 227 | 104 | 125 |
| Binary | 11000000 | 11110011 | 11011010 | 10101 | 0 | 1010 | 101 | 10010111 | 1000100 | 1010101 |
Color Harmonies of #C0F3DA
Complementary color
Monochromatic Colors of #C0F3DA
Black with #C0F3DA
Text Example
Text Example
White with #C0F3DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F3DA; }
p { color: rgb(192,243,218); }
H1.HeaderClassName
{
color: #C0F3DA;
}
.AnyTagClassName
{
color: #C0F3DA;
}
</style>
background-color css
<style>
a { background-color: #C0F3DA; }
a { background-color: rgb(192,243,218); }
div.DivClassName
{
background-color: #C0F3DA;
}
.BgClassName
{
background-color: #C0F3DA;
}
</style>
border-color css
<style>
span { border-color: #C0F3DA; }
span { border-color: rgb(192,243,218); }
td.TdClassName
{
border-color: #C0F3DA;
}
.TagClassName
{
border-color: #C0F3DA;
}
</style>