Shades of Aero Blue #BAF7D1
Tints of Aero Blue #BAF7D1
RGB
CMYK
RGB Variations
Color information
#BAF7D1 (or 0xBAF7D1) is known color: Aero Blue. HEX triplet: BA, F7 and D1. RGB value is (186,247,209). Sum of RGB (Red+Green+Blue) = 186+247+209=642 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.97% from 642); Green value is 247 (96.88% from 255 or 38.47% from 642); Blue value is 209 (82.03% from 255 or 32.55% from 642); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7D1 is #45082E. Grayscale: #E0E0E0. Windows color (decimal): -4524079 or 13760442. OLE color: 13760442.
HSL color Cylindrical-coordinate representation of color #BAF7D1: hue angle of 142.62º 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 #BAF7D1 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 209 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.03 |
| HSL | 142.62º | 0.79% | 0.85% | - |
| HSV(B) | 142.62º | 0.25% | 0.97% | - |
| XYZ | 65.02 | 81.56 | 72.64 | - |
| YUV | 224.43 | 119.29 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 209 | 0.25 | 0 | 0.15 | 0.03 | 142.62 | 0.79 | 0.85 |
| Hex | BA | F7 | D1 | 19 | 0 | F | 3 | 8F | 4F | 55 |
| Octal | 272 | 367 | 321 | 31 | 0 | 17 | 3 | 217 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11010001 | 11001 | 0 | 1111 | 11 | 10001111 | 1001111 | 1010101 |
Color Harmonies of #BAF7D1
Complementary color
Monochromatic Colors of #BAF7D1
Black with #BAF7D1
Text Example
Text Example
White with #BAF7D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7D1; }
p { color: rgb(186,247,209); }
H1.HeaderClassName
{
color: #BAF7D1;
}
.AnyTagClassName
{
color: #BAF7D1;
}
</style>
background-color css
<style>
a { background-color: #BAF7D1; }
a { background-color: rgb(186,247,209); }
div.DivClassName
{
background-color: #BAF7D1;
}
.BgClassName
{
background-color: #BAF7D1;
}
</style>
border-color css
<style>
span { border-color: #BAF7D1; }
span { border-color: rgb(186,247,209); }
td.TdClassName
{
border-color: #BAF7D1;
}
.TagClassName
{
border-color: #BAF7D1;
}
</style>