Shades of Aero Blue #BAECD4
Tints of Aero Blue #BAECD4
RGB
CMYK
RGB Variations
Color information
#BAECD4 (or 0xBAECD4) is known color: Aero Blue. HEX triplet: BA, EC and D4. RGB value is (186,236,212). Sum of RGB (Red+Green+Blue) = 186+236+212=634 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.34% from 634); Green value is 236 (92.58% from 255 or 37.22% from 634); Blue value is 212 (83.20% from 255 or 33.44% from 634); Max value from RGB is 236 - color contains mainly: green. Hex color #BAECD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAECD4 is #45132B. Grayscale: #DADADA. Windows color (decimal): -4526892 or 13954234. OLE color: 13954234.
HSL color Cylindrical-coordinate representation of color #BAECD4: hue angle of 151.2º 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 #BAECD4 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 236 | 212 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.07 |
| HSL | 151.2º | 0.57% | 0.83% | - |
| HSV(B) | 151.2º | 0.21% | 0.93% | - |
| XYZ | 62.13 | 75.18 | 73.52 | - |
| YUV | 218.31 | 124.44 | 104.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 236 | 212 | 0.21 | 0 | 0.10 | 0.07 | 151.2 | 0.57 | 0.83 |
| Hex | BA | EC | D4 | 15 | 0 | A | 7 | 97 | 39 | 53 |
| Octal | 272 | 354 | 324 | 25 | 0 | 12 | 7 | 227 | 71 | 123 |
| Binary | 10111010 | 11101100 | 11010100 | 10101 | 0 | 1010 | 111 | 10010111 | 111001 | 1010011 |
Color Harmonies of #BAECD4
Complementary color
Monochromatic Colors of #BAECD4
Black with #BAECD4
Text Example
Text Example
White with #BAECD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAECD4; }
p { color: rgb(186,236,212); }
H1.HeaderClassName
{
color: #BAECD4;
}
.AnyTagClassName
{
color: #BAECD4;
}
</style>
background-color css
<style>
a { background-color: #BAECD4; }
a { background-color: rgb(186,236,212); }
div.DivClassName
{
background-color: #BAECD4;
}
.BgClassName
{
background-color: #BAECD4;
}
</style>
border-color css
<style>
span { border-color: #BAECD4; }
span { border-color: rgb(186,236,212); }
td.TdClassName
{
border-color: #BAECD4;
}
.TagClassName
{
border-color: #BAECD4;
}
</style>