Shades of Aero Blue #BAF5D4
Tints of Aero Blue #BAF5D4
RGB
CMYK
RGB Variations
Color information
#BAF5D4 (or 0xBAF5D4) is known color: Aero Blue. HEX triplet: BA, F5 and D4. RGB value is (186,245,212). Sum of RGB (Red+Green+Blue) = 186+245+212=643 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.93% from 643); Green value is 245 (96.09% from 255 or 38.10% from 643); Blue value is 212 (83.20% from 255 or 32.97% from 643); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF5D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF5D4 is #450A2B. Grayscale: #DFDFDF. Windows color (decimal): -4524588 or 13956538. OLE color: 13956538.
HSL color Cylindrical-coordinate representation of color #BAF5D4: hue angle of 146.44º 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 #BAF5D4 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 245 | 212 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.04 |
| HSL | 146.44º | 0.75% | 0.85% | - |
| HSV(B) | 146.44º | 0.24% | 0.96% | - |
| XYZ | 64.79 | 80.5 | 74.41 | - |
| YUV | 223.6 | 121.45 | 101.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 245 | 212 | 0.24 | 0 | 0.13 | 0.04 | 146.44 | 0.75 | 0.85 |
| Hex | BA | F5 | D4 | 18 | 0 | D | 4 | 92 | 4B | 55 |
| Octal | 272 | 365 | 324 | 30 | 0 | 15 | 4 | 222 | 113 | 125 |
| Binary | 10111010 | 11110101 | 11010100 | 11000 | 0 | 1101 | 100 | 10010010 | 1001011 | 1010101 |
Color Harmonies of #BAF5D4
Complementary color
Monochromatic Colors of #BAF5D4
Black with #BAF5D4
Text Example
Text Example
White with #BAF5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF5D4; }
p { color: rgb(186,245,212); }
H1.HeaderClassName
{
color: #BAF5D4;
}
.AnyTagClassName
{
color: #BAF5D4;
}
</style>
background-color css
<style>
a { background-color: #BAF5D4; }
a { background-color: rgb(186,245,212); }
div.DivClassName
{
background-color: #BAF5D4;
}
.BgClassName
{
background-color: #BAF5D4;
}
</style>
border-color css
<style>
span { border-color: #BAF5D4; }
span { border-color: rgb(186,245,212); }
td.TdClassName
{
border-color: #BAF5D4;
}
.TagClassName
{
border-color: #BAF5D4;
}
</style>