Shades of Aero Blue #C0FADD
Tints of Aero Blue #C0FADD
RGB
CMYK
RGB Variations
Color information
#C0FADD (or 0xC0FADD) is known color: Aero Blue. HEX triplet: C0, FA and DD. RGB value is (192,250,221). Sum of RGB (Red+Green+Blue) = 192+250+221=663 (87% of max value = 765). Red value is 192 (75.39% from 255 or 28.96% from 663); Green value is 250 (98.05% from 255 or 37.71% from 663); Blue value is 221 (86.72% from 255 or 33.33% from 663); Max value from RGB is 250 - color contains mainly: green. Hex color #C0FADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FADD is #3F0522. Grayscale: #E5E5E5. Windows color (decimal): -4130083 or 14547648. OLE color: 14547648.
HSL color Cylindrical-coordinate representation of color #C0FADD: hue angle of 150º 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 #C0FADD is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 250 | 221 | - |
| CMYK | 0.23 | 0 | 0.12 | 0.02 |
| HSL | 150º | 0.85% | 0.87% | - |
| HSV(B) | 150º | 0.23% | 0.98% | - |
| XYZ | 68.97 | 84.8 | 81.14 | - |
| YUV | 229.35 | 123.28 | 101.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 250 | 221 | 0.23 | 0 | 0.12 | 0.02 | 150 | 0.85 | 0.87 |
| Hex | C0 | FA | DD | 17 | 0 | C | 2 | 96 | 55 | 57 |
| Octal | 300 | 372 | 335 | 27 | 0 | 14 | 2 | 226 | 125 | 127 |
| Binary | 11000000 | 11111010 | 11011101 | 10111 | 0 | 1100 | 10 | 10010110 | 1010101 | 1010111 |
Color Harmonies of #C0FADD
Complementary color
Monochromatic Colors of #C0FADD
Black with #C0FADD
Text Example
Text Example
White with #C0FADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FADD; }
p { color: rgb(192,250,221); }
H1.HeaderClassName
{
color: #C0FADD;
}
.AnyTagClassName
{
color: #C0FADD;
}
</style>
background-color css
<style>
a { background-color: #C0FADD; }
a { background-color: rgb(192,250,221); }
div.DivClassName
{
background-color: #C0FADD;
}
.BgClassName
{
background-color: #C0FADD;
}
</style>
border-color css
<style>
span { border-color: #C0FADD; }
span { border-color: rgb(192,250,221); }
td.TdClassName
{
border-color: #C0FADD;
}
.TagClassName
{
border-color: #C0FADD;
}
</style>