Shades of Aero Blue #BAF7D0
Tints of Aero Blue #BAF7D0
RGB
CMYK
RGB Variations
Color information
#BAF7D0 (or 0xBAF7D0) is known color: Aero Blue. HEX triplet: BA, F7 and D0. RGB value is (186,247,208). Sum of RGB (Red+Green+Blue) = 186+247+208=641 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.02% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 208 (81.64% from 255 or 32.45% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7D0 is #45082F. Grayscale: #E0E0E0. Windows color (decimal): -4524080 or 13694906. OLE color: 13694906.
HSL color Cylindrical-coordinate representation of color #BAF7D0: hue angle of 141.64º 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 #BAF7D0 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 208 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.03 |
| HSL | 141.64º | 0.79% | 0.85% | - |
| HSV(B) | 141.64º | 0.25% | 0.97% | - |
| XYZ | 64.9 | 81.51 | 71.99 | - |
| YUV | 224.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 208 | 0.25 | 0 | 0.16 | 0.03 | 141.64 | 0.79 | 0.85 |
| Hex | BA | F7 | D0 | 19 | 0 | 10 | 3 | 8E | 4F | 55 |
| Octal | 272 | 367 | 320 | 31 | 0 | 20 | 3 | 216 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11010000 | 11001 | 0 | 10000 | 11 | 10001110 | 1001111 | 1010101 |
Color Harmonies of #BAF7D0
Complementary color
Monochromatic Colors of #BAF7D0
Black with #BAF7D0
Text Example
Text Example
White with #BAF7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7D0; }
p { color: rgb(186,247,208); }
H1.HeaderClassName
{
color: #BAF7D0;
}
.AnyTagClassName
{
color: #BAF7D0;
}
</style>
background-color css
<style>
a { background-color: #BAF7D0; }
a { background-color: rgb(186,247,208); }
div.DivClassName
{
background-color: #BAF7D0;
}
.BgClassName
{
background-color: #BAF7D0;
}
</style>
border-color css
<style>
span { border-color: #BAF7D0; }
span { border-color: rgb(186,247,208); }
td.TdClassName
{
border-color: #BAF7D0;
}
.TagClassName
{
border-color: #BAF7D0;
}
</style>