Shades of Aero Blue #BBF4DA
Tints of Aero Blue #BBF4DA
RGB
CMYK
RGB Variations
Color information
#BBF4DA (or 0xBBF4DA) is known color: Aero Blue. HEX triplet: BB, F4 and DA. RGB value is (187,244,218). Sum of RGB (Red+Green+Blue) = 187+244+218=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 244 (95.70% from 255 or 37.60% from 649); Blue value is 218 (85.55% from 255 or 33.59% from 649); Max value from RGB is 244 - color contains mainly: green. Hex color #BBF4DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF4DA is #440B25. Grayscale: #E0E0E0. Windows color (decimal): -4459302 or 14349499. OLE color: 14349499.
HSL color Cylindrical-coordinate representation of color #BBF4DA: hue angle of 152.63º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF4DA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 244 | 218 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.04 |
| HSL | 152.63º | 0.72% | 0.85% | - |
| HSV(B) | 152.63º | 0.23% | 0.96% | - |
| XYZ | 65.5 | 80.33 | 78.38 | - |
| YUV | 223.99 | 124.62 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 244 | 218 | 0.23 | 0 | 0.11 | 0.04 | 152.63 | 0.72 | 0.85 |
| Hex | BB | F4 | DA | 17 | 0 | B | 4 | 99 | 48 | 55 |
| Octal | 273 | 364 | 332 | 27 | 0 | 13 | 4 | 231 | 110 | 125 |
| Binary | 10111011 | 11110100 | 11011010 | 10111 | 0 | 1011 | 100 | 10011001 | 1001000 | 1010101 |
Color Harmonies of #BBF4DA
Complementary color
Monochromatic Colors of #BBF4DA
Black with #BBF4DA
Text Example
Text Example
White with #BBF4DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF4DA; }
p { color: rgb(187,244,218); }
H1.HeaderClassName
{
color: #BBF4DA;
}
.AnyTagClassName
{
color: #BBF4DA;
}
</style>
background-color css
<style>
a { background-color: #BBF4DA; }
a { background-color: rgb(187,244,218); }
div.DivClassName
{
background-color: #BBF4DA;
}
.BgClassName
{
background-color: #BBF4DA;
}
</style>
border-color css
<style>
span { border-color: #BBF4DA; }
span { border-color: rgb(187,244,218); }
td.TdClassName
{
border-color: #BBF4DA;
}
.TagClassName
{
border-color: #BBF4DA;
}
</style>