Shades of Aero Blue #BBF7DB
Tints of Aero Blue #BBF7DB
RGB
CMYK
RGB Variations
Color information
#BBF7DB (or 0xBBF7DB) is known color: Aero Blue. HEX triplet: BB, F7 and DB. RGB value is (187,247,219). Sum of RGB (Red+Green+Blue) = 187+247+219=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 247 (96.88% from 255 or 37.83% from 653); Blue value is 219 (85.94% from 255 or 33.54% from 653); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7DB is #440824. Grayscale: #E1E1E1. Windows color (decimal): -4458533 or 14415803. OLE color: 14415803.
HSL color Cylindrical-coordinate representation of color #BBF7DB: hue angle of 152º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7DB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 219 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.03 |
| HSL | 152º | 0.79% | 0.85% | - |
| HSV(B) | 152º | 0.24% | 0.97% | - |
| XYZ | 66.54 | 82.2 | 79.38 | - |
| YUV | 225.87 | 124.12 | 100.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 219 | 0.24 | 0 | 0.11 | 0.03 | 152 | 0.79 | 0.85 |
| Hex | BB | F7 | DB | 18 | 0 | B | 3 | 98 | 4F | 55 |
| Octal | 273 | 367 | 333 | 30 | 0 | 13 | 3 | 230 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11011011 | 11000 | 0 | 1011 | 11 | 10011000 | 1001111 | 1010101 |
Color Harmonies of #BBF7DB
Complementary color
Monochromatic Colors of #BBF7DB
Black with #BBF7DB
Text Example
Text Example
White with #BBF7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7DB; }
p { color: rgb(187,247,219); }
H1.HeaderClassName
{
color: #BBF7DB;
}
.AnyTagClassName
{
color: #BBF7DB;
}
</style>
background-color css
<style>
a { background-color: #BBF7DB; }
a { background-color: rgb(187,247,219); }
div.DivClassName
{
background-color: #BBF7DB;
}
.BgClassName
{
background-color: #BBF7DB;
}
</style>
border-color css
<style>
span { border-color: #BBF7DB; }
span { border-color: rgb(187,247,219); }
td.TdClassName
{
border-color: #BBF7DB;
}
.TagClassName
{
border-color: #BBF7DB;
}
</style>