Shades of Aero Blue #C3FEDD
Tints of Aero Blue #C3FEDD
RGB
CMYK
RGB Variations
Color information
#C3FEDD (or 0xC3FEDD) is known color: Aero Blue. HEX triplet: C3, FE and DD. RGB value is (195,254,221). Sum of RGB (Red+Green+Blue) = 195+254+221=670 (88% of max value = 765). Red value is 195 (76.56% from 255 or 29.10% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 221 (86.72% from 255 or 32.99% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #C3FEDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3FEDD is #3C0122. Grayscale: #E8E8E8. Windows color (decimal): -3932451 or 14548675. OLE color: 14548675.
HSL color Cylindrical-coordinate representation of color #C3FEDD: hue angle of 146.44º 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 #C3FEDD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 195 | 254 | 221 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.00 |
| HSL | 146.44º | 0.97% | 0.88% | - |
| HSV(B) | 146.44º | 0.23% | 1% | - |
| XYZ | 71 | 87.71 | 81.59 | - |
| YUV | 232.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 254 | 221 | 0.23 | 0 | 0.13 | 0.00 | 146.44 | 0.97 | 0.88 |
| Hex | C3 | FE | DD | 17 | 0 | D | 0 | 92 | 61 | 58 |
| Octal | 303 | 376 | 335 | 27 | 0 | 15 | 0 | 222 | 141 | 130 |
| Binary | 11000011 | 11111110 | 11011101 | 10111 | 0 | 1101 | 0 | 10010010 | 1100001 | 1011000 |
Color Harmonies of #C3FEDD
Complementary color
Monochromatic Colors of #C3FEDD
Black with #C3FEDD
Text Example
Text Example
White with #C3FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3FEDD; }
p { color: rgb(195,254,221); }
H1.HeaderClassName
{
color: #C3FEDD;
}
.AnyTagClassName
{
color: #C3FEDD;
}
</style>
background-color css
<style>
a { background-color: #C3FEDD; }
a { background-color: rgb(195,254,221); }
div.DivClassName
{
background-color: #C3FEDD;
}
.BgClassName
{
background-color: #C3FEDD;
}
</style>
border-color css
<style>
span { border-color: #C3FEDD; }
span { border-color: rgb(195,254,221); }
td.TdClassName
{
border-color: #C3FEDD;
}
.TagClassName
{
border-color: #C3FEDD;
}
</style>