Shades of Aero Blue #BAF7D5
Tints of Aero Blue #BAF7D5
RGB
CMYK
RGB Variations
Color information
#BAF7D5 (or 0xBAF7D5) is known color: Aero Blue. HEX triplet: BA, F7 and D5. RGB value is (186,247,213). Sum of RGB (Red+Green+Blue) = 186+247+213=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 247 (96.88% from 255 or 38.24% from 646); Blue value is 213 (83.59% from 255 or 32.97% from 646); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7D5 is #45082A. Grayscale: #E0E0E0. Windows color (decimal): -4524075 or 14022586. OLE color: 14022586.
HSL color Cylindrical-coordinate representation of color #BAF7D5: hue angle of 146.56º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF7D5 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 213 | - |
| CMYK | 0.25 | 0 | 0.14 | 0.03 |
| HSL | 146.56º | 0.79% | 0.85% | - |
| HSV(B) | 146.56º | 0.25% | 0.97% | - |
| XYZ | 65.52 | 81.76 | 75.28 | - |
| YUV | 224.89 | 121.29 | 100.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 213 | 0.25 | 0 | 0.14 | 0.03 | 146.56 | 0.79 | 0.85 |
| Hex | BA | F7 | D5 | 19 | 0 | E | 3 | 93 | 4F | 55 |
| Octal | 272 | 367 | 325 | 31 | 0 | 16 | 3 | 223 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11010101 | 11001 | 0 | 1110 | 11 | 10010011 | 1001111 | 1010101 |
Color Harmonies of #BAF7D5
Complementary color
Monochromatic Colors of #BAF7D5
Black with #BAF7D5
Text Example
Text Example
White with #BAF7D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7D5; }
p { color: rgb(186,247,213); }
H1.HeaderClassName
{
color: #BAF7D5;
}
.AnyTagClassName
{
color: #BAF7D5;
}
</style>
background-color css
<style>
a { background-color: #BAF7D5; }
a { background-color: rgb(186,247,213); }
div.DivClassName
{
background-color: #BAF7D5;
}
.BgClassName
{
background-color: #BAF7D5;
}
</style>
border-color css
<style>
span { border-color: #BAF7D5; }
span { border-color: rgb(186,247,213); }
td.TdClassName
{
border-color: #BAF7D5;
}
.TagClassName
{
border-color: #BAF7D5;
}
</style>