Shades of Aero Blue #BBFFDB
Tints of Aero Blue #BBFFDB
RGB
CMYK
RGB Variations
Color information
#BBFFDB (or 0xBBFFDB) is known color: Aero Blue. HEX triplet: BB, FF and DB. RGB value is (187,255,219). Sum of RGB (Red+Green+Blue) = 187+255+219=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 219 (85.94% from 255 or 33.13% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #BBFFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFFDB is #440024. Grayscale: #E6E6E6. Windows color (decimal): -4456485 or 14417851. OLE color: 14417851.
HSL color Cylindrical-coordinate representation of color #BBFFDB: hue angle of 148.24º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBFFDB is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 255 | 219 | - |
| CMYK | 0.27 | 0 | 0.14 | 0 |
| HSL | 148.24º | 1% | 0.87% | - |
| HSV(B) | 148.24º | 0.27% | 1% | - |
| XYZ | 69.04 | 87.2 | 80.21 | - |
| YUV | 230.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 255 | 219 | 0.27 | 0 | 0.14 | 0 | 148.24 | 1 | 0.87 |
| Hex | BB | FF | DB | 1B | 0 | E | 0 | 94 | 64 | 57 |
| Octal | 273 | 377 | 333 | 33 | 0 | 16 | 0 | 224 | 144 | 127 |
| Binary | 10111011 | 11111111 | 11011011 | 11011 | 0 | 1110 | 0 | 10010100 | 1100100 | 1010111 |
Color Harmonies of #BBFFDB
Complementary color
Monochromatic Colors of #BBFFDB
Black with #BBFFDB
Text Example
Text Example
White with #BBFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFFDB; }
p { color: rgb(187,255,219); }
H1.HeaderClassName
{
color: #BBFFDB;
}
.AnyTagClassName
{
color: #BBFFDB;
}
</style>
background-color css
<style>
a { background-color: #BBFFDB; }
a { background-color: rgb(187,255,219); }
div.DivClassName
{
background-color: #BBFFDB;
}
.BgClassName
{
background-color: #BBFFDB;
}
</style>
border-color css
<style>
span { border-color: #BBFFDB; }
span { border-color: rgb(187,255,219); }
td.TdClassName
{
border-color: #BBFFDB;
}
.TagClassName
{
border-color: #BBFFDB;
}
</style>