Shades of Aero Blue #BBF4D1
Tints of Aero Blue #BBF4D1
RGB
CMYK
RGB Variations
Color information
#BBF4D1 (or 0xBBF4D1) is known color: Aero Blue. HEX triplet: BB, F4 and D1. RGB value is (187,244,209). Sum of RGB (Red+Green+Blue) = 187+244+209=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 244 (95.70% from 255 or 38.12% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4D1 is #440B2E. Grayscale: #DFDFDF. Windows color (decimal): -4459311 or 13759675. OLE color: 13759675.
HSL color Cylindrical-coordinate representation of color #BBF4D1: hue angle of 143.16º 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 #BBF4D1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 209 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.04 |
| HSL | 143.16º | 0.72% | 0.85% | - |
| HSV(B) | 143.16º | 0.23% | 0.96% | - |
| XYZ | 64.35 | 79.87 | 72.35 | - |
| YUV | 222.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 209 | 0.23 | 0 | 0.14 | 0.04 | 143.16 | 0.72 | 0.85 |
| Hex | BB | F4 | D1 | 17 | 0 | E | 4 | 8F | 48 | 55 |
| Octal | 273 | 364 | 321 | 27 | 0 | 16 | 4 | 217 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11010001 | 10111 | 0 | 1110 | 100 | 10001111 | 1001000 | 1010101 |
Color Harmonies of #BBF4D1
Complementary color
Monochromatic Colors of #BBF4D1
Black with #BBF4D1
Text Example
Text Example
White with #BBF4D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4D1; }
p { color: rgb(187,244,209); }
H1.HeaderClassName
{
color: #BBF4D1;
}
.AnyTagClassName
{
color: #BBF4D1;
}
</style>
background-color css
<style>
a { background-color: #BBF4D1; }
a { background-color: rgb(187,244,209); }
div.DivClassName
{
background-color: #BBF4D1;
}
.BgClassName
{
background-color: #BBF4D1;
}
</style>
border-color css
<style>
span { border-color: #BBF4D1; }
span { border-color: rgb(187,244,209); }
td.TdClassName
{
border-color: #BBF4D1;
}
.TagClassName
{
border-color: #BBF4D1;
}
</style>