Shades of Aero Blue #BBF1DB
Tints of Aero Blue #BBF1DB
RGB
CMYK
RGB Variations
Color information
#BBF1DB (or 0xBBF1DB) is known color: Aero Blue. HEX triplet: BB, F1 and DB. RGB value is (187,241,219). Sum of RGB (Red+Green+Blue) = 187+241+219=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 241 (94.53% from 255 or 37.25% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1DB is #440E24. Grayscale: #DEDEDE. Windows color (decimal): -4460069 or 14414267. OLE color: 14414267.
HSL color Cylindrical-coordinate representation of color #BBF1DB: hue angle of 155.56º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1DB is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 219 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.05 |
| HSL | 155.56º | 0.66% | 0.84% | - |
| HSV(B) | 155.56º | 0.22% | 0.95% | - |
| XYZ | 64.73 | 78.59 | 78.78 | - |
| YUV | 222.35 | 126.11 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 219 | 0.22 | 0 | 0.09 | 0.05 | 155.56 | 0.66 | 0.84 |
| Hex | BB | F1 | DB | 16 | 0 | 9 | 5 | 9C | 42 | 54 |
| Octal | 273 | 361 | 333 | 26 | 0 | 11 | 5 | 234 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11011011 | 10110 | 0 | 1001 | 101 | 10011100 | 1000010 | 1010100 |
Color Harmonies of #BBF1DB
Complementary color
Monochromatic Colors of #BBF1DB
Black with #BBF1DB
Text Example
Text Example
White with #BBF1DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1DB; }
p { color: rgb(187,241,219); }
H1.HeaderClassName
{
color: #BBF1DB;
}
.AnyTagClassName
{
color: #BBF1DB;
}
</style>
background-color css
<style>
a { background-color: #BBF1DB; }
a { background-color: rgb(187,241,219); }
div.DivClassName
{
background-color: #BBF1DB;
}
.BgClassName
{
background-color: #BBF1DB;
}
</style>
border-color css
<style>
span { border-color: #BBF1DB; }
span { border-color: rgb(187,241,219); }
td.TdClassName
{
border-color: #BBF1DB;
}
.TagClassName
{
border-color: #BBF1DB;
}
</style>