Shades of Aero Blue #C6FEDE
Tints of Aero Blue #C6FEDE
RGB
CMYK
RGB Variations
Color information
#C6FEDE (or 0xC6FEDE) is known color: Aero Blue. HEX triplet: C6, FE and DE. RGB value is (198,254,222). Sum of RGB (Red+Green+Blue) = 198+254+222=674 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.38% from 674); Green value is 254 (99.61% from 255 or 37.69% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEDE is #390121. Grayscale: #E9E9E9. Windows color (decimal): -3735842 or 14614214. OLE color: 14614214.
HSL color Cylindrical-coordinate representation of color #C6FEDE: hue angle of 145.71º degrees, saturation: 0.97, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C6FEDE is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 198 | 254 | 222 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.00 |
| HSL | 145.71º | 0.97% | 0.89% | - |
| HSV(B) | 145.71º | 0.22% | 1% | - |
| XYZ | 71.92 | 88.16 | 82.33 | - |
| YUV | 233.61 | 121.45 | 102.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 254 | 222 | 0.22 | 0 | 0.13 | 0.00 | 145.71 | 0.97 | 0.89 |
| Hex | C6 | FE | DE | 16 | 0 | D | 0 | 92 | 61 | 59 |
| Octal | 306 | 376 | 336 | 26 | 0 | 15 | 0 | 222 | 141 | 131 |
| Binary | 11000110 | 11111110 | 11011110 | 10110 | 0 | 1101 | 0 | 10010010 | 1100001 | 1011001 |
Color Harmonies of #C6FEDE
Complementary color
Monochromatic Colors of #C6FEDE
Black with #C6FEDE
Text Example
Text Example
White with #C6FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEDE; }
p { color: rgb(198,254,222); }
H1.HeaderClassName
{
color: #C6FEDE;
}
.AnyTagClassName
{
color: #C6FEDE;
}
</style>
background-color css
<style>
a { background-color: #C6FEDE; }
a { background-color: rgb(198,254,222); }
div.DivClassName
{
background-color: #C6FEDE;
}
.BgClassName
{
background-color: #C6FEDE;
}
</style>
border-color css
<style>
span { border-color: #C6FEDE; }
span { border-color: rgb(198,254,222); }
td.TdClassName
{
border-color: #C6FEDE;
}
.TagClassName
{
border-color: #C6FEDE;
}
</style>