Shades of Aero Blue #C6FEDC
Tints of Aero Blue #C6FEDC
RGB
CMYK
RGB Variations
Color information
#C6FEDC (or 0xC6FEDC) is known color: Aero Blue. HEX triplet: C6, FE and DC. RGB value is (198,254,220). Sum of RGB (Red+Green+Blue) = 198+254+220=672 (89% of max value = 765). Red value is 198 (77.73% from 255 or 29.46% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6FEDC is #390123. Grayscale: #E9E9E9. Windows color (decimal): -3735844 or 14483142. OLE color: 14483142.
HSL color Cylindrical-coordinate representation of color #C6FEDC: hue angle of 143.57º 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 #C6FEDC is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
RGB | 198 | 254 | 220 | - |
CMYK | 0.22 | 0 | 0.13 | 0.00 |
HSL | 143.57º | 0.97% | 0.89% | - |
HSV(B) | 143.57º | 0.22% | 1% | - |
XYZ | 71.65 | 88.06 | 80.93 | - |
YUV | 233.38 | 120.45 | 102.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 198 | 254 | 220 | 0.22 | 0 | 0.13 | 0.00 | 143.57 | 0.97 | 0.89 |
Hex | C6 | FE | DC | 16 | 0 | D | 0 | 90 | 61 | 59 |
Octal | 306 | 376 | 334 | 26 | 0 | 15 | 0 | 220 | 141 | 131 |
Binary | 11000110 | 11111110 | 11011100 | 10110 | 0 | 1101 | 0 | 10010000 | 1100001 | 1011001 |
Color Harmonies of #C6FEDC
Complementary color
Monochromatic Colors of #C6FEDC
Black with #C6FEDC
Text Example
Text Example
White with #C6FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6FEDC; }
p { color: rgb(198,254,220); }
H1.HeaderClassName
{
color: #C6FEDC;
}
.AnyTagClassName
{
color: #C6FEDC;
}
</style>
background-color css
<style>
a { background-color: #C6FEDC; }
a { background-color: rgb(198,254,220); }
div.DivClassName
{
background-color: #C6FEDC;
}
.BgClassName
{
background-color: #C6FEDC;
}
</style>
border-color css
<style>
span { border-color: #C6FEDC; }
span { border-color: rgb(198,254,220); }
td.TdClassName
{
border-color: #C6FEDC;
}
.TagClassName
{
border-color: #C6FEDC;
}
</style>