Shades of Aero Blue #C0FEDD
Tints of Aero Blue #C0FEDD
RGB
CMYK
RGB Variations
Color information
#C0FEDD (or 0xC0FEDD) is known color: Aero Blue. HEX triplet: C0, FE and DD. RGB value is (192,254,221). Sum of RGB (Red+Green+Blue) = 192+254+221=667 (88% of max value = 765). Red value is 192 (75.39% from 255 or 28.79% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 221 (86.72% from 255 or 33.13% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C0FEDD is #3F0122. Grayscale: #E7E7E7. Windows color (decimal): -4129059 or 14548672. OLE color: 14548672.
HSL color Cylindrical-coordinate representation of color #C0FEDD: hue angle of 148.06º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C0FEDD is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 221 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.00 |
| HSL | 148.06º | 0.97% | 0.87% | - |
| HSV(B) | 148.06º | 0.24% | 1% | - |
| XYZ | 70.23 | 87.31 | 81.56 | - |
| YUV | 231.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 221 | 0.24 | 0 | 0.13 | 0.00 | 148.06 | 0.97 | 0.87 |
| Hex | C0 | FE | DD | 18 | 0 | D | 0 | 94 | 61 | 57 |
| Octal | 300 | 376 | 335 | 30 | 0 | 15 | 0 | 224 | 141 | 127 |
| Binary | 11000000 | 11111110 | 11011101 | 11000 | 0 | 1101 | 0 | 10010100 | 1100001 | 1010111 |
Color Harmonies of #C0FEDD
Complementary color
Monochromatic Colors of #C0FEDD
Black with #C0FEDD
Text Example
Text Example
White with #C0FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FEDD; }
p { color: rgb(192,254,221); }
H1.HeaderClassName
{
color: #C0FEDD;
}
.AnyTagClassName
{
color: #C0FEDD;
}
</style>
background-color css
<style>
a { background-color: #C0FEDD; }
a { background-color: rgb(192,254,221); }
div.DivClassName
{
background-color: #C0FEDD;
}
.BgClassName
{
background-color: #C0FEDD;
}
</style>
border-color css
<style>
span { border-color: #C0FEDD; }
span { border-color: rgb(192,254,221); }
td.TdClassName
{
border-color: #C0FEDD;
}
.TagClassName
{
border-color: #C0FEDD;
}
</style>