Shades of Aero Blue #C0FFD6
Tints of Aero Blue #C0FFD6
RGB
CMYK
RGB Variations
Color information
#C0FFD6 (or 0xC0FFD6) is known color: Aero Blue. HEX triplet: C0, FF and D6. RGB value is (192,255,214). Sum of RGB (Red+Green+Blue) = 192+255+214=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 214 (83.98% from 255 or 32.38% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FFD6 is #3F0029. Grayscale: #E7E7E7. Windows color (decimal): -4128810 or 14090176. OLE color: 14090176.
HSL color Cylindrical-coordinate representation of color #C0FFD6: hue angle of 140.95º 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 #C0FFD6 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
RGB | 192 | 255 | 214 | - |
CMYK | 0.25 | 0 | 0.16 | 0 |
HSL | 140.95º | 1% | 0.88% | - |
HSV(B) | 140.95º | 0.25% | 1% | - |
XYZ | 69.64 | 87.58 | 76.85 | - |
YUV | 231.49 | 118.13 | 99.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 255 | 214 | 0.25 | 0 | 0.16 | 0 | 140.95 | 1 | 0.88 |
Hex | C0 | FF | D6 | 19 | 0 | 10 | 0 | 8D | 64 | 58 |
Octal | 300 | 377 | 326 | 31 | 0 | 20 | 0 | 215 | 144 | 130 |
Binary | 11000000 | 11111111 | 11010110 | 11001 | 0 | 10000 | 0 | 10001101 | 1100100 | 1011000 |
Color Harmonies of #C0FFD6
Complementary color
Monochromatic Colors of #C0FFD6
Black with #C0FFD6
Text Example
Text Example
White with #C0FFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FFD6; }
p { color: rgb(192,255,214); }
H1.HeaderClassName
{
color: #C0FFD6;
}
.AnyTagClassName
{
color: #C0FFD6;
}
</style>
background-color css
<style>
a { background-color: #C0FFD6; }
a { background-color: rgb(192,255,214); }
div.DivClassName
{
background-color: #C0FFD6;
}
.BgClassName
{
background-color: #C0FFD6;
}
</style>
border-color css
<style>
span { border-color: #C0FFD6; }
span { border-color: rgb(192,255,214); }
td.TdClassName
{
border-color: #C0FFD6;
}
.TagClassName
{
border-color: #C0FFD6;
}
</style>