Shades of Aero Blue #BBF0DB
Tints of Aero Blue #BBF0DB
RGB
CMYK
RGB Variations
Color information
#BBF0DB (or 0xBBF0DB) is known color: Aero Blue. HEX triplet: BB, F0 and DB. RGB value is (187,240,219). Sum of RGB (Red+Green+Blue) = 187+240+219=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0DB is #440F24. Grayscale: #DDDDDD. Windows color (decimal): -4460325 or 14414011. OLE color: 14414011.
HSL color Cylindrical-coordinate representation of color #BBF0DB: hue angle of 156.23º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0DB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 219 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.06 |
| HSL | 156.23º | 0.64% | 0.84% | - |
| HSV(B) | 156.23º | 0.22% | 0.94% | - |
| XYZ | 64.44 | 78 | 78.68 | - |
| YUV | 221.76 | 126.44 | 103.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 219 | 0.22 | 0 | 0.09 | 0.06 | 156.23 | 0.64 | 0.84 |
| Hex | BB | F0 | DB | 16 | 0 | 9 | 6 | 9C | 40 | 54 |
| Octal | 273 | 360 | 333 | 26 | 0 | 11 | 6 | 234 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11011011 | 10110 | 0 | 1001 | 110 | 10011100 | 1000000 | 1010100 |
Color Harmonies of #BBF0DB
Complementary color
Monochromatic Colors of #BBF0DB
Black with #BBF0DB
Text Example
Text Example
White with #BBF0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0DB; }
p { color: rgb(187,240,219); }
H1.HeaderClassName
{
color: #BBF0DB;
}
.AnyTagClassName
{
color: #BBF0DB;
}
</style>
background-color css
<style>
a { background-color: #BBF0DB; }
a { background-color: rgb(187,240,219); }
div.DivClassName
{
background-color: #BBF0DB;
}
.BgClassName
{
background-color: #BBF0DB;
}
</style>
border-color css
<style>
span { border-color: #BBF0DB; }
span { border-color: rgb(187,240,219); }
td.TdClassName
{
border-color: #BBF0DB;
}
.TagClassName
{
border-color: #BBF0DB;
}
</style>