Shades of Aero Blue #C3E6D7
Tints of Aero Blue #C3E6D7
RGB
CMYK
RGB Variations
Color information
#C3E6D7 (or 0xC3E6D7) is known color: Aero Blue. HEX triplet: C3, E6 and D7. RGB value is (195,230,215). Sum of RGB (Red+Green+Blue) = 195+230+215=640 (84% of max value = 765). Red value is 195 (76.56% from 255 or 30.47% from 640); Green value is 230 (90.23% from 255 or 35.94% from 640); Blue value is 215 (84.38% from 255 or 33.59% from 640); Max value from RGB is 230 - color contains mainly: green. Hex color #C3E6D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3E6D7 is #3C1928. Grayscale: #D9D9D9. Windows color (decimal): -3938601 or 14149315. OLE color: 14149315.
HSL color Cylindrical-coordinate representation of color #C3E6D7: hue angle of 154.29º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C3E6D7 is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 230 | 215 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.10 |
| HSL | 154.29º | 0.41% | 0.83% | - |
| HSV(B) | 154.29º | 0.15% | 0.9% | - |
| XYZ | 63.07 | 73.1 | 75.08 | - |
| YUV | 217.83 | 126.4 | 111.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 230 | 215 | 0.15 | 0 | 0.07 | 0.10 | 154.29 | 0.41 | 0.83 |
| Hex | C3 | E6 | D7 | F | 0 | 7 | A | 9A | 29 | 53 |
| Octal | 303 | 346 | 327 | 17 | 0 | 7 | 12 | 232 | 51 | 123 |
| Binary | 11000011 | 11100110 | 11010111 | 1111 | 0 | 111 | 1010 | 10011010 | 101001 | 1010011 |
Color Harmonies of #C3E6D7
Complementary color
Monochromatic Colors of #C3E6D7
Black with #C3E6D7
Text Example
Text Example
White with #C3E6D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3E6D7; }
p { color: rgb(195,230,215); }
H1.HeaderClassName
{
color: #C3E6D7;
}
.AnyTagClassName
{
color: #C3E6D7;
}
</style>
background-color css
<style>
a { background-color: #C3E6D7; }
a { background-color: rgb(195,230,215); }
div.DivClassName
{
background-color: #C3E6D7;
}
.BgClassName
{
background-color: #C3E6D7;
}
</style>
border-color css
<style>
span { border-color: #C3E6D7; }
span { border-color: rgb(195,230,215); }
td.TdClassName
{
border-color: #C3E6D7;
}
.TagClassName
{
border-color: #C3E6D7;
}
</style>