Shades of Aero Blue #BBF9DB
Tints of Aero Blue #BBF9DB
RGB
CMYK
RGB Variations
Color information
#BBF9DB (or 0xBBF9DB) is known color: Aero Blue. HEX triplet: BB, F9 and DB. RGB value is (187,249,219). Sum of RGB (Red+Green+Blue) = 187+249+219=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 219 (85.94% from 255 or 33.44% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9DB is #440624. Grayscale: #E3E3E3. Windows color (decimal): -4458021 or 14416315. OLE color: 14416315.
HSL color Cylindrical-coordinate representation of color #BBF9DB: hue angle of 150.97º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9DB is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 219 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 150.97º | 0.84% | 0.85% | - |
| HSV(B) | 150.97º | 0.25% | 0.98% | - |
| XYZ | 67.16 | 83.43 | 79.58 | - |
| YUV | 227.04 | 123.46 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 219 | 0.25 | 0 | 0.12 | 0.02 | 150.97 | 0.84 | 0.85 |
| Hex | BB | F9 | DB | 19 | 0 | C | 2 | 97 | 54 | 55 |
| Octal | 273 | 371 | 333 | 31 | 0 | 14 | 2 | 227 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11011011 | 11001 | 0 | 1100 | 10 | 10010111 | 1010100 | 1010101 |
Color Harmonies of #BBF9DB
Complementary color
Monochromatic Colors of #BBF9DB
Black with #BBF9DB
Text Example
Text Example
White with #BBF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9DB; }
p { color: rgb(187,249,219); }
H1.HeaderClassName
{
color: #BBF9DB;
}
.AnyTagClassName
{
color: #BBF9DB;
}
</style>
background-color css
<style>
a { background-color: #BBF9DB; }
a { background-color: rgb(187,249,219); }
div.DivClassName
{
background-color: #BBF9DB;
}
.BgClassName
{
background-color: #BBF9DB;
}
</style>
border-color css
<style>
span { border-color: #BBF9DB; }
span { border-color: rgb(187,249,219); }
td.TdClassName
{
border-color: #BBF9DB;
}
.TagClassName
{
border-color: #BBF9DB;
}
</style>