Shades of Aero Blue #C0FCDA
Tints of Aero Blue #C0FCDA
RGB
CMYK
RGB Variations
Color information
#C0FCDA (or 0xC0FCDA) is known color: Aero Blue. HEX triplet: C0, FC and DA. RGB value is (192,252,218). Sum of RGB (Red+Green+Blue) = 192+252+218=662 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.00% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 218 (85.55% from 255 or 32.93% from 662); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCDA is #3F0325. Grayscale: #E6E6E6. Windows color (decimal): -4129574 or 14351552. OLE color: 14351552.
HSL color Cylindrical-coordinate representation of color #C0FCDA: hue angle of 146º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FCDA is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 218 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.01 |
| HSL | 146º | 0.91% | 0.87% | - |
| HSV(B) | 146º | 0.24% | 0.99% | - |
| XYZ | 69.2 | 85.89 | 79.26 | - |
| YUV | 230.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 218 | 0.24 | 0 | 0.13 | 0.01 | 146 | 0.91 | 0.87 |
| Hex | C0 | FC | DA | 18 | 0 | D | 1 | 92 | 5B | 57 |
| Octal | 300 | 374 | 332 | 30 | 0 | 15 | 1 | 222 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11011010 | 11000 | 0 | 1101 | 1 | 10010010 | 1011011 | 1010111 |
Color Harmonies of #C0FCDA
Complementary color
Monochromatic Colors of #C0FCDA
Black with #C0FCDA
Text Example
Text Example
White with #C0FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCDA; }
p { color: rgb(192,252,218); }
H1.HeaderClassName
{
color: #C0FCDA;
}
.AnyTagClassName
{
color: #C0FCDA;
}
</style>
background-color css
<style>
a { background-color: #C0FCDA; }
a { background-color: rgb(192,252,218); }
div.DivClassName
{
background-color: #C0FCDA;
}
.BgClassName
{
background-color: #C0FCDA;
}
</style>
border-color css
<style>
span { border-color: #C0FCDA; }
span { border-color: rgb(192,252,218); }
td.TdClassName
{
border-color: #C0FCDA;
}
.TagClassName
{
border-color: #C0FCDA;
}
</style>