Shades of Aero Blue #BBF2DB
Tints of Aero Blue #BBF2DB
RGB
CMYK
RGB Variations
Color information
#BBF2DB (or 0xBBF2DB) is known color: Aero Blue. HEX triplet: BB, F2 and DB. RGB value is (187,242,219). Sum of RGB (Red+Green+Blue) = 187+242+219=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 242 (94.92% from 255 or 37.35% from 648); Blue value is 219 (85.94% from 255 or 33.80% from 648); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DB is #440D24. Grayscale: #DEDEDE. Windows color (decimal): -4459813 or 14414523. OLE color: 14414523.
HSL color Cylindrical-coordinate representation of color #BBF2DB: hue angle of 154.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 219 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 154.91º | 0.68% | 0.84% | - |
| HSV(B) | 154.91º | 0.23% | 0.95% | - |
| XYZ | 65.03 | 79.18 | 78.87 | - |
| YUV | 222.93 | 125.78 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 219 | 0.23 | 0 | 0.10 | 0.05 | 154.91 | 0.68 | 0.84 |
| Hex | BB | F2 | DB | 17 | 0 | A | 5 | 9B | 44 | 54 |
| Octal | 273 | 362 | 333 | 27 | 0 | 12 | 5 | 233 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011011 | 10111 | 0 | 1010 | 101 | 10011011 | 1000100 | 1010100 |
Color Harmonies of #BBF2DB
Complementary color
Monochromatic Colors of #BBF2DB
Black with #BBF2DB
Text Example
Text Example
White with #BBF2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2DB; }
p { color: rgb(187,242,219); }
H1.HeaderClassName
{
color: #BBF2DB;
}
.AnyTagClassName
{
color: #BBF2DB;
}
</style>
background-color css
<style>
a { background-color: #BBF2DB; }
a { background-color: rgb(187,242,219); }
div.DivClassName
{
background-color: #BBF2DB;
}
.BgClassName
{
background-color: #BBF2DB;
}
</style>
border-color css
<style>
span { border-color: #BBF2DB; }
span { border-color: rgb(187,242,219); }
td.TdClassName
{
border-color: #BBF2DB;
}
.TagClassName
{
border-color: #BBF2DB;
}
</style>