Shades of Aero Blue #BAE5CC
Tints of Aero Blue #BAE5CC
RGB
CMYK
RGB Variations
Color information
#BAE5CC (or 0xBAE5CC) is known color: Aero Blue. HEX triplet: BA, E5 and CC. RGB value is (186,229,204). Sum of RGB (Red+Green+Blue) = 186+229+204=619 (81% of max value = 765). Red value is 186 (73.05% from 255 or 30.05% from 619); Green value is 229 (89.84% from 255 or 37.00% from 619); Blue value is 204 (80.08% from 255 or 32.96% from 619); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5CC is #451A33. Grayscale: #D5D5D5. Windows color (decimal): -4528692 or 13428154. OLE color: 13428154.
HSL color Cylindrical-coordinate representation of color #BAE5CC: hue angle of 145.12º 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 #BAE5CC is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 229 | 204 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.10 |
| HSL | 145.12º | 0.45% | 0.81% | - |
| HSV(B) | 145.12º | 0.19% | 0.9% | - |
| XYZ | 59.17 | 70.84 | 67.68 | - |
| YUV | 213.29 | 122.75 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 229 | 204 | 0.19 | 0 | 0.11 | 0.10 | 145.12 | 0.45 | 0.81 |
| Hex | BA | E5 | CC | 13 | 0 | B | A | 91 | 2D | 51 |
| Octal | 272 | 345 | 314 | 23 | 0 | 13 | 12 | 221 | 55 | 121 |
| Binary | 10111010 | 11100101 | 11001100 | 10011 | 0 | 1011 | 1010 | 10010001 | 101101 | 1010001 |
Color Harmonies of #BAE5CC
Complementary color
Monochromatic Colors of #BAE5CC
Black with #BAE5CC
Text Example
Text Example
White with #BAE5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE5CC; }
p { color: rgb(186,229,204); }
H1.HeaderClassName
{
color: #BAE5CC;
}
.AnyTagClassName
{
color: #BAE5CC;
}
</style>
background-color css
<style>
a { background-color: #BAE5CC; }
a { background-color: rgb(186,229,204); }
div.DivClassName
{
background-color: #BAE5CC;
}
.BgClassName
{
background-color: #BAE5CC;
}
</style>
border-color css
<style>
span { border-color: #BAE5CC; }
span { border-color: rgb(186,229,204); }
td.TdClassName
{
border-color: #BAE5CC;
}
.TagClassName
{
border-color: #BAE5CC;
}
</style>