Shades of Aero Blue #BAE9D7
Tints of Aero Blue #BAE9D7
RGB
CMYK
RGB Variations
Color information
#BAE9D7 (or 0xBAE9D7) is known color: Aero Blue. HEX triplet: BA, E9 and D7. RGB value is (186,233,215). Sum of RGB (Red+Green+Blue) = 186+233+215=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 233 (91.41% from 255 or 36.75% from 634); Blue value is 215 (84.38% from 255 or 33.91% from 634); Max value from RGB is 233 - color contains mainly: green. Hex color #BAE9D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE9D7 is #451628. Grayscale: #D8D8D8. Windows color (decimal): -4527657 or 14150074. OLE color: 14150074.
HSL color Cylindrical-coordinate representation of color #BAE9D7: hue angle of 157.02º degrees, saturation: 0.52, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BAE9D7 is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 233 | 215 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.09 |
| HSL | 157.02º | 0.52% | 0.82% | - |
| HSV(B) | 157.02º | 0.2% | 0.91% | - |
| XYZ | 61.65 | 73.62 | 75.25 | - |
| YUV | 216.9 | 126.93 | 105.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 233 | 215 | 0.20 | 0 | 0.08 | 0.09 | 157.02 | 0.52 | 0.82 |
| Hex | BA | E9 | D7 | 14 | 0 | 8 | 9 | 9D | 34 | 52 |
| Octal | 272 | 351 | 327 | 24 | 0 | 10 | 11 | 235 | 64 | 122 |
| Binary | 10111010 | 11101001 | 11010111 | 10100 | 0 | 1000 | 1001 | 10011101 | 110100 | 1010010 |
Color Harmonies of #BAE9D7
Complementary color
Monochromatic Colors of #BAE9D7
Black with #BAE9D7
Text Example
Text Example
White with #BAE9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE9D7; }
p { color: rgb(186,233,215); }
H1.HeaderClassName
{
color: #BAE9D7;
}
.AnyTagClassName
{
color: #BAE9D7;
}
</style>
background-color css
<style>
a { background-color: #BAE9D7; }
a { background-color: rgb(186,233,215); }
div.DivClassName
{
background-color: #BAE9D7;
}
.BgClassName
{
background-color: #BAE9D7;
}
</style>
border-color css
<style>
span { border-color: #BAE9D7; }
span { border-color: rgb(186,233,215); }
td.TdClassName
{
border-color: #BAE9D7;
}
.TagClassName
{
border-color: #BAE9D7;
}
</style>