Shades of Aero Blue #C3FEDC
Tints of Aero Blue #C3FEDC
RGB
CMYK
RGB Variations
Color information
#C3FEDC (or 0xC3FEDC) is known color: Aero Blue. HEX triplet: C3, FE and DC. RGB value is (195,254,220). Sum of RGB (Red+Green+Blue) = 195+254+220=669 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.15% from 669); Green value is 254 (99.61% from 255 or 37.97% from 669); Blue value is 220 (86.33% from 255 or 32.88% from 669); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDC is #3C0123. Grayscale: #E8E8E8. Windows color (decimal): -3932452 or 14483139. OLE color: 14483139.
HSL color Cylindrical-coordinate representation of color #C3FEDC: hue angle of 145.42º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C3FEDC is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 220 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.00 |
| HSL | 145.42º | 0.97% | 0.88% | - |
| HSV(B) | 145.42º | 0.23% | 1% | - |
| XYZ | 70.87 | 87.65 | 80.89 | - |
| YUV | 232.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 220 | 0.23 | 0 | 0.13 | 0.00 | 145.42 | 0.97 | 0.88 |
| Hex | C3 | FE | DC | 17 | 0 | D | 0 | 91 | 61 | 58 |
| Octal | 303 | 376 | 334 | 27 | 0 | 15 | 0 | 221 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11011100 | 10111 | 0 | 1101 | 0 | 10010001 | 1100001 | 1011000 |
Color Harmonies of #C3FEDC
Complementary color
Monochromatic Colors of #C3FEDC
Black with #C3FEDC
Text Example
Text Example
White with #C3FEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEDC; }
p { color: rgb(195,254,220); }
H1.HeaderClassName
{
color: #C3FEDC;
}
.AnyTagClassName
{
color: #C3FEDC;
}
</style>
background-color css
<style>
a { background-color: #C3FEDC; }
a { background-color: rgb(195,254,220); }
div.DivClassName
{
background-color: #C3FEDC;
}
.BgClassName
{
background-color: #C3FEDC;
}
</style>
border-color css
<style>
span { border-color: #C3FEDC; }
span { border-color: rgb(195,254,220); }
td.TdClassName
{
border-color: #C3FEDC;
}
.TagClassName
{
border-color: #C3FEDC;
}
</style>