Shades of Aero Blue #BAF6D9
Tints of Aero Blue #BAF6D9
RGB
CMYK
RGB Variations
Color information
#BAF6D9 (or 0xBAF6D9) is known color: Aero Blue. HEX triplet: BA, F6 and D9. RGB value is (186,246,217). Sum of RGB (Red+Green+Blue) = 186+246+217=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 246 (96.48% from 255 or 37.90% from 649); Blue value is 217 (85.16% from 255 or 33.44% from 649); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF6D9 is #450926. Grayscale: #E0E0E0. Windows color (decimal): -4524327 or 14284474. OLE color: 14284474.
HSL color Cylindrical-coordinate representation of color #BAF6D9: hue angle of 151º degrees, saturation: 0.77, 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 #BAF6D9 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 246 | 217 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.04 |
| HSL | 151º | 0.77% | 0.85% | - |
| HSV(B) | 151º | 0.24% | 0.96% | - |
| XYZ | 65.73 | 81.36 | 77.89 | - |
| YUV | 224.75 | 123.62 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 246 | 217 | 0.24 | 0 | 0.12 | 0.04 | 151 | 0.77 | 0.85 |
| Hex | BA | F6 | D9 | 18 | 0 | C | 4 | 97 | 4D | 55 |
| Octal | 272 | 366 | 331 | 30 | 0 | 14 | 4 | 227 | 115 | 125 |
| Binary | 10111010 | 11110110 | 11011001 | 11000 | 0 | 1100 | 100 | 10010111 | 1001101 | 1010101 |
Color Harmonies of #BAF6D9
Complementary color
Monochromatic Colors of #BAF6D9
Black with #BAF6D9
Text Example
Text Example
White with #BAF6D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF6D9; }
p { color: rgb(186,246,217); }
H1.HeaderClassName
{
color: #BAF6D9;
}
.AnyTagClassName
{
color: #BAF6D9;
}
</style>
background-color css
<style>
a { background-color: #BAF6D9; }
a { background-color: rgb(186,246,217); }
div.DivClassName
{
background-color: #BAF6D9;
}
.BgClassName
{
background-color: #BAF6D9;
}
</style>
border-color css
<style>
span { border-color: #BAF6D9; }
span { border-color: rgb(186,246,217); }
td.TdClassName
{
border-color: #BAF6D9;
}
.TagClassName
{
border-color: #BAF6D9;
}
</style>