Shades of Aero Blue #C3FEDE
Tints of Aero Blue #C3FEDE
RGB
CMYK
RGB Variations
Color information
#C3FEDE (or 0xC3FEDE) is known color: Aero Blue. HEX triplet: C3, FE and DE. RGB value is (195,254,222). Sum of RGB (Red+Green+Blue) = 195+254+222=671 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.06% from 671); Green value is 254 (99.61% from 255 or 37.85% from 671); Blue value is 222 (87.11% from 255 or 33.08% from 671); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDE is #3C0121. Grayscale: #E8E8E8. Windows color (decimal): -3932450 or 14614211. OLE color: 14614211.
HSL color Cylindrical-coordinate representation of color #C3FEDE: hue angle of 147.46º 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 #C3FEDE is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 222 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.00 |
| HSL | 147.46º | 0.97% | 0.88% | - |
| HSV(B) | 147.46º | 0.23% | 1% | - |
| XYZ | 71.13 | 87.76 | 82.3 | - |
| YUV | 232.71 | 121.95 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 222 | 0.23 | 0 | 0.13 | 0.00 | 147.46 | 0.97 | 0.88 |
| Hex | C3 | FE | DE | 17 | 0 | D | 0 | 93 | 61 | 58 |
| Octal | 303 | 376 | 336 | 27 | 0 | 15 | 0 | 223 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11011110 | 10111 | 0 | 1101 | 0 | 10010011 | 1100001 | 1011000 |
Color Harmonies of #C3FEDE
Complementary color
Monochromatic Colors of #C3FEDE
Black with #C3FEDE
Text Example
Text Example
White with #C3FEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEDE; }
p { color: rgb(195,254,222); }
H1.HeaderClassName
{
color: #C3FEDE;
}
.AnyTagClassName
{
color: #C3FEDE;
}
</style>
background-color css
<style>
a { background-color: #C3FEDE; }
a { background-color: rgb(195,254,222); }
div.DivClassName
{
background-color: #C3FEDE;
}
.BgClassName
{
background-color: #C3FEDE;
}
</style>
border-color css
<style>
span { border-color: #C3FEDE; }
span { border-color: rgb(195,254,222); }
td.TdClassName
{
border-color: #C3FEDE;
}
.TagClassName
{
border-color: #C3FEDE;
}
</style>