Shades of Aero Blue #BAF9D3
Tints of Aero Blue #BAF9D3
RGB
CMYK
RGB Variations
Color information
#BAF9D3 (or 0xBAF9D3) is known color: Aero Blue. HEX triplet: BA, F9 and D3. RGB value is (186,249,211). Sum of RGB (Red+Green+Blue) = 186+249+211=646 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.79% from 646); Green value is 249 (97.66% from 255 or 38.54% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 249 - color contains mainly: green. Hex color #BAF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF9D3 is #45062C. Grayscale: #E1E1E1. Windows color (decimal): -4523565 or 13892026. OLE color: 13892026.
HSL color Cylindrical-coordinate representation of color #BAF9D3: hue angle of 143.81º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BAF9D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 249 | 211 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 143.81º | 0.84% | 0.85% | - |
| HSV(B) | 143.81º | 0.25% | 0.98% | - |
| XYZ | 65.88 | 82.89 | 74.16 | - |
| YUV | 225.83 | 119.63 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 249 | 211 | 0.25 | 0 | 0.15 | 0.02 | 143.81 | 0.84 | 0.85 |
| Hex | BA | F9 | D3 | 19 | 0 | F | 2 | 90 | 54 | 55 |
| Octal | 272 | 371 | 323 | 31 | 0 | 17 | 2 | 220 | 124 | 125 |
| Binary | 10111010 | 11111001 | 11010011 | 11001 | 0 | 1111 | 10 | 10010000 | 1010100 | 1010101 |
Color Harmonies of #BAF9D3
Complementary color
Monochromatic Colors of #BAF9D3
Black with #BAF9D3
Text Example
Text Example
White with #BAF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF9D3; }
p { color: rgb(186,249,211); }
H1.HeaderClassName
{
color: #BAF9D3;
}
.AnyTagClassName
{
color: #BAF9D3;
}
</style>
background-color css
<style>
a { background-color: #BAF9D3; }
a { background-color: rgb(186,249,211); }
div.DivClassName
{
background-color: #BAF9D3;
}
.BgClassName
{
background-color: #BAF9D3;
}
</style>
border-color css
<style>
span { border-color: #BAF9D3; }
span { border-color: rgb(186,249,211); }
td.TdClassName
{
border-color: #BAF9D3;
}
.TagClassName
{
border-color: #BAF9D3;
}
</style>