Shades of Aero Blue #BBF4D5
Tints of Aero Blue #BBF4D5
RGB
CMYK
RGB Variations
Color information
#BBF4D5 (or 0xBBF4D5) is known color: Aero Blue. HEX triplet: BB, F4 and D5. RGB value is (187,244,213). Sum of RGB (Red+Green+Blue) = 187+244+213=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 244 (95.70% from 255 or 37.89% from 644); Blue value is 213 (83.59% from 255 or 33.07% from 644); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4D5 is #440B2A. Grayscale: #DFDFDF. Windows color (decimal): -4459307 or 14021819. OLE color: 14021819.
HSL color Cylindrical-coordinate representation of color #BBF4D5: hue angle of 147.37º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4D5 is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 213 | - |
| CMYK | 0.23 | 0 | 0.13 | 0.04 |
| HSL | 147.37º | 0.72% | 0.85% | - |
| HSV(B) | 147.37º | 0.23% | 0.96% | - |
| XYZ | 64.85 | 80.07 | 74.99 | - |
| YUV | 223.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 213 | 0.23 | 0 | 0.13 | 0.04 | 147.37 | 0.72 | 0.85 |
| Hex | BB | F4 | D5 | 17 | 0 | D | 4 | 93 | 48 | 55 |
| Octal | 273 | 364 | 325 | 27 | 0 | 15 | 4 | 223 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11010101 | 10111 | 0 | 1101 | 100 | 10010011 | 1001000 | 1010101 |
Color Harmonies of #BBF4D5
Complementary color
Monochromatic Colors of #BBF4D5
Black with #BBF4D5
Text Example
Text Example
White with #BBF4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4D5; }
p { color: rgb(187,244,213); }
H1.HeaderClassName
{
color: #BBF4D5;
}
.AnyTagClassName
{
color: #BBF4D5;
}
</style>
background-color css
<style>
a { background-color: #BBF4D5; }
a { background-color: rgb(187,244,213); }
div.DivClassName
{
background-color: #BBF4D5;
}
.BgClassName
{
background-color: #BBF4D5;
}
</style>
border-color css
<style>
span { border-color: #BBF4D5; }
span { border-color: rgb(187,244,213); }
td.TdClassName
{
border-color: #BBF4D5;
}
.TagClassName
{
border-color: #BBF4D5;
}
</style>