Shades of Aero Blue #BAF7D3
Tints of Aero Blue #BAF7D3
RGB
CMYK
RGB Variations
Color information
#BAF7D3 (or 0xBAF7D3) is known color: Aero Blue. HEX triplet: BA, F7 and D3. RGB value is (186,247,211). Sum of RGB (Red+Green+Blue) = 186+247+211=644 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.88% from 644); Green value is 247 (96.88% from 255 or 38.35% from 644); Blue value is 211 (82.81% from 255 or 32.76% from 644); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF7D3 is #45082C. Grayscale: #E0E0E0. Windows color (decimal): -4524077 or 13891514. OLE color: 13891514.
HSL color Cylindrical-coordinate representation of color #BAF7D3: hue angle of 144.59º 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 #BAF7D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 247 | 211 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.03 |
| HSL | 144.59º | 0.79% | 0.85% | - |
| HSV(B) | 144.59º | 0.25% | 0.97% | - |
| XYZ | 65.27 | 81.66 | 73.95 | - |
| YUV | 224.66 | 120.29 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 247 | 211 | 0.25 | 0 | 0.15 | 0.03 | 144.59 | 0.79 | 0.85 |
| Hex | BA | F7 | D3 | 19 | 0 | F | 3 | 91 | 4F | 55 |
| Octal | 272 | 367 | 323 | 31 | 0 | 17 | 3 | 221 | 117 | 125 |
| Binary | 10111010 | 11110111 | 11010011 | 11001 | 0 | 1111 | 11 | 10010001 | 1001111 | 1010101 |
Color Harmonies of #BAF7D3
Complementary color
Monochromatic Colors of #BAF7D3
Black with #BAF7D3
Text Example
Text Example
White with #BAF7D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF7D3; }
p { color: rgb(186,247,211); }
H1.HeaderClassName
{
color: #BAF7D3;
}
.AnyTagClassName
{
color: #BAF7D3;
}
</style>
background-color css
<style>
a { background-color: #BAF7D3; }
a { background-color: rgb(186,247,211); }
div.DivClassName
{
background-color: #BAF7D3;
}
.BgClassName
{
background-color: #BAF7D3;
}
</style>
border-color css
<style>
span { border-color: #BAF7D3; }
span { border-color: rgb(186,247,211); }
td.TdClassName
{
border-color: #BAF7D3;
}
.TagClassName
{
border-color: #BAF7D3;
}
</style>