Shades of Aero Blue #C0FADB
Tints of Aero Blue #C0FADB
RGB
CMYK
RGB Variations
Color information
#C0FADB (or 0xC0FADB) is known color: Aero Blue. HEX triplet: C0, FA and DB. RGB value is (192,250,219). Sum of RGB (Red+Green+Blue) = 192+250+219=661 (87% of max value = 765). Red value is 192 (75.39% from 255 or 29.05% from 661); Green value is 250 (98.05% from 255 or 37.82% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADB is #3F0524. Grayscale: #E5E5E5. Windows color (decimal): -4130085 or 14416576. OLE color: 14416576.
HSL color Cylindrical-coordinate representation of color #C0FADB: hue angle of 147.93º degrees, saturation: 0.85, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C0FADB is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
RGB | 192 | 250 | 219 | - |
CMYK | 0.23 | 0 | 0.12 | 0.02 |
HSL | 147.93º | 0.85% | 0.87% | - |
HSV(B) | 147.93º | 0.23% | 0.98% | - |
XYZ | 68.71 | 84.69 | 79.74 | - |
YUV | 229.12 | 122.28 | 101.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 250 | 219 | 0.23 | 0 | 0.12 | 0.02 | 147.93 | 0.85 | 0.87 |
Hex | C0 | FA | DB | 17 | 0 | C | 2 | 94 | 55 | 57 |
Octal | 300 | 372 | 333 | 27 | 0 | 14 | 2 | 224 | 125 | 127 |
Binary | 11000000 | 11111010 | 11011011 | 10111 | 0 | 1100 | 10 | 10010100 | 1010101 | 1010111 |
Color Harmonies of #C0FADB
Complementary color
Monochromatic Colors of #C0FADB
Black with #C0FADB
Text Example
Text Example
White with #C0FADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FADB; }
p { color: rgb(192,250,219); }
H1.HeaderClassName
{
color: #C0FADB;
}
.AnyTagClassName
{
color: #C0FADB;
}
</style>
background-color css
<style>
a { background-color: #C0FADB; }
a { background-color: rgb(192,250,219); }
div.DivClassName
{
background-color: #C0FADB;
}
.BgClassName
{
background-color: #C0FADB;
}
</style>
border-color css
<style>
span { border-color: #C0FADB; }
span { border-color: rgb(192,250,219); }
td.TdClassName
{
border-color: #C0FADB;
}
.TagClassName
{
border-color: #C0FADB;
}
</style>