Shades of Aero Blue #BBF3DB
Tints of Aero Blue #BBF3DB
RGB
CMYK
RGB Variations
Color information
#BBF3DB (or 0xBBF3DB) is known color: Aero Blue. HEX triplet: BB, F3 and DB. RGB value is (187,243,219). Sum of RGB (Red+Green+Blue) = 187+243+219=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3DB is #440C24. Grayscale: #DFDFDF. Windows color (decimal): -4459557 or 14414779. OLE color: 14414779.
HSL color Cylindrical-coordinate representation of color #BBF3DB: hue angle of 154.29º degrees, saturation: 0.7, 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 #BBF3DB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 219 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 154.29º | 0.7% | 0.84% | - |
| HSV(B) | 154.29º | 0.23% | 0.95% | - |
| XYZ | 65.33 | 79.78 | 78.97 | - |
| YUV | 223.52 | 125.45 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 219 | 0.23 | 0 | 0.10 | 0.05 | 154.29 | 0.7 | 0.84 |
| Hex | BB | F3 | DB | 17 | 0 | A | 5 | 9A | 46 | 54 |
| Octal | 273 | 363 | 333 | 27 | 0 | 12 | 5 | 232 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11011011 | 10111 | 0 | 1010 | 101 | 10011010 | 1000110 | 1010100 |
Color Harmonies of #BBF3DB
Complementary color
Monochromatic Colors of #BBF3DB
Black with #BBF3DB
Text Example
Text Example
White with #BBF3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3DB; }
p { color: rgb(187,243,219); }
H1.HeaderClassName
{
color: #BBF3DB;
}
.AnyTagClassName
{
color: #BBF3DB;
}
</style>
background-color css
<style>
a { background-color: #BBF3DB; }
a { background-color: rgb(187,243,219); }
div.DivClassName
{
background-color: #BBF3DB;
}
.BgClassName
{
background-color: #BBF3DB;
}
</style>
border-color css
<style>
span { border-color: #BBF3DB; }
span { border-color: rgb(187,243,219); }
td.TdClassName
{
border-color: #BBF3DB;
}
.TagClassName
{
border-color: #BBF3DB;
}
</style>