Shades of Aero Blue #BBF9D3
Tints of Aero Blue #BBF9D3
RGB
CMYK
RGB Variations
Color information
#BBF9D3 (or 0xBBF9D3) is known color: Aero Blue. HEX triplet: BB, F9 and D3. RGB value is (187,249,211). Sum of RGB (Red+Green+Blue) = 187+249+211=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 249 (97.66% from 255 or 38.49% from 647); Blue value is 211 (82.81% from 255 or 32.61% from 647); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D3 is #44062C. Grayscale: #E2E2E2. Windows color (decimal): -4458029 or 13892027. OLE color: 13892027.
HSL color Cylindrical-coordinate representation of color #BBF9D3: hue angle of 143.23º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 211 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.02 |
| HSL | 143.23º | 0.84% | 0.85% | - |
| HSV(B) | 143.23º | 0.25% | 0.98% | - |
| XYZ | 66.13 | 83.02 | 74.17 | - |
| YUV | 226.13 | 119.46 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 211 | 0.25 | 0 | 0.15 | 0.02 | 143.23 | 0.84 | 0.85 |
| Hex | BB | F9 | D3 | 19 | 0 | F | 2 | 8F | 54 | 55 |
| Octal | 273 | 371 | 323 | 31 | 0 | 17 | 2 | 217 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11010011 | 11001 | 0 | 1111 | 10 | 10001111 | 1010100 | 1010101 |
Color Harmonies of #BBF9D3
Complementary color
Monochromatic Colors of #BBF9D3
Black with #BBF9D3
Text Example
Text Example
White with #BBF9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9D3; }
p { color: rgb(187,249,211); }
H1.HeaderClassName
{
color: #BBF9D3;
}
.AnyTagClassName
{
color: #BBF9D3;
}
</style>
background-color css
<style>
a { background-color: #BBF9D3; }
a { background-color: rgb(187,249,211); }
div.DivClassName
{
background-color: #BBF9D3;
}
.BgClassName
{
background-color: #BBF9D3;
}
</style>
border-color css
<style>
span { border-color: #BBF9D3; }
span { border-color: rgb(187,249,211); }
td.TdClassName
{
border-color: #BBF9D3;
}
.TagClassName
{
border-color: #BBF9D3;
}
</style>