Shades of Aero Blue #BAE8CF
Tints of Aero Blue #BAE8CF
RGB
CMYK
RGB Variations
Color information
#BAE8CF (or 0xBAE8CF) is known color: Aero Blue. HEX triplet: BA, E8 and CF. RGB value is (186,232,207). Sum of RGB (Red+Green+Blue) = 186+232+207=625 (82% of max value = 765). Red value is 186 (73.05% from 255 or 29.76% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #BAE8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE8CF is #451730. Grayscale: #D7D7D7. Windows color (decimal): -4527921 or 13625530. OLE color: 13625530.
HSL color Cylindrical-coordinate representation of color #BAE8CF: hue angle of 147.39º degrees, saturation: 0.5, 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 #BAE8CF is Cyan = 0.20, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 232 | 207 | - |
| CMYK | 0.20 | 0 | 0.11 | 0.09 |
| HSL | 147.39º | 0.5% | 0.82% | - |
| HSV(B) | 147.39º | 0.2% | 0.91% | - |
| XYZ | 60.37 | 72.66 | 69.87 | - |
| YUV | 215.4 | 123.26 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 232 | 207 | 0.20 | 0 | 0.11 | 0.09 | 147.39 | 0.5 | 0.82 |
| Hex | BA | E8 | CF | 14 | 0 | B | 9 | 93 | 32 | 52 |
| Octal | 272 | 350 | 317 | 24 | 0 | 13 | 11 | 223 | 62 | 122 |
| Binary | 10111010 | 11101000 | 11001111 | 10100 | 0 | 1011 | 1001 | 10010011 | 110010 | 1010010 |
Color Harmonies of #BAE8CF
Complementary color
Monochromatic Colors of #BAE8CF
Black with #BAE8CF
Text Example
Text Example
White with #BAE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE8CF; }
p { color: rgb(186,232,207); }
H1.HeaderClassName
{
color: #BAE8CF;
}
.AnyTagClassName
{
color: #BAE8CF;
}
</style>
background-color css
<style>
a { background-color: #BAE8CF; }
a { background-color: rgb(186,232,207); }
div.DivClassName
{
background-color: #BAE8CF;
}
.BgClassName
{
background-color: #BAE8CF;
}
</style>
border-color css
<style>
span { border-color: #BAE8CF; }
span { border-color: rgb(186,232,207); }
td.TdClassName
{
border-color: #BAE8CF;
}
.TagClassName
{
border-color: #BAE8CF;
}
</style>