Shades of Aero Blue #BBF7DD
Tints of Aero Blue #BBF7DD
RGB
CMYK
RGB Variations
Color information
#BBF7DD (or 0xBBF7DD) is known color: Aero Blue. HEX triplet: BB, F7 and DD. RGB value is (187,247,221). Sum of RGB (Red+Green+Blue) = 187+247+221=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 247 (96.88% from 255 or 37.71% from 655); Blue value is 221 (86.72% from 255 or 33.74% from 655); Max value from RGB is 247 - color contains mainly: green. Hex color #BBF7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF7DD is #440822. Grayscale: #E2E2E2. Windows color (decimal): -4458531 or 14546875. OLE color: 14546875.
HSL color Cylindrical-coordinate representation of color #BBF7DD: hue angle of 154º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF7DD is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 247 | 221 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.03 |
| HSL | 154º | 0.79% | 0.85% | - |
| HSV(B) | 154º | 0.24% | 0.97% | - |
| XYZ | 66.81 | 82.31 | 80.77 | - |
| YUV | 226.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 247 | 221 | 0.24 | 0 | 0.11 | 0.03 | 154 | 0.79 | 0.85 |
| Hex | BB | F7 | DD | 18 | 0 | B | 3 | 9A | 4F | 55 |
| Octal | 273 | 367 | 335 | 30 | 0 | 13 | 3 | 232 | 117 | 125 |
| Binary | 10111011 | 11110111 | 11011101 | 11000 | 0 | 1011 | 11 | 10011010 | 1001111 | 1010101 |
Color Harmonies of #BBF7DD
Complementary color
Monochromatic Colors of #BBF7DD
Black with #BBF7DD
Text Example
Text Example
White with #BBF7DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF7DD; }
p { color: rgb(187,247,221); }
H1.HeaderClassName
{
color: #BBF7DD;
}
.AnyTagClassName
{
color: #BBF7DD;
}
</style>
background-color css
<style>
a { background-color: #BBF7DD; }
a { background-color: rgb(187,247,221); }
div.DivClassName
{
background-color: #BBF7DD;
}
.BgClassName
{
background-color: #BBF7DD;
}
</style>
border-color css
<style>
span { border-color: #BBF7DD; }
span { border-color: rgb(187,247,221); }
td.TdClassName
{
border-color: #BBF7DD;
}
.TagClassName
{
border-color: #BBF7DD;
}
</style>