Shades of Aero Blue #BBF9DA
Tints of Aero Blue #BBF9DA
RGB
CMYK
RGB Variations
Color information
#BBF9DA (or 0xBBF9DA) is known color: Aero Blue. HEX triplet: BB, F9 and DA. RGB value is (187,249,218). Sum of RGB (Red+Green+Blue) = 187+249+218=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 249 (97.66% from 255 or 38.07% from 654); Blue value is 218 (85.55% from 255 or 33.33% from 654); Max value from RGB is 249 - color contains mainly: green. Hex color #BBF9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF9DA is #440625. Grayscale: #E2E2E2. Windows color (decimal): -4458022 or 14350779. OLE color: 14350779.
HSL color Cylindrical-coordinate representation of color #BBF9DA: hue angle of 150º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF9DA is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 249 | 218 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.02 |
| HSL | 150º | 0.84% | 0.85% | - |
| HSV(B) | 150º | 0.25% | 0.98% | - |
| XYZ | 67.02 | 83.38 | 78.89 | - |
| YUV | 226.93 | 122.96 | 99.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 249 | 218 | 0.25 | 0 | 0.12 | 0.02 | 150 | 0.84 | 0.85 |
| Hex | BB | F9 | DA | 19 | 0 | C | 2 | 96 | 54 | 55 |
| Octal | 273 | 371 | 332 | 31 | 0 | 14 | 2 | 226 | 124 | 125 |
| Binary | 10111011 | 11111001 | 11011010 | 11001 | 0 | 1100 | 10 | 10010110 | 1010100 | 1010101 |
Color Harmonies of #BBF9DA
Complementary color
Monochromatic Colors of #BBF9DA
Black with #BBF9DA
Text Example
Text Example
White with #BBF9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF9DA; }
p { color: rgb(187,249,218); }
H1.HeaderClassName
{
color: #BBF9DA;
}
.AnyTagClassName
{
color: #BBF9DA;
}
</style>
background-color css
<style>
a { background-color: #BBF9DA; }
a { background-color: rgb(187,249,218); }
div.DivClassName
{
background-color: #BBF9DA;
}
.BgClassName
{
background-color: #BBF9DA;
}
</style>
border-color css
<style>
span { border-color: #BBF9DA; }
span { border-color: rgb(187,249,218); }
td.TdClassName
{
border-color: #BBF9DA;
}
.TagClassName
{
border-color: #BBF9DA;
}
</style>