Shades of Aero Blue #BBF2DA
Tints of Aero Blue #BBF2DA
RGB
CMYK
RGB Variations
Color information
#BBF2DA (or 0xBBF2DA) is known color: Aero Blue. HEX triplet: BB, F2 and DA. RGB value is (187,242,218). Sum of RGB (Red+Green+Blue) = 187+242+218=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 242 (94.92% from 255 or 37.40% from 647); Blue value is 218 (85.55% from 255 or 33.69% from 647); Max value from RGB is 242 - color contains mainly: green. Hex color #BBF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF2DA is #440D25. Grayscale: #DEDEDE. Windows color (decimal): -4459814 or 14348987. OLE color: 14348987.
HSL color Cylindrical-coordinate representation of color #BBF2DA: hue angle of 153.82º 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 #BBF2DA is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 242 | 218 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.05 |
| HSL | 153.82º | 0.68% | 0.84% | - |
| HSV(B) | 153.82º | 0.23% | 0.95% | - |
| XYZ | 64.9 | 79.13 | 78.18 | - |
| YUV | 222.82 | 125.28 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 242 | 218 | 0.23 | 0 | 0.10 | 0.05 | 153.82 | 0.68 | 0.84 |
| Hex | BB | F2 | DA | 17 | 0 | A | 5 | 9A | 44 | 54 |
| Octal | 273 | 362 | 332 | 27 | 0 | 12 | 5 | 232 | 104 | 124 |
| Binary | 10111011 | 11110010 | 11011010 | 10111 | 0 | 1010 | 101 | 10011010 | 1000100 | 1010100 |
Color Harmonies of #BBF2DA
Complementary color
Monochromatic Colors of #BBF2DA
Black with #BBF2DA
Text Example
Text Example
White with #BBF2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF2DA; }
p { color: rgb(187,242,218); }
H1.HeaderClassName
{
color: #BBF2DA;
}
.AnyTagClassName
{
color: #BBF2DA;
}
</style>
background-color css
<style>
a { background-color: #BBF2DA; }
a { background-color: rgb(187,242,218); }
div.DivClassName
{
background-color: #BBF2DA;
}
.BgClassName
{
background-color: #BBF2DA;
}
</style>
border-color css
<style>
span { border-color: #BBF2DA; }
span { border-color: rgb(187,242,218); }
td.TdClassName
{
border-color: #BBF2DA;
}
.TagClassName
{
border-color: #BBF2DA;
}
</style>