Shades of Aero Blue #C3E3D4
Tints of Aero Blue #C3E3D4
RGB
CMYK
RGB Variations
Color information
#C3E3D4 (or 0xC3E3D4) is known color: Aero Blue. HEX triplet: C3, E3 and D4. RGB value is (195,227,212). Sum of RGB (Red+Green+Blue) = 195+227+212=634 (83% of max value = 765). Red value is 195 (76.56% from 255 or 30.76% from 634); Green value is 227 (89.06% from 255 or 35.80% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 227 - color contains mainly: green. Hex color #C3E3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E3D4 is #3C1C2B. Grayscale: #D7D7D7. Windows color (decimal): -3939372 or 13951939. OLE color: 13951939.
HSL color Cylindrical-coordinate representation of color #C3E3D4: hue angle of 151.88º degrees, saturation: 0.36, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C3E3D4 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 227 | 212 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.11 |
| HSL | 151.88º | 0.36% | 0.83% | - |
| HSV(B) | 151.88º | 0.14% | 0.89% | - |
| XYZ | 61.86 | 71.29 | 72.79 | - |
| YUV | 215.72 | 125.9 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 227 | 212 | 0.14 | 0 | 0.07 | 0.11 | 151.88 | 0.36 | 0.83 |
| Hex | C3 | E3 | D4 | E | 0 | 7 | B | 98 | 24 | 53 |
| Octal | 303 | 343 | 324 | 16 | 0 | 7 | 13 | 230 | 44 | 123 |
| Binary | 11000011 | 11100011 | 11010100 | 1110 | 0 | 111 | 1011 | 10011000 | 100100 | 1010011 |
Color Harmonies of #C3E3D4
Complementary color
Monochromatic Colors of #C3E3D4
Black with #C3E3D4
Text Example
Text Example
White with #C3E3D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E3D4; }
p { color: rgb(195,227,212); }
H1.HeaderClassName
{
color: #C3E3D4;
}
.AnyTagClassName
{
color: #C3E3D4;
}
</style>
background-color css
<style>
a { background-color: #C3E3D4; }
a { background-color: rgb(195,227,212); }
div.DivClassName
{
background-color: #C3E3D4;
}
.BgClassName
{
background-color: #C3E3D4;
}
</style>
border-color css
<style>
span { border-color: #C3E3D4; }
span { border-color: rgb(195,227,212); }
td.TdClassName
{
border-color: #C3E3D4;
}
.TagClassName
{
border-color: #C3E3D4;
}
</style>