Shades of Aero Blue #C0F5DA
Tints of Aero Blue #C0F5DA
RGB
CMYK
RGB Variations
Color information
#C0F5DA (or 0xC0F5DA) is known color: Aero Blue. HEX triplet: C0, F5 and DA. RGB value is (192,245,218). Sum of RGB (Red+Green+Blue) = 192+245+218=655 (86% of max value = 765). Red value is 192 (75.39% from 255 or 29.31% from 655); Green value is 245 (96.09% from 255 or 37.40% from 655); Blue value is 218 (85.55% from 255 or 33.28% from 655); Max value from RGB is 245 - color contains mainly: green. Hex color #C0F5DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0F5DA is #3F0A25. Grayscale: #E2E2E2. Windows color (decimal): -4131366 or 14349760. OLE color: 14349760.
HSL color Cylindrical-coordinate representation of color #C0F5DA: hue angle of 149.43º degrees, saturation: 0.73, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C0F5DA is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 192 | 245 | 218 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.04 |
| HSL | 149.43º | 0.73% | 0.86% | - |
| HSV(B) | 149.43º | 0.22% | 0.96% | - |
| XYZ | 67.05 | 81.57 | 78.54 | - |
| YUV | 226.08 | 123.44 | 103.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 245 | 218 | 0.22 | 0 | 0.11 | 0.04 | 149.43 | 0.73 | 0.86 |
| Hex | C0 | F5 | DA | 16 | 0 | B | 4 | 95 | 49 | 56 |
| Octal | 300 | 365 | 332 | 26 | 0 | 13 | 4 | 225 | 111 | 126 |
| Binary | 11000000 | 11110101 | 11011010 | 10110 | 0 | 1011 | 100 | 10010101 | 1001001 | 1010110 |
Color Harmonies of #C0F5DA
Complementary color
Monochromatic Colors of #C0F5DA
Black with #C0F5DA
Text Example
Text Example
White with #C0F5DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0F5DA; }
p { color: rgb(192,245,218); }
H1.HeaderClassName
{
color: #C0F5DA;
}
.AnyTagClassName
{
color: #C0F5DA;
}
</style>
background-color css
<style>
a { background-color: #C0F5DA; }
a { background-color: rgb(192,245,218); }
div.DivClassName
{
background-color: #C0F5DA;
}
.BgClassName
{
background-color: #C0F5DA;
}
</style>
border-color css
<style>
span { border-color: #C0F5DA; }
span { border-color: rgb(192,245,218); }
td.TdClassName
{
border-color: #C0F5DA;
}
.TagClassName
{
border-color: #C0F5DA;
}
</style>