Shades of Aero Blue #BBF8D1
Tints of Aero Blue #BBF8D1
RGB
CMYK
RGB Variations
Color information
#BBF8D1 (or 0xBBF8D1) is known color: Aero Blue. HEX triplet: BB, F8 and D1. RGB value is (187,248,209). Sum of RGB (Red+Green+Blue) = 187+248+209=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 209 (82.03% from 255 or 32.45% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D1 is #44072E. Grayscale: #E1E1E1. Windows color (decimal): -4458287 or 13760699. OLE color: 13760699.
HSL color Cylindrical-coordinate representation of color #BBF8D1: hue angle of 141.64º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8D1 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 209 | - |
| CMYK | 0.25 | 0 | 0.16 | 0.03 |
| HSL | 141.64º | 0.81% | 0.85% | - |
| HSV(B) | 141.64º | 0.25% | 0.97% | - |
| XYZ | 65.57 | 82.3 | 72.75 | - |
| YUV | 225.32 | 118.79 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 209 | 0.25 | 0 | 0.16 | 0.03 | 141.64 | 0.81 | 0.85 |
| Hex | BB | F8 | D1 | 19 | 0 | 10 | 3 | 8E | 51 | 55 |
| Octal | 273 | 370 | 321 | 31 | 0 | 20 | 3 | 216 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11010001 | 11001 | 0 | 10000 | 11 | 10001110 | 1010001 | 1010101 |
Color Harmonies of #BBF8D1
Complementary color
Monochromatic Colors of #BBF8D1
Black with #BBF8D1
Text Example
Text Example
White with #BBF8D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8D1; }
p { color: rgb(187,248,209); }
H1.HeaderClassName
{
color: #BBF8D1;
}
.AnyTagClassName
{
color: #BBF8D1;
}
</style>
background-color css
<style>
a { background-color: #BBF8D1; }
a { background-color: rgb(187,248,209); }
div.DivClassName
{
background-color: #BBF8D1;
}
.BgClassName
{
background-color: #BBF8D1;
}
</style>
border-color css
<style>
span { border-color: #BBF8D1; }
span { border-color: rgb(187,248,209); }
td.TdClassName
{
border-color: #BBF8D1;
}
.TagClassName
{
border-color: #BBF8D1;
}
</style>