Shades of Aero Blue #BBF0D9
Tints of Aero Blue #BBF0D9
RGB
CMYK
RGB Variations
Color information
#BBF0D9 (or 0xBBF0D9) is known color: Aero Blue. HEX triplet: BB, F0 and D9. RGB value is (187,240,217). Sum of RGB (Red+Green+Blue) = 187+240+217=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 217 (85.16% from 255 or 33.70% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #BBF0D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF0D9 is #440F26. Grayscale: #DDDDDD. Windows color (decimal): -4460327 or 14282939. OLE color: 14282939.
HSL color Cylindrical-coordinate representation of color #BBF0D9: hue angle of 153.96º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF0D9 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 240 | 217 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.06 |
| HSL | 153.96º | 0.64% | 0.84% | - |
| HSV(B) | 153.96º | 0.22% | 0.94% | - |
| XYZ | 64.18 | 77.89 | 77.3 | - |
| YUV | 221.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 240 | 217 | 0.22 | 0 | 0.10 | 0.06 | 153.96 | 0.64 | 0.84 |
| Hex | BB | F0 | D9 | 16 | 0 | A | 6 | 9A | 40 | 54 |
| Octal | 273 | 360 | 331 | 26 | 0 | 12 | 6 | 232 | 100 | 124 |
| Binary | 10111011 | 11110000 | 11011001 | 10110 | 0 | 1010 | 110 | 10011010 | 1000000 | 1010100 |
Color Harmonies of #BBF0D9
Complementary color
Monochromatic Colors of #BBF0D9
Black with #BBF0D9
Text Example
Text Example
White with #BBF0D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF0D9; }
p { color: rgb(187,240,217); }
H1.HeaderClassName
{
color: #BBF0D9;
}
.AnyTagClassName
{
color: #BBF0D9;
}
</style>
background-color css
<style>
a { background-color: #BBF0D9; }
a { background-color: rgb(187,240,217); }
div.DivClassName
{
background-color: #BBF0D9;
}
.BgClassName
{
background-color: #BBF0D9;
}
</style>
border-color css
<style>
span { border-color: #BBF0D9; }
span { border-color: rgb(187,240,217); }
td.TdClassName
{
border-color: #BBF0D9;
}
.TagClassName
{
border-color: #BBF0D9;
}
</style>