Shades of Aero Blue #BAE1D1
Tints of Aero Blue #BAE1D1
RGB
CMYK
RGB Variations
Color information
#BAE1D1 (or 0xBAE1D1) is known color: Aero Blue. HEX triplet: BA, E1 and D1. RGB value is (186,225,209). Sum of RGB (Red+Green+Blue) = 186+225+209=620 (82% of max value = 765). Red value is 186 (73.05% from 255 or 30% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 209 (82.03% from 255 or 33.71% from 620); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1D1 is #451E2E. Grayscale: #D3D3D3. Windows color (decimal): -4529711 or 13754810. OLE color: 13754810.
HSL color Cylindrical-coordinate representation of color #BAE1D1: hue angle of 155.38º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BAE1D1 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 225 | 209 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.12 |
| HSL | 155.38º | 0.39% | 0.81% | - |
| HSV(B) | 155.38º | 0.17% | 0.88% | - |
| XYZ | 58.68 | 68.89 | 70.53 | - |
| YUV | 211.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 225 | 209 | 0.17 | 0 | 0.07 | 0.12 | 155.38 | 0.39 | 0.81 |
| Hex | BA | E1 | D1 | 11 | 0 | 7 | C | 9B | 27 | 51 |
| Octal | 272 | 341 | 321 | 21 | 0 | 7 | 14 | 233 | 47 | 121 |
| Binary | 10111010 | 11100001 | 11010001 | 10001 | 0 | 111 | 1100 | 10011011 | 100111 | 1010001 |
Color Harmonies of #BAE1D1
Complementary color
Monochromatic Colors of #BAE1D1
Black with #BAE1D1
Text Example
Text Example
White with #BAE1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAE1D1; }
p { color: rgb(186,225,209); }
H1.HeaderClassName
{
color: #BAE1D1;
}
.AnyTagClassName
{
color: #BAE1D1;
}
</style>
background-color css
<style>
a { background-color: #BAE1D1; }
a { background-color: rgb(186,225,209); }
div.DivClassName
{
background-color: #BAE1D1;
}
.BgClassName
{
background-color: #BAE1D1;
}
</style>
border-color css
<style>
span { border-color: #BAE1D1; }
span { border-color: rgb(186,225,209); }
td.TdClassName
{
border-color: #BAE1D1;
}
.TagClassName
{
border-color: #BAE1D1;
}
</style>