Shades of Aero Blue #BAEED3
Tints of Aero Blue #BAEED3
RGB
CMYK
RGB Variations
Color information
#BAEED3 (or 0xBAEED3) is known color: Aero Blue. HEX triplet: BA, EE and D3. RGB value is (186,238,211). Sum of RGB (Red+Green+Blue) = 186+238+211=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 211 (82.81% from 255 or 33.23% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEED3 is #45112C. Grayscale: #DBDBDB. Windows color (decimal): -4526381 or 13889210. OLE color: 13889210.
HSL color Cylindrical-coordinate representation of color #BAEED3: hue angle of 148.85º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEED3 is Cyan = 0.22, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 211 | - |
| CMYK | 0.22 | 0 | 0.11 | 0.07 |
| HSL | 148.85º | 0.6% | 0.83% | - |
| HSV(B) | 148.85º | 0.22% | 0.93% | - |
| XYZ | 62.58 | 76.29 | 73.06 | - |
| YUV | 219.37 | 123.27 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 211 | 0.22 | 0 | 0.11 | 0.07 | 148.85 | 0.6 | 0.83 |
| Hex | BA | EE | D3 | 16 | 0 | B | 7 | 95 | 3C | 53 |
| Octal | 272 | 356 | 323 | 26 | 0 | 13 | 7 | 225 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11010011 | 10110 | 0 | 1011 | 111 | 10010101 | 111100 | 1010011 |
Color Harmonies of #BAEED3
Complementary color
Monochromatic Colors of #BAEED3
Black with #BAEED3
Text Example
Text Example
White with #BAEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEED3; }
p { color: rgb(186,238,211); }
H1.HeaderClassName
{
color: #BAEED3;
}
.AnyTagClassName
{
color: #BAEED3;
}
</style>
background-color css
<style>
a { background-color: #BAEED3; }
a { background-color: rgb(186,238,211); }
div.DivClassName
{
background-color: #BAEED3;
}
.BgClassName
{
background-color: #BAEED3;
}
</style>
border-color css
<style>
span { border-color: #BAEED3; }
span { border-color: rgb(186,238,211); }
td.TdClassName
{
border-color: #BAEED3;
}
.TagClassName
{
border-color: #BAEED3;
}
</style>