Shades of Aero Blue #BBF4DB
Tints of Aero Blue #BBF4DB
RGB
CMYK
RGB Variations
Color information
#BBF4DB (or 0xBBF4DB) is known color: Aero Blue. HEX triplet: BB, F4 and DB. RGB value is (187,244,219). Sum of RGB (Red+Green+Blue) = 187+244+219=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 244 (95.70% from 255 or 37.54% from 650); Blue value is 219 (85.94% from 255 or 33.69% from 650); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4DB is #440B24. Grayscale: #E0E0E0. Windows color (decimal): -4459301 or 14415035. OLE color: 14415035.
HSL color Cylindrical-coordinate representation of color #BBF4DB: hue angle of 153.68º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 219 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.04 |
| HSL | 153.68º | 0.72% | 0.85% | - |
| HSV(B) | 153.68º | 0.23% | 0.96% | - |
| XYZ | 65.63 | 80.38 | 79.07 | - |
| YUV | 224.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 219 | 0.23 | 0 | 0.10 | 0.04 | 153.68 | 0.72 | 0.85 |
| Hex | BB | F4 | DB | 17 | 0 | A | 4 | 9A | 48 | 55 |
| Octal | 273 | 364 | 333 | 27 | 0 | 12 | 4 | 232 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11011011 | 10111 | 0 | 1010 | 100 | 10011010 | 1001000 | 1010101 |
Color Harmonies of #BBF4DB
Complementary color
Monochromatic Colors of #BBF4DB
Black with #BBF4DB
Text Example
Text Example
White with #BBF4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4DB; }
p { color: rgb(187,244,219); }
H1.HeaderClassName
{
color: #BBF4DB;
}
.AnyTagClassName
{
color: #BBF4DB;
}
</style>
background-color css
<style>
a { background-color: #BBF4DB; }
a { background-color: rgb(187,244,219); }
div.DivClassName
{
background-color: #BBF4DB;
}
.BgClassName
{
background-color: #BBF4DB;
}
</style>
border-color css
<style>
span { border-color: #BBF4DB; }
span { border-color: rgb(187,244,219); }
td.TdClassName
{
border-color: #BBF4DB;
}
.TagClassName
{
border-color: #BBF4DB;
}
</style>