Shades of Aero Blue #C3E4D6
Tints of Aero Blue #C3E4D6
RGB
CMYK
RGB Variations
Color information
#C3E4D6 (or 0xC3E4D6) is known color: Aero Blue. HEX triplet: C3, E4 and D6. RGB value is (195,228,214). Sum of RGB (Red+Green+Blue) = 195+228+214=637 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.61% from 637); Green value is 228 (89.45% from 255 or 35.79% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 228 - color contains mainly: green. Hex color #C3E4D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C3E4D6 is #3C1B29. Grayscale: #D8D8D8. Windows color (decimal): -3939114 or 14083267. OLE color: 14083267.
HSL color Cylindrical-coordinate representation of color #C3E4D6: hue angle of 154.55º degrees, saturation: 0.38, 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 #C3E4D6 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 228 | 214 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.11 |
| HSL | 154.55º | 0.38% | 0.83% | - |
| HSV(B) | 154.55º | 0.14% | 0.89% | - |
| XYZ | 62.39 | 71.94 | 74.22 | - |
| YUV | 216.54 | 126.57 | 112.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 228 | 214 | 0.14 | 0 | 0.06 | 0.11 | 154.55 | 0.38 | 0.83 |
| Hex | C3 | E4 | D6 | E | 0 | 6 | B | 9B | 26 | 53 |
| Octal | 303 | 344 | 326 | 16 | 0 | 6 | 13 | 233 | 46 | 123 |
| Binary | 11000011 | 11100100 | 11010110 | 1110 | 0 | 110 | 1011 | 10011011 | 100110 | 1010011 |
Color Harmonies of #C3E4D6
Complementary color
Monochromatic Colors of #C3E4D6
Black with #C3E4D6
Text Example
Text Example
White with #C3E4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E4D6; }
p { color: rgb(195,228,214); }
H1.HeaderClassName
{
color: #C3E4D6;
}
.AnyTagClassName
{
color: #C3E4D6;
}
</style>
background-color css
<style>
a { background-color: #C3E4D6; }
a { background-color: rgb(195,228,214); }
div.DivClassName
{
background-color: #C3E4D6;
}
.BgClassName
{
background-color: #C3E4D6;
}
</style>
border-color css
<style>
span { border-color: #C3E4D6; }
span { border-color: rgb(195,228,214); }
td.TdClassName
{
border-color: #C3E4D6;
}
.TagClassName
{
border-color: #C3E4D6;
}
</style>