Shades of Aero Blue #BBF1D8
Tints of Aero Blue #BBF1D8
RGB
CMYK
RGB Variations
Color information
#BBF1D8 (or 0xBBF1D8) is known color: Aero Blue. HEX triplet: BB, F1 and D8. RGB value is (187,241,216). Sum of RGB (Red+Green+Blue) = 187+241+216=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 241 (94.53% from 255 or 37.42% from 644); Blue value is 216 (84.77% from 255 or 33.54% from 644); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D8 is #440E27. Grayscale: #DEDEDE. Windows color (decimal): -4460072 or 14217659. OLE color: 14217659.
HSL color Cylindrical-coordinate representation of color #BBF1D8: hue angle of 152.22º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1D8 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 216 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.05 |
| HSL | 152.22º | 0.66% | 0.84% | - |
| HSV(B) | 152.22º | 0.22% | 0.95% | - |
| XYZ | 64.34 | 78.43 | 76.71 | - |
| YUV | 222 | 124.61 | 103.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 216 | 0.22 | 0 | 0.10 | 0.05 | 152.22 | 0.66 | 0.84 |
| Hex | BB | F1 | D8 | 16 | 0 | A | 5 | 98 | 42 | 54 |
| Octal | 273 | 361 | 330 | 26 | 0 | 12 | 5 | 230 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11011000 | 10110 | 0 | 1010 | 101 | 10011000 | 1000010 | 1010100 |
Color Harmonies of #BBF1D8
Complementary color
Monochromatic Colors of #BBF1D8
Black with #BBF1D8
Text Example
Text Example
White with #BBF1D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1D8; }
p { color: rgb(187,241,216); }
H1.HeaderClassName
{
color: #BBF1D8;
}
.AnyTagClassName
{
color: #BBF1D8;
}
</style>
background-color css
<style>
a { background-color: #BBF1D8; }
a { background-color: rgb(187,241,216); }
div.DivClassName
{
background-color: #BBF1D8;
}
.BgClassName
{
background-color: #BBF1D8;
}
</style>
border-color css
<style>
span { border-color: #BBF1D8; }
span { border-color: rgb(187,241,216); }
td.TdClassName
{
border-color: #BBF1D8;
}
.TagClassName
{
border-color: #BBF1D8;
}
</style>