Shades of Aero Blue #BAF5D9
Tints of Aero Blue #BAF5D9
RGB
CMYK
RGB Variations
Color information
#BAF5D9 (or 0xBAF5D9) is known color: Aero Blue. HEX triplet: BA, F5 and D9. RGB value is (186,245,217). Sum of RGB (Red+Green+Blue) = 186+245+217=648 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.70% from 648); Green value is 245 (96.09% from 255 or 37.81% from 648); Blue value is 217 (85.16% from 255 or 33.49% from 648); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D9 is #450A26. Grayscale: #E0E0E0. Windows color (decimal): -4524583 or 14284218. OLE color: 14284218.
HSL color Cylindrical-coordinate representation of color #BAF5D9: hue angle of 151.53º degrees, saturation: 0.75, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF5D9 is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 217 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.04 |
| HSL | 151.53º | 0.75% | 0.85% | - |
| HSV(B) | 151.53º | 0.24% | 0.96% | - |
| XYZ | 65.43 | 80.75 | 77.78 | - |
| YUV | 224.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 217 | 0.24 | 0 | 0.11 | 0.04 | 151.53 | 0.75 | 0.85 |
| Hex | BA | F5 | D9 | 18 | 0 | B | 4 | 98 | 4B | 55 |
| Octal | 272 | 365 | 331 | 30 | 0 | 13 | 4 | 230 | 113 | 125 |
| Binary | 10111010 | 11110101 | 11011001 | 11000 | 0 | 1011 | 100 | 10011000 | 1001011 | 1010101 |
Color Harmonies of #BAF5D9
Complementary color
Monochromatic Colors of #BAF5D9
Black with #BAF5D9
Text Example
Text Example
White with #BAF5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5D9; }
p { color: rgb(186,245,217); }
H1.HeaderClassName
{
color: #BAF5D9;
}
.AnyTagClassName
{
color: #BAF5D9;
}
</style>
background-color css
<style>
a { background-color: #BAF5D9; }
a { background-color: rgb(186,245,217); }
div.DivClassName
{
background-color: #BAF5D9;
}
.BgClassName
{
background-color: #BAF5D9;
}
</style>
border-color css
<style>
span { border-color: #BAF5D9; }
span { border-color: rgb(186,245,217); }
td.TdClassName
{
border-color: #BAF5D9;
}
.TagClassName
{
border-color: #BAF5D9;
}
</style>