Shades of Aero Blue #BAE5CF
Tints of Aero Blue #BAE5CF
RGB
CMYK
RGB Variations
Color information
#BAE5CF (or 0xBAE5CF) is known color: Aero Blue. HEX triplet: BA, E5 and CF. RGB value is (186,229,207). Sum of RGB (Red+Green+Blue) = 186+229+207=622 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.90% from 622); Green value is 229 (89.84% from 255 or 36.82% from 622); Blue value is 207 (81.25% from 255 or 33.28% from 622); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CF is #451A30. Grayscale: #D5D5D5. Windows color (decimal): -4528689 or 13624762. OLE color: 13624762.
HSL color Cylindrical-coordinate representation of color #BAE5CF: hue angle of 149.3º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE5CF is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 207 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.10 |
| HSL | 149.3º | 0.45% | 0.81% | - |
| HSV(B) | 149.3º | 0.19% | 0.9% | - |
| XYZ | 59.53 | 70.98 | 69.59 | - |
| YUV | 213.64 | 124.25 | 108.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 207 | 0.19 | 0 | 0.10 | 0.10 | 149.3 | 0.45 | 0.81 |
| Hex | BA | E5 | CF | 13 | 0 | A | A | 95 | 2D | 51 |
| Octal | 272 | 345 | 317 | 23 | 0 | 12 | 12 | 225 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11001111 | 10011 | 0 | 1010 | 1010 | 10010101 | 101101 | 1010001 |
Color Harmonies of #BAE5CF
Complementary color
Monochromatic Colors of #BAE5CF
Black with #BAE5CF
Text Example
Text Example
White with #BAE5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5CF; }
p { color: rgb(186,229,207); }
H1.HeaderClassName
{
color: #BAE5CF;
}
.AnyTagClassName
{
color: #BAE5CF;
}
</style>
background-color css
<style>
a { background-color: #BAE5CF; }
a { background-color: rgb(186,229,207); }
div.DivClassName
{
background-color: #BAE5CF;
}
.BgClassName
{
background-color: #BAE5CF;
}
</style>
border-color css
<style>
span { border-color: #BAE5CF; }
span { border-color: rgb(186,229,207); }
td.TdClassName
{
border-color: #BAE5CF;
}
.TagClassName
{
border-color: #BAE5CF;
}
</style>