Shades of Aero Blue #BBF9D8
Tints of Aero Blue #BBF9D8
RGB
CMYK
RGB Variations
Color information
#BBF9D8 (or 0xBBF9D8) is known color: Aero Blue. HEX triplet: BB, F9 and D8. RGB value is (187,249,216). Sum of RGB (Red+Green+Blue) = 187+249+216=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 249 (97.66% from 255 or 38.19% from 652); Blue value is 216 (84.77% from 255 or 33.13% from 652); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9D8 is #440627. Grayscale: #E2E2E2. Windows color (decimal): -4458024 or 14219707. OLE color: 14219707.
HSL color Cylindrical-coordinate representation of color #BBF9D8: hue angle of 148.06º 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 #BBF9D8 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 216 | - |
| CMYK | 0.25 | 0 | 0.13 | 0.02 |
| HSL | 148.06º | 0.84% | 0.85% | - |
| HSV(B) | 148.06º | 0.25% | 0.98% | - |
| XYZ | 66.76 | 83.27 | 77.52 | - |
| YUV | 226.7 | 121.96 | 99.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 216 | 0.25 | 0 | 0.13 | 0.02 | 148.06 | 0.84 | 0.85 |
| Hex | BB | F9 | D8 | 19 | 0 | D | 2 | 94 | 54 | 55 |
| Octal | 273 | 371 | 330 | 31 | 0 | 15 | 2 | 224 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11011000 | 11001 | 0 | 1101 | 10 | 10010100 | 1010100 | 1010101 |
Color Harmonies of #BBF9D8
Complementary color
Monochromatic Colors of #BBF9D8
Black with #BBF9D8
Text Example
Text Example
White with #BBF9D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9D8; }
p { color: rgb(187,249,216); }
H1.HeaderClassName
{
color: #BBF9D8;
}
.AnyTagClassName
{
color: #BBF9D8;
}
</style>
background-color css
<style>
a { background-color: #BBF9D8; }
a { background-color: rgb(187,249,216); }
div.DivClassName
{
background-color: #BBF9D8;
}
.BgClassName
{
background-color: #BBF9D8;
}
</style>
border-color css
<style>
span { border-color: #BBF9D8; }
span { border-color: rgb(187,249,216); }
td.TdClassName
{
border-color: #BBF9D8;
}
.TagClassName
{
border-color: #BBF9D8;
}
</style>