Shades of Aero Blue #C0FFDC
Tints of Aero Blue #C0FFDC
RGB
CMYK
RGB Variations
Color information
#C0FFDC (or 0xC0FFDC) is known color: Aero Blue. HEX triplet: C0, FF and DC. RGB value is (192,255,220). Sum of RGB (Red+Green+Blue) = 192+255+220=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 255 (100% from 255 or 38.23% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFDC is #3F0023. Grayscale: #E8E8E8. Windows color (decimal): -4128804 or 14483392. OLE color: 14483392.
HSL color Cylindrical-coordinate representation of color #C0FFDC: hue angle of 146.67º 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 #C0FFDC is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 220 | - |
CMYK | 0.25 | 0 | 0.14 | 0 |
HSL | 146.67º | 1% | 0.88% | - |
HSV(B) | 146.67º | 0.25% | 1% | - |
XYZ | 70.42 | 87.89 | 80.96 | - |
YUV | 232.17 | 121.13 | 99.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 220 | 0.25 | 0 | 0.14 | 0 | 146.67 | 1 | 0.88 |
Hex | C0 | FF | DC | 19 | 0 | E | 0 | 93 | 64 | 58 |
Octal | 300 | 377 | 334 | 31 | 0 | 16 | 0 | 223 | 144 | 130 |
Binary | 11000000 | 11111111 | 11011100 | 11001 | 0 | 1110 | 0 | 10010011 | 1100100 | 1011000 |
Color Harmonies of #C0FFDC
Complementary color
Monochromatic Colors of #C0FFDC
Black with #C0FFDC
Text Example
Text Example
White with #C0FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFDC; }
p { color: rgb(192,255,220); }
H1.HeaderClassName
{
color: #C0FFDC;
}
.AnyTagClassName
{
color: #C0FFDC;
}
</style>
background-color css
<style>
a { background-color: #C0FFDC; }
a { background-color: rgb(192,255,220); }
div.DivClassName
{
background-color: #C0FFDC;
}
.BgClassName
{
background-color: #C0FFDC;
}
</style>
border-color css
<style>
span { border-color: #C0FFDC; }
span { border-color: rgb(192,255,220); }
td.TdClassName
{
border-color: #C0FFDC;
}
.TagClassName
{
border-color: #C0FFDC;
}
</style>