Shades of Aero Blue #BBF5DB
Tints of Aero Blue #BBF5DB
RGB
CMYK
RGB Variations
Color information
#BBF5DB (or 0xBBF5DB) is known color: Aero Blue. HEX triplet: BB, F5 and DB. RGB value is (187,245,219). Sum of RGB (Red+Green+Blue) = 187+245+219=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 219 (85.94% from 255 or 33.64% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5DB is #440A24. Grayscale: #E0E0E0. Windows color (decimal): -4459045 or 14415291. OLE color: 14415291.
HSL color Cylindrical-coordinate representation of color #BBF5DB: hue angle of 153.1º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5DB is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 219 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.04 |
| HSL | 153.1º | 0.74% | 0.85% | - |
| HSV(B) | 153.1º | 0.24% | 0.96% | - |
| XYZ | 65.93 | 80.98 | 79.17 | - |
| YUV | 224.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 219 | 0.24 | 0 | 0.11 | 0.04 | 153.1 | 0.74 | 0.85 |
| Hex | BB | F5 | DB | 18 | 0 | B | 4 | 99 | 4A | 55 |
| Octal | 273 | 365 | 333 | 30 | 0 | 13 | 4 | 231 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11011011 | 11000 | 0 | 1011 | 100 | 10011001 | 1001010 | 1010101 |
Color Harmonies of #BBF5DB
Complementary color
Monochromatic Colors of #BBF5DB
Black with #BBF5DB
Text Example
Text Example
White with #BBF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5DB; }
p { color: rgb(187,245,219); }
H1.HeaderClassName
{
color: #BBF5DB;
}
.AnyTagClassName
{
color: #BBF5DB;
}
</style>
background-color css
<style>
a { background-color: #BBF5DB; }
a { background-color: rgb(187,245,219); }
div.DivClassName
{
background-color: #BBF5DB;
}
.BgClassName
{
background-color: #BBF5DB;
}
</style>
border-color css
<style>
span { border-color: #BBF5DB; }
span { border-color: rgb(187,245,219); }
td.TdClassName
{
border-color: #BBF5DB;
}
.TagClassName
{
border-color: #BBF5DB;
}
</style>