Shades of Aero Blue #BAFFDB
Tints of Aero Blue #BAFFDB
RGB
CMYK
RGB Variations
Color information
#BAFFDB (or 0xBAFFDB) is known color: Aero Blue. HEX triplet: BA, FF and DB. RGB value is (186,255,219). Sum of RGB (Red+Green+Blue) = 186+255+219=660 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.18% from 660); Green value is 255 (100% from 255 or 38.64% from 660); Blue value is 219 (85.94% from 255 or 33.18% from 660); Max value from RGB is 255 - color contains mainly: green. Hex color #BAFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFFDB is #450024. Grayscale: #E6E6E6. Windows color (decimal): -4522021 or 14417850. OLE color: 14417850.
HSL color Cylindrical-coordinate representation of color #BAFFDB: hue angle of 148.7º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BAFFDB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 255 | 219 | - |
| CMYK | 0.27 | 0 | 0.14 | 0 |
| HSL | 148.7º | 1% | 0.86% | - |
| HSV(B) | 148.7º | 0.27% | 1% | - |
| XYZ | 68.8 | 87.07 | 80.2 | - |
| YUV | 230.27 | 121.64 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 255 | 219 | 0.27 | 0 | 0.14 | 0 | 148.7 | 1 | 0.86 |
| Hex | BA | FF | DB | 1B | 0 | E | 0 | 95 | 64 | 56 |
| Octal | 272 | 377 | 333 | 33 | 0 | 16 | 0 | 225 | 144 | 126 |
| Binary | 10111010 | 11111111 | 11011011 | 11011 | 0 | 1110 | 0 | 10010101 | 1100100 | 1010110 |
Color Harmonies of #BAFFDB
Complementary color
Monochromatic Colors of #BAFFDB
Black with #BAFFDB
Text Example
Text Example
White with #BAFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFFDB; }
p { color: rgb(186,255,219); }
H1.HeaderClassName
{
color: #BAFFDB;
}
.AnyTagClassName
{
color: #BAFFDB;
}
</style>
background-color css
<style>
a { background-color: #BAFFDB; }
a { background-color: rgb(186,255,219); }
div.DivClassName
{
background-color: #BAFFDB;
}
.BgClassName
{
background-color: #BAFFDB;
}
</style>
border-color css
<style>
span { border-color: #BAFFDB; }
span { border-color: rgb(186,255,219); }
td.TdClassName
{
border-color: #BAFFDB;
}
.TagClassName
{
border-color: #BAFFDB;
}
</style>