Shades of Aero Blue #BBF8D3
Tints of Aero Blue #BBF8D3
RGB
CMYK
RGB Variations
Color information
#BBF8D3 (or 0xBBF8D3) is known color: Aero Blue. HEX triplet: BB, F8 and D3. RGB value is (187,248,211). Sum of RGB (Red+Green+Blue) = 187+248+211=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 248 (97.27% from 255 or 38.39% from 646); Blue value is 211 (82.81% from 255 or 32.66% from 646); Max value from RGB is 248 - color contains mainly: green. Hex color #BBF8D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF8D3 is #44072C. Grayscale: #E1E1E1. Windows color (decimal): -4458285 or 13891771. OLE color: 13891771.
HSL color Cylindrical-coordinate representation of color #BBF8D3: hue angle of 143.61º 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 #BBF8D3 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 248 | 211 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.03 |
| HSL | 143.61º | 0.81% | 0.85% | - |
| HSV(B) | 143.61º | 0.25% | 0.97% | - |
| XYZ | 65.82 | 82.4 | 74.06 | - |
| YUV | 225.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 248 | 211 | 0.25 | 0 | 0.15 | 0.03 | 143.61 | 0.81 | 0.85 |
| Hex | BB | F8 | D3 | 19 | 0 | F | 3 | 90 | 51 | 55 |
| Octal | 273 | 370 | 323 | 31 | 0 | 17 | 3 | 220 | 121 | 125 |
| Binary | 10111011 | 11111000 | 11010011 | 11001 | 0 | 1111 | 11 | 10010000 | 1010001 | 1010101 |
Color Harmonies of #BBF8D3
Complementary color
Monochromatic Colors of #BBF8D3
Black with #BBF8D3
Text Example
Text Example
White with #BBF8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF8D3; }
p { color: rgb(187,248,211); }
H1.HeaderClassName
{
color: #BBF8D3;
}
.AnyTagClassName
{
color: #BBF8D3;
}
</style>
background-color css
<style>
a { background-color: #BBF8D3; }
a { background-color: rgb(187,248,211); }
div.DivClassName
{
background-color: #BBF8D3;
}
.BgClassName
{
background-color: #BBF8D3;
}
</style>
border-color css
<style>
span { border-color: #BBF8D3; }
span { border-color: rgb(187,248,211); }
td.TdClassName
{
border-color: #BBF8D3;
}
.TagClassName
{
border-color: #BBF8D3;
}
</style>