Shades of Aero Blue #BAFBDB
Tints of Aero Blue #BAFBDB
RGB
CMYK
RGB Variations
Color information
#BAFBDB (or 0xBAFBDB) is known color: Aero Blue. HEX triplet: BA, FB and DB. RGB value is (186,251,219). Sum of RGB (Red+Green+Blue) = 186+251+219=656 (86% of max value = 765). Red value is 186 (73.05% from 255 or 28.35% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 219 (85.94% from 255 or 33.38% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAFBDB is #450424. Grayscale: #E3E3E3. Windows color (decimal): -4523045 or 14416826. OLE color: 14416826.
HSL color Cylindrical-coordinate representation of color #BAFBDB: hue angle of 150.46º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BAFBDB is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 251 | 219 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.02 |
| HSL | 150.46º | 0.89% | 0.86% | - |
| HSV(B) | 150.46º | 0.26% | 0.98% | - |
| XYZ | 67.53 | 84.55 | 79.78 | - |
| YUV | 227.92 | 122.97 | 98.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 251 | 219 | 0.26 | 0 | 0.13 | 0.02 | 150.46 | 0.89 | 0.86 |
| Hex | BA | FB | DB | 1A | 0 | D | 2 | 96 | 59 | 56 |
| Octal | 272 | 373 | 333 | 32 | 0 | 15 | 2 | 226 | 131 | 126 |
| Binary | 10111010 | 11111011 | 11011011 | 11010 | 0 | 1101 | 10 | 10010110 | 1011001 | 1010110 |
Color Harmonies of #BAFBDB
Complementary color
Monochromatic Colors of #BAFBDB
Black with #BAFBDB
Text Example
Text Example
White with #BAFBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BAFBDB; }
p { color: rgb(186,251,219); }
H1.HeaderClassName
{
color: #BAFBDB;
}
.AnyTagClassName
{
color: #BAFBDB;
}
</style>
background-color css
<style>
a { background-color: #BAFBDB; }
a { background-color: rgb(186,251,219); }
div.DivClassName
{
background-color: #BAFBDB;
}
.BgClassName
{
background-color: #BAFBDB;
}
</style>
border-color css
<style>
span { border-color: #BAFBDB; }
span { border-color: rgb(186,251,219); }
td.TdClassName
{
border-color: #BAFBDB;
}
.TagClassName
{
border-color: #BAFBDB;
}
</style>