Shades of Aero Blue #BBEFD6
Tints of Aero Blue #BBEFD6
RGB
CMYK
RGB Variations
Color information
#BBEFD6 (or 0xBBEFD6) is known color: Aero Blue. HEX triplet: BB, EF and D6. RGB value is (187,239,214). Sum of RGB (Red+Green+Blue) = 187+239+214=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 214 (83.98% from 255 or 33.44% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #BBEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBEFD6 is #441029. Grayscale: #DCDCDC. Windows color (decimal): -4460586 or 14086075. OLE color: 14086075.
HSL color Cylindrical-coordinate representation of color #BBEFD6: hue angle of 151.15º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBEFD6 is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 239 | 214 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.06 |
| HSL | 151.15º | 0.62% | 0.84% | - |
| HSV(B) | 151.15º | 0.22% | 0.94% | - |
| XYZ | 63.5 | 77.15 | 75.16 | - |
| YUV | 220.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 239 | 214 | 0.22 | 0 | 0.10 | 0.06 | 151.15 | 0.62 | 0.84 |
| Hex | BB | EF | D6 | 16 | 0 | A | 6 | 97 | 3E | 54 |
| Octal | 273 | 357 | 326 | 26 | 0 | 12 | 6 | 227 | 76 | 124 |
| Binary | 10111011 | 11101111 | 11010110 | 10110 | 0 | 1010 | 110 | 10010111 | 111110 | 1010100 |
Color Harmonies of #BBEFD6
Complementary color
Monochromatic Colors of #BBEFD6
Black with #BBEFD6
Text Example
Text Example
White with #BBEFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEFD6; }
p { color: rgb(187,239,214); }
H1.HeaderClassName
{
color: #BBEFD6;
}
.AnyTagClassName
{
color: #BBEFD6;
}
</style>
background-color css
<style>
a { background-color: #BBEFD6; }
a { background-color: rgb(187,239,214); }
div.DivClassName
{
background-color: #BBEFD6;
}
.BgClassName
{
background-color: #BBEFD6;
}
</style>
border-color css
<style>
span { border-color: #BBEFD6; }
span { border-color: rgb(187,239,214); }
td.TdClassName
{
border-color: #BBEFD6;
}
.TagClassName
{
border-color: #BBEFD6;
}
</style>