Shades of Aero Blue #BAECD3
Tints of Aero Blue #BAECD3
RGB
CMYK
RGB Variations
Color information
#BAECD3 (or 0xBAECD3) is known color: Aero Blue. HEX triplet: BA, EC and D3. RGB value is (186,236,211). Sum of RGB (Red+Green+Blue) = 186+236+211=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 211 (82.81% from 255 or 33.33% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD3 is #45132C. Grayscale: #DADADA. Windows color (decimal): -4526893 or 13888698. OLE color: 13888698.
HSL color Cylindrical-coordinate representation of color #BAECD3: hue angle of 150º degrees, saturation: 0.57, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BAECD3 is Cyan = 0.21, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 211 | - |
| CMYK | 0.21 | 0 | 0.11 | 0.07 |
| HSL | 150º | 0.57% | 0.83% | - |
| HSV(B) | 150º | 0.21% | 0.93% | - |
| XYZ | 62 | 75.13 | 72.86 | - |
| YUV | 218.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 211 | 0.21 | 0 | 0.11 | 0.07 | 150 | 0.57 | 0.83 |
| Hex | BA | EC | D3 | 15 | 0 | B | 7 | 96 | 39 | 53 |
| Octal | 272 | 354 | 323 | 25 | 0 | 13 | 7 | 226 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11010011 | 10101 | 0 | 1011 | 111 | 10010110 | 111001 | 1010011 |
Color Harmonies of #BAECD3
Complementary color
Monochromatic Colors of #BAECD3
Black with #BAECD3
Text Example
Text Example
White with #BAECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECD3; }
p { color: rgb(186,236,211); }
H1.HeaderClassName
{
color: #BAECD3;
}
.AnyTagClassName
{
color: #BAECD3;
}
</style>
background-color css
<style>
a { background-color: #BAECD3; }
a { background-color: rgb(186,236,211); }
div.DivClassName
{
background-color: #BAECD3;
}
.BgClassName
{
background-color: #BAECD3;
}
</style>
border-color css
<style>
span { border-color: #BAECD3; }
span { border-color: rgb(186,236,211); }
td.TdClassName
{
border-color: #BAECD3;
}
.TagClassName
{
border-color: #BAECD3;
}
</style>