Shades of Aero Blue #BAEED1
Tints of Aero Blue #BAEED1
RGB
CMYK
RGB Variations
Color information
#BAEED1 (or 0xBAEED1) is known color: Aero Blue. HEX triplet: BA, EE and D1. RGB value is (186,238,209). Sum of RGB (Red+Green+Blue) = 186+238+209=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 238 (93.36% from 255 or 37.60% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEED1 is #45112E. Grayscale: #DBDBDB. Windows color (decimal): -4526383 or 13758138. OLE color: 13758138.
HSL color Cylindrical-coordinate representation of color #BAEED1: hue angle of 146.54º 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 #BAEED1 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 238 | 209 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.07 |
| HSL | 146.54º | 0.6% | 0.83% | - |
| HSV(B) | 146.54º | 0.22% | 0.93% | - |
| XYZ | 62.33 | 76.19 | 71.74 | - |
| YUV | 219.15 | 122.27 | 104.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 238 | 209 | 0.22 | 0 | 0.12 | 0.07 | 146.54 | 0.6 | 0.83 |
| Hex | BA | EE | D1 | 16 | 0 | C | 7 | 93 | 3C | 53 |
| Octal | 272 | 356 | 321 | 26 | 0 | 14 | 7 | 223 | 74 | 123 |
| Binary | 10111010 | 11101110 | 11010001 | 10110 | 0 | 1100 | 111 | 10010011 | 111100 | 1010011 |
Color Harmonies of #BAEED1
Complementary color
Monochromatic Colors of #BAEED1
Black with #BAEED1
Text Example
Text Example
White with #BAEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEED1; }
p { color: rgb(186,238,209); }
H1.HeaderClassName
{
color: #BAEED1;
}
.AnyTagClassName
{
color: #BAEED1;
}
</style>
background-color css
<style>
a { background-color: #BAEED1; }
a { background-color: rgb(186,238,209); }
div.DivClassName
{
background-color: #BAEED1;
}
.BgClassName
{
background-color: #BAEED1;
}
</style>
border-color css
<style>
span { border-color: #BAEED1; }
span { border-color: rgb(186,238,209); }
td.TdClassName
{
border-color: #BAEED1;
}
.TagClassName
{
border-color: #BAEED1;
}
</style>