Shades of Aero Blue #BBF5D7
Tints of Aero Blue #BBF5D7
RGB
CMYK
RGB Variations
Color information
#BBF5D7 (or 0xBBF5D7) is known color: Aero Blue. HEX triplet: BB, F5 and D7. RGB value is (187,245,215). Sum of RGB (Red+Green+Blue) = 187+245+215=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 245 (96.09% from 255 or 37.87% from 647); Blue value is 215 (84.38% from 255 or 33.23% from 647); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5D7 is #440A28. Grayscale: #E0E0E0. Windows color (decimal): -4459049 or 14153147. OLE color: 14153147.
HSL color Cylindrical-coordinate representation of color #BBF5D7: hue angle of 148.97º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF5D7 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 215 | - |
| CMYK | 0.24 | 0 | 0.12 | 0.04 |
| HSL | 148.97º | 0.74% | 0.85% | - |
| HSV(B) | 148.97º | 0.24% | 0.96% | - |
| XYZ | 65.41 | 80.78 | 76.43 | - |
| YUV | 224.24 | 122.78 | 101.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 215 | 0.24 | 0 | 0.12 | 0.04 | 148.97 | 0.74 | 0.85 |
| Hex | BB | F5 | D7 | 18 | 0 | C | 4 | 95 | 4A | 55 |
| Octal | 273 | 365 | 327 | 30 | 0 | 14 | 4 | 225 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11010111 | 11000 | 0 | 1100 | 100 | 10010101 | 1001010 | 1010101 |
Color Harmonies of #BBF5D7
Complementary color
Monochromatic Colors of #BBF5D7
Black with #BBF5D7
Text Example
Text Example
White with #BBF5D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5D7; }
p { color: rgb(187,245,215); }
H1.HeaderClassName
{
color: #BBF5D7;
}
.AnyTagClassName
{
color: #BBF5D7;
}
</style>
background-color css
<style>
a { background-color: #BBF5D7; }
a { background-color: rgb(187,245,215); }
div.DivClassName
{
background-color: #BBF5D7;
}
.BgClassName
{
background-color: #BBF5D7;
}
</style>
border-color css
<style>
span { border-color: #BBF5D7; }
span { border-color: rgb(187,245,215); }
td.TdClassName
{
border-color: #BBF5D7;
}
.TagClassName
{
border-color: #BBF5D7;
}
</style>