Shades of Aero Blue #BBF5D5
Tints of Aero Blue #BBF5D5
RGB
CMYK
RGB Variations
Color information
#BBF5D5 (or 0xBBF5D5) is known color: Aero Blue. HEX triplet: BB, F5 and D5. RGB value is (187,245,213). Sum of RGB (Red+Green+Blue) = 187+245+213=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 245 (96.09% from 255 or 37.98% from 645); Blue value is 213 (83.59% from 255 or 33.02% from 645); Max value from RGB is 245 - color contains mainly: green. Hex color #BBF5D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF5D5 is #440A2A. Grayscale: #E0E0E0. Windows color (decimal): -4459051 or 14022075. OLE color: 14022075.
HSL color Cylindrical-coordinate representation of color #BBF5D5: hue angle of 146.9º 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 #BBF5D5 is Cyan = 0.24, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 245 | 213 | - |
| CMYK | 0.24 | 0 | 0.13 | 0.04 |
| HSL | 146.9º | 0.74% | 0.85% | - |
| HSV(B) | 146.9º | 0.24% | 0.96% | - |
| XYZ | 65.16 | 80.67 | 75.09 | - |
| YUV | 224.01 | 121.78 | 101.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 245 | 213 | 0.24 | 0 | 0.13 | 0.04 | 146.9 | 0.74 | 0.85 |
| Hex | BB | F5 | D5 | 18 | 0 | D | 4 | 93 | 4A | 55 |
| Octal | 273 | 365 | 325 | 30 | 0 | 15 | 4 | 223 | 112 | 125 |
| Binary | 10111011 | 11110101 | 11010101 | 11000 | 0 | 1101 | 100 | 10010011 | 1001010 | 1010101 |
Color Harmonies of #BBF5D5
Complementary color
Monochromatic Colors of #BBF5D5
Black with #BBF5D5
Text Example
Text Example
White with #BBF5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF5D5; }
p { color: rgb(187,245,213); }
H1.HeaderClassName
{
color: #BBF5D5;
}
.AnyTagClassName
{
color: #BBF5D5;
}
</style>
background-color css
<style>
a { background-color: #BBF5D5; }
a { background-color: rgb(187,245,213); }
div.DivClassName
{
background-color: #BBF5D5;
}
.BgClassName
{
background-color: #BBF5D5;
}
</style>
border-color css
<style>
span { border-color: #BBF5D5; }
span { border-color: rgb(187,245,213); }
td.TdClassName
{
border-color: #BBF5D5;
}
.TagClassName
{
border-color: #BBF5D5;
}
</style>