Shades of Aero Blue #C0FCDE
Tints of Aero Blue #C0FCDE
RGB
CMYK
RGB Variations
Color information
#C0FCDE (or 0xC0FCDE) is known color: Aero Blue. HEX triplet: C0, FC and DE. RGB value is (192,252,222). Sum of RGB (Red+Green+Blue) = 192+252+222=666 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.83% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FCDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FCDE is #3F0321. Grayscale: #E6E6E6. Windows color (decimal): -4129570 or 14613696. OLE color: 14613696.
HSL color Cylindrical-coordinate representation of color #C0FCDE: hue angle of 150º 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 #C0FCDE is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 222 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.01 |
| HSL | 150º | 0.91% | 0.87% | - |
| HSV(B) | 150º | 0.24% | 0.99% | - |
| XYZ | 69.73 | 86.1 | 82.05 | - |
| YUV | 230.64 | 123.12 | 100.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 222 | 0.24 | 0 | 0.12 | 0.01 | 150 | 0.91 | 0.87 |
| Hex | C0 | FC | DE | 18 | 0 | C | 1 | 96 | 5B | 57 |
| Octal | 300 | 374 | 336 | 30 | 0 | 14 | 1 | 226 | 133 | 127 |
| Binary | 11000000 | 11111100 | 11011110 | 11000 | 0 | 1100 | 1 | 10010110 | 1011011 | 1010111 |
Color Harmonies of #C0FCDE
Complementary color
Monochromatic Colors of #C0FCDE
Black with #C0FCDE
Text Example
Text Example
White with #C0FCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FCDE; }
p { color: rgb(192,252,222); }
H1.HeaderClassName
{
color: #C0FCDE;
}
.AnyTagClassName
{
color: #C0FCDE;
}
</style>
background-color css
<style>
a { background-color: #C0FCDE; }
a { background-color: rgb(192,252,222); }
div.DivClassName
{
background-color: #C0FCDE;
}
.BgClassName
{
background-color: #C0FCDE;
}
</style>
border-color css
<style>
span { border-color: #C0FCDE; }
span { border-color: rgb(192,252,222); }
td.TdClassName
{
border-color: #C0FCDE;
}
.TagClassName
{
border-color: #C0FCDE;
}
</style>