Shades of Aero Blue #C0FFD8
Tints of Aero Blue #C0FFD8
RGB
CMYK
RGB Variations
Color information
#C0FFD8 (or 0xC0FFD8) is known color: Aero Blue. HEX triplet: C0, FF and D8. RGB value is (192,255,216). Sum of RGB (Red+Green+Blue) = 192+255+216=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 216 (84.77% from 255 or 32.58% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD8 is #3F0027. Grayscale: #E7E7E7. Windows color (decimal): -4128808 or 14221248. OLE color: 14221248.
HSL color Cylindrical-coordinate representation of color #C0FFD8: hue angle of 142.86º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C0FFD8 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 216 | - |
| CMYK | 0.25 | 0 | 0.15 | 0 |
| HSL | 142.86º | 1% | 0.88% | - |
| HSV(B) | 142.86º | 0.25% | 1% | - |
| XYZ | 69.89 | 87.68 | 78.21 | - |
| YUV | 231.72 | 119.13 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 216 | 0.25 | 0 | 0.15 | 0 | 142.86 | 1 | 0.88 |
| Hex | C0 | FF | D8 | 19 | 0 | F | 0 | 8F | 64 | 58 |
| Octal | 300 | 377 | 330 | 31 | 0 | 17 | 0 | 217 | 144 | 130 |
| Binary | 11000000 | 11111111 | 11011000 | 11001 | 0 | 1111 | 0 | 10001111 | 1100100 | 1011000 |
Color Harmonies of #C0FFD8
Complementary color
Monochromatic Colors of #C0FFD8
Black with #C0FFD8
Text Example
Text Example
White with #C0FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFD8; }
p { color: rgb(192,255,216); }
H1.HeaderClassName
{
color: #C0FFD8;
}
.AnyTagClassName
{
color: #C0FFD8;
}
</style>
background-color css
<style>
a { background-color: #C0FFD8; }
a { background-color: rgb(192,255,216); }
div.DivClassName
{
background-color: #C0FFD8;
}
.BgClassName
{
background-color: #C0FFD8;
}
</style>
border-color css
<style>
span { border-color: #C0FFD8; }
span { border-color: rgb(192,255,216); }
td.TdClassName
{
border-color: #C0FFD8;
}
.TagClassName
{
border-color: #C0FFD8;
}
</style>