Shades of Aero Blue #C1FEDC
Tints of Aero Blue #C1FEDC
RGB
CMYK
RGB Variations
Color information
#C1FEDC (or 0xC1FEDC) is known color: Aero Blue. HEX triplet: C1, FE and DC. RGB value is (193,254,220). Sum of RGB (Red+Green+Blue) = 193+254+220=667 (88% of max value = 765). Red value is 193 (75.78% from 255 or 28.94% from 667); Green value is 254 (99.61% from 255 or 38.08% from 667); Blue value is 220 (86.33% from 255 or 32.98% from 667); Max value from RGB is 254 - color contains mainly: green. Hex color #C1FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C1FEDC is #3E0123. Grayscale: #E7E7E7. Windows color (decimal): -4063524 or 14483137. OLE color: 14483137.
HSL color Cylindrical-coordinate representation of color #C1FEDC: hue angle of 146.56º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1FEDC is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 193 | 254 | 220 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.00 |
| HSL | 146.56º | 0.97% | 0.88% | - |
| HSV(B) | 146.56º | 0.24% | 1% | - |
| XYZ | 70.35 | 87.39 | 80.87 | - |
| YUV | 231.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 254 | 220 | 0.24 | 0 | 0.13 | 0.00 | 146.56 | 0.97 | 0.88 |
| Hex | C1 | FE | DC | 18 | 0 | D | 0 | 93 | 61 | 58 |
| Octal | 301 | 376 | 334 | 30 | 0 | 15 | 0 | 223 | 141 | 130 |
| Binary | 11000001 | 11111110 | 11011100 | 11000 | 0 | 1101 | 0 | 10010011 | 1100001 | 1011000 |
Color Harmonies of #C1FEDC
Complementary color
Monochromatic Colors of #C1FEDC
Black with #C1FEDC
Text Example
Text Example
White with #C1FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1FEDC; }
p { color: rgb(193,254,220); }
H1.HeaderClassName
{
color: #C1FEDC;
}
.AnyTagClassName
{
color: #C1FEDC;
}
</style>
background-color css
<style>
a { background-color: #C1FEDC; }
a { background-color: rgb(193,254,220); }
div.DivClassName
{
background-color: #C1FEDC;
}
.BgClassName
{
background-color: #C1FEDC;
}
</style>
border-color css
<style>
span { border-color: #C1FEDC; }
span { border-color: rgb(193,254,220); }
td.TdClassName
{
border-color: #C1FEDC;
}
.TagClassName
{
border-color: #C1FEDC;
}
</style>