Shades of Aero Blue #BBF8D9
Tints of Aero Blue #BBF8D9
RGB
CMYK
RGB Variations
Color information
#BBF8D9 (or 0xBBF8D9) is known color: Aero Blue. HEX triplet: BB, F8 and D9. RGB value is (187,248,217). Sum of RGB (Red+Green+Blue) = 187+248+217=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 248 (97.27% from 255 or 38.04% from 652); Blue value is 217 (85.16% from 255 or 33.28% from 652); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D9 is #440726. Grayscale: #E2E2E2. Windows color (decimal): -4458279 or 14284987. OLE color: 14284987.
HSL color Cylindrical-coordinate representation of color #BBF8D9: hue angle of 149.51º 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 #BBF8D9 is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 217 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.03 |
| HSL | 149.51º | 0.81% | 0.85% | - |
| HSV(B) | 149.51º | 0.25% | 0.97% | - |
| XYZ | 66.59 | 82.71 | 78.1 | - |
| YUV | 226.23 | 122.79 | 100.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 217 | 0.25 | 0 | 0.12 | 0.03 | 149.51 | 0.81 | 0.85 |
| Hex | BB | F8 | D9 | 19 | 0 | C | 3 | 96 | 51 | 55 |
| Octal | 273 | 370 | 331 | 31 | 0 | 14 | 3 | 226 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11011001 | 11001 | 0 | 1100 | 11 | 10010110 | 1010001 | 1010101 |
Color Harmonies of #BBF8D9
Complementary color
Monochromatic Colors of #BBF8D9
Black with #BBF8D9
Text Example
Text Example
White with #BBF8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8D9; }
p { color: rgb(187,248,217); }
H1.HeaderClassName
{
color: #BBF8D9;
}
.AnyTagClassName
{
color: #BBF8D9;
}
</style>
background-color css
<style>
a { background-color: #BBF8D9; }
a { background-color: rgb(187,248,217); }
div.DivClassName
{
background-color: #BBF8D9;
}
.BgClassName
{
background-color: #BBF8D9;
}
</style>
border-color css
<style>
span { border-color: #BBF8D9; }
span { border-color: rgb(187,248,217); }
td.TdClassName
{
border-color: #BBF8D9;
}
.TagClassName
{
border-color: #BBF8D9;
}
</style>