Shades of Aero Blue #BBF2D8
Tints of Aero Blue #BBF2D8
RGB
CMYK
RGB Variations
Color information
#BBF2D8 (or 0xBBF2D8) is known color: Aero Blue. HEX triplet: BB, F2 and D8. RGB value is (187,242,216). Sum of RGB (Red+Green+Blue) = 187+242+216=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 242 (94.92% from 255 or 37.52% from 645); Blue value is 216 (84.77% from 255 or 33.49% from 645); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2D8 is #440D27. Grayscale: #DEDEDE. Windows color (decimal): -4459816 or 14217915. OLE color: 14217915.
HSL color Cylindrical-coordinate representation of color #BBF2D8: hue angle of 151.64º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF2D8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 216 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.05 |
| HSL | 151.64º | 0.68% | 0.84% | - |
| HSV(B) | 151.64º | 0.23% | 0.95% | - |
| XYZ | 64.64 | 79.03 | 76.81 | - |
| YUV | 222.59 | 124.28 | 102.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 216 | 0.23 | 0 | 0.11 | 0.05 | 151.64 | 0.68 | 0.84 |
| Hex | BB | F2 | D8 | 17 | 0 | B | 5 | 98 | 44 | 54 |
| Octal | 273 | 362 | 330 | 27 | 0 | 13 | 5 | 230 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011000 | 10111 | 0 | 1011 | 101 | 10011000 | 1000100 | 1010100 |
Color Harmonies of #BBF2D8
Complementary color
Monochromatic Colors of #BBF2D8
Black with #BBF2D8
Text Example
Text Example
White with #BBF2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2D8; }
p { color: rgb(187,242,216); }
H1.HeaderClassName
{
color: #BBF2D8;
}
.AnyTagClassName
{
color: #BBF2D8;
}
</style>
background-color css
<style>
a { background-color: #BBF2D8; }
a { background-color: rgb(187,242,216); }
div.DivClassName
{
background-color: #BBF2D8;
}
.BgClassName
{
background-color: #BBF2D8;
}
</style>
border-color css
<style>
span { border-color: #BBF2D8; }
span { border-color: rgb(187,242,216); }
td.TdClassName
{
border-color: #BBF2D8;
}
.TagClassName
{
border-color: #BBF2D8;
}
</style>