Shades of Aero Blue #BAEFD9
Tints of Aero Blue #BAEFD9
RGB
CMYK
RGB Variations
Color information
#BAEFD9 (or 0xBAEFD9) is known color: Aero Blue. HEX triplet: BA, EF and D9. RGB value is (186,239,217). Sum of RGB (Red+Green+Blue) = 186+239+217=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 217 (85.16% from 255 or 33.80% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #BAEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAEFD9 is #451026. Grayscale: #DCDCDC. Windows color (decimal): -4526119 or 14282682. OLE color: 14282682.
HSL color Cylindrical-coordinate representation of color #BAEFD9: hue angle of 155.09º degrees, saturation: 0.62, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BAEFD9 is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 239 | 217 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.06 |
| HSL | 155.09º | 0.62% | 0.83% | - |
| HSV(B) | 155.09º | 0.22% | 0.94% | - |
| XYZ | 63.64 | 77.18 | 77.19 | - |
| YUV | 220.65 | 125.94 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 239 | 217 | 0.22 | 0 | 0.09 | 0.06 | 155.09 | 0.62 | 0.83 |
| Hex | BA | EF | D9 | 16 | 0 | 9 | 6 | 9B | 3E | 53 |
| Octal | 272 | 357 | 331 | 26 | 0 | 11 | 6 | 233 | 76 | 123 |
| Binary | 10111010 | 11101111 | 11011001 | 10110 | 0 | 1001 | 110 | 10011011 | 111110 | 1010011 |
Color Harmonies of #BAEFD9
Complementary color
Monochromatic Colors of #BAEFD9
Black with #BAEFD9
Text Example
Text Example
White with #BAEFD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAEFD9; }
p { color: rgb(186,239,217); }
H1.HeaderClassName
{
color: #BAEFD9;
}
.AnyTagClassName
{
color: #BAEFD9;
}
</style>
background-color css
<style>
a { background-color: #BAEFD9; }
a { background-color: rgb(186,239,217); }
div.DivClassName
{
background-color: #BAEFD9;
}
.BgClassName
{
background-color: #BAEFD9;
}
</style>
border-color css
<style>
span { border-color: #BAEFD9; }
span { border-color: rgb(186,239,217); }
td.TdClassName
{
border-color: #BAEFD9;
}
.TagClassName
{
border-color: #BAEFD9;
}
</style>