Shades of Aero Blue #BBF8DD
Tints of Aero Blue #BBF8DD
RGB
CMYK
RGB Variations
Color information
#BBF8DD (or 0xBBF8DD) is known color: Aero Blue. HEX triplet: BB, F8 and DD. RGB value is (187,248,221). Sum of RGB (Red+Green+Blue) = 187+248+221=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 248 (97.27% from 255 or 37.80% from 656); Blue value is 221 (86.72% from 255 or 33.69% from 656); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8DD is #440722. Grayscale: #E2E2E2. Windows color (decimal): -4458275 or 14547131. OLE color: 14547131.
HSL color Cylindrical-coordinate representation of color #BBF8DD: hue angle of 153.44º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBF8DD is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 221 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.03 |
| HSL | 153.44º | 0.81% | 0.85% | - |
| HSV(B) | 153.44º | 0.25% | 0.97% | - |
| XYZ | 67.11 | 82.92 | 80.87 | - |
| YUV | 226.68 | 124.79 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 221 | 0.25 | 0 | 0.11 | 0.03 | 153.44 | 0.81 | 0.85 |
| Hex | BB | F8 | DD | 19 | 0 | B | 3 | 99 | 51 | 55 |
| Octal | 273 | 370 | 335 | 31 | 0 | 13 | 3 | 231 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11011101 | 11001 | 0 | 1011 | 11 | 10011001 | 1010001 | 1010101 |
Color Harmonies of #BBF8DD
Complementary color
Monochromatic Colors of #BBF8DD
Black with #BBF8DD
Text Example
Text Example
White with #BBF8DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8DD; }
p { color: rgb(187,248,221); }
H1.HeaderClassName
{
color: #BBF8DD;
}
.AnyTagClassName
{
color: #BBF8DD;
}
</style>
background-color css
<style>
a { background-color: #BBF8DD; }
a { background-color: rgb(187,248,221); }
div.DivClassName
{
background-color: #BBF8DD;
}
.BgClassName
{
background-color: #BBF8DD;
}
</style>
border-color css
<style>
span { border-color: #BBF8DD; }
span { border-color: rgb(187,248,221); }
td.TdClassName
{
border-color: #BBF8DD;
}
.TagClassName
{
border-color: #BBF8DD;
}
</style>