Shades of Aero Blue #BBF1D5
Tints of Aero Blue #BBF1D5
RGB
CMYK
RGB Variations
Color information
#BBF1D5 (or 0xBBF1D5) is known color: Aero Blue. HEX triplet: BB, F1 and D5. RGB value is (187,241,213). Sum of RGB (Red+Green+Blue) = 187+241+213=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 213 (83.59% from 255 or 33.23% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D5 is #440E2A. Grayscale: #DDDDDD. Windows color (decimal): -4460075 or 14021051. OLE color: 14021051.
HSL color Cylindrical-coordinate representation of color #BBF1D5: hue angle of 148.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBF1D5 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 213 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.05 |
| HSL | 148.89º | 0.66% | 0.84% | - |
| HSV(B) | 148.89º | 0.22% | 0.95% | - |
| XYZ | 63.96 | 78.28 | 74.69 | - |
| YUV | 221.66 | 123.11 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 213 | 0.22 | 0 | 0.12 | 0.05 | 148.89 | 0.66 | 0.84 |
| Hex | BB | F1 | D5 | 16 | 0 | C | 5 | 95 | 42 | 54 |
| Octal | 273 | 361 | 325 | 26 | 0 | 14 | 5 | 225 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11010101 | 10110 | 0 | 1100 | 101 | 10010101 | 1000010 | 1010100 |
Color Harmonies of #BBF1D5
Complementary color
Monochromatic Colors of #BBF1D5
Black with #BBF1D5
Text Example
Text Example
White with #BBF1D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1D5; }
p { color: rgb(187,241,213); }
H1.HeaderClassName
{
color: #BBF1D5;
}
.AnyTagClassName
{
color: #BBF1D5;
}
</style>
background-color css
<style>
a { background-color: #BBF1D5; }
a { background-color: rgb(187,241,213); }
div.DivClassName
{
background-color: #BBF1D5;
}
.BgClassName
{
background-color: #BBF1D5;
}
</style>
border-color css
<style>
span { border-color: #BBF1D5; }
span { border-color: rgb(187,241,213); }
td.TdClassName
{
border-color: #BBF1D5;
}
.TagClassName
{
border-color: #BBF1D5;
}
</style>