Shades of Aero Blue #BBF6DA
Tints of Aero Blue #BBF6DA
RGB
CMYK
RGB Variations
Color information
#BBF6DA (or 0xBBF6DA) is known color: Aero Blue. HEX triplet: BB, F6 and DA. RGB value is (187,246,218). Sum of RGB (Red+Green+Blue) = 187+246+218=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 246 (96.48% from 255 or 37.79% from 651); Blue value is 218 (85.55% from 255 or 33.49% from 651); Max value from RGB is 246 - color contains mainly: green. Hex color #BBF6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF6DA is #440925. Grayscale: #E1E1E1. Windows color (decimal): -4458790 or 14350011. OLE color: 14350011.
HSL color Cylindrical-coordinate representation of color #BBF6DA: hue angle of 151.53º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBF6DA is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 246 | 218 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.04 |
| HSL | 151.53º | 0.77% | 0.85% | - |
| HSV(B) | 151.53º | 0.24% | 0.96% | - |
| XYZ | 66.1 | 81.54 | 78.58 | - |
| YUV | 225.17 | 123.95 | 100.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 246 | 218 | 0.24 | 0 | 0.11 | 0.04 | 151.53 | 0.77 | 0.85 |
| Hex | BB | F6 | DA | 18 | 0 | B | 4 | 98 | 4D | 55 |
| Octal | 273 | 366 | 332 | 30 | 0 | 13 | 4 | 230 | 115 | 125 |
| Binary | 10111011 | 11110110 | 11011010 | 11000 | 0 | 1011 | 100 | 10011000 | 1001101 | 1010101 |
Color Harmonies of #BBF6DA
Complementary color
Monochromatic Colors of #BBF6DA
Black with #BBF6DA
Text Example
Text Example
White with #BBF6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF6DA; }
p { color: rgb(187,246,218); }
H1.HeaderClassName
{
color: #BBF6DA;
}
.AnyTagClassName
{
color: #BBF6DA;
}
</style>
background-color css
<style>
a { background-color: #BBF6DA; }
a { background-color: rgb(187,246,218); }
div.DivClassName
{
background-color: #BBF6DA;
}
.BgClassName
{
background-color: #BBF6DA;
}
</style>
border-color css
<style>
span { border-color: #BBF6DA; }
span { border-color: rgb(187,246,218); }
td.TdClassName
{
border-color: #BBF6DA;
}
.TagClassName
{
border-color: #BBF6DA;
}
</style>