Shades of Aero Blue #BAF0D1
Tints of Aero Blue #BAF0D1
RGB
CMYK
RGB Variations
Color information
#BAF0D1 (or 0xBAF0D1) is known color: Aero Blue. HEX triplet: BA, F0 and D1. RGB value is (186,240,209). Sum of RGB (Red+Green+Blue) = 186+240+209=635 (84% of max value = 765). Red value is 186 (73.05% from 255 or 29.29% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 209 (82.03% from 255 or 32.91% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF0D1 is #450F2E. Grayscale: #DCDCDC. Windows color (decimal): -4525871 or 13758650. OLE color: 13758650.
HSL color Cylindrical-coordinate representation of color #BAF0D1: hue angle of 145.56º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAF0D1 is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 240 | 209 | - |
| CMYK | 0.22 | 0 | 0.13 | 0.06 |
| HSL | 145.56º | 0.64% | 0.84% | - |
| HSV(B) | 145.56º | 0.23% | 0.94% | - |
| XYZ | 62.92 | 77.36 | 71.94 | - |
| YUV | 220.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 240 | 209 | 0.22 | 0 | 0.13 | 0.06 | 145.56 | 0.64 | 0.84 |
| Hex | BA | F0 | D1 | 16 | 0 | D | 6 | 92 | 40 | 54 |
| Octal | 272 | 360 | 321 | 26 | 0 | 15 | 6 | 222 | 100 | 124 |
| Binary | 10111010 | 11110000 | 11010001 | 10110 | 0 | 1101 | 110 | 10010010 | 1000000 | 1010100 |
Color Harmonies of #BAF0D1
Complementary color
Monochromatic Colors of #BAF0D1
Black with #BAF0D1
Text Example
Text Example
White with #BAF0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF0D1; }
p { color: rgb(186,240,209); }
H1.HeaderClassName
{
color: #BAF0D1;
}
.AnyTagClassName
{
color: #BAF0D1;
}
</style>
background-color css
<style>
a { background-color: #BAF0D1; }
a { background-color: rgb(186,240,209); }
div.DivClassName
{
background-color: #BAF0D1;
}
.BgClassName
{
background-color: #BAF0D1;
}
</style>
border-color css
<style>
span { border-color: #BAF0D1; }
span { border-color: rgb(186,240,209); }
td.TdClassName
{
border-color: #BAF0D1;
}
.TagClassName
{
border-color: #BAF0D1;
}
</style>