Shades of Aero Blue #BAF4DB
Tints of Aero Blue #BAF4DB
RGB
CMYK
RGB Variations
Color information
#BAF4DB (or 0xBAF4DB) is known color: Aero Blue. HEX triplet: BA, F4 and DB. RGB value is (186,244,219). Sum of RGB (Red+Green+Blue) = 186+244+219=649 (85% of max value = 765). Red value is 186 (73.05% from 255 or 28.66% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #BAF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAF4DB is #450B24. Grayscale: #DFDFDF. Windows color (decimal): -4524837 or 14415034. OLE color: 14415034.
HSL color Cylindrical-coordinate representation of color #BAF4DB: hue angle of 154.14º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BAF4DB is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 244 | 219 | - |
| CMYK | 0.24 | 0 | 0.10 | 0.04 |
| HSL | 154.14º | 0.73% | 0.84% | - |
| HSV(B) | 154.14º | 0.24% | 0.96% | - |
| XYZ | 65.39 | 80.25 | 79.06 | - |
| YUV | 223.81 | 125.28 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 244 | 219 | 0.24 | 0 | 0.10 | 0.04 | 154.14 | 0.73 | 0.84 |
| Hex | BA | F4 | DB | 18 | 0 | A | 4 | 9A | 48 | 54 |
| Octal | 272 | 364 | 333 | 30 | 0 | 12 | 4 | 232 | 110 | 124 |
| Binary | 10111010 | 11110100 | 11011011 | 11000 | 0 | 1010 | 100 | 10011010 | 1001000 | 1010100 |
Color Harmonies of #BAF4DB
Complementary color
Monochromatic Colors of #BAF4DB
Black with #BAF4DB
Text Example
Text Example
White with #BAF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAF4DB; }
p { color: rgb(186,244,219); }
H1.HeaderClassName
{
color: #BAF4DB;
}
.AnyTagClassName
{
color: #BAF4DB;
}
</style>
background-color css
<style>
a { background-color: #BAF4DB; }
a { background-color: rgb(186,244,219); }
div.DivClassName
{
background-color: #BAF4DB;
}
.BgClassName
{
background-color: #BAF4DB;
}
</style>
border-color css
<style>
span { border-color: #BAF4DB; }
span { border-color: rgb(186,244,219); }
td.TdClassName
{
border-color: #BAF4DB;
}
.TagClassName
{
border-color: #BAF4DB;
}
</style>