Shades of Aero Blue #BBF3D8
Tints of Aero Blue #BBF3D8
RGB
CMYK
RGB Variations
Color information
#BBF3D8 (or 0xBBF3D8) is known color: Aero Blue. HEX triplet: BB, F3 and D8. RGB value is (187,243,216). Sum of RGB (Red+Green+Blue) = 187+243+216=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 243 (95.31% from 255 or 37.62% from 646); Blue value is 216 (84.77% from 255 or 33.44% from 646); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D8 is #440C27. Grayscale: #DFDFDF. Windows color (decimal): -4459560 or 14218171. OLE color: 14218171.
HSL color Cylindrical-coordinate representation of color #BBF3D8: hue angle of 151.07º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBF3D8 is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 216 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.05 |
| HSL | 151.07º | 0.7% | 0.84% | - |
| HSV(B) | 151.07º | 0.23% | 0.95% | - |
| XYZ | 64.94 | 79.62 | 76.91 | - |
| YUV | 223.18 | 123.95 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 216 | 0.23 | 0 | 0.11 | 0.05 | 151.07 | 0.7 | 0.84 |
| Hex | BB | F3 | D8 | 17 | 0 | B | 5 | 97 | 46 | 54 |
| Octal | 273 | 363 | 330 | 27 | 0 | 13 | 5 | 227 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11011000 | 10111 | 0 | 1011 | 101 | 10010111 | 1000110 | 1010100 |
Color Harmonies of #BBF3D8
Complementary color
Monochromatic Colors of #BBF3D8
Black with #BBF3D8
Text Example
Text Example
White with #BBF3D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3D8; }
p { color: rgb(187,243,216); }
H1.HeaderClassName
{
color: #BBF3D8;
}
.AnyTagClassName
{
color: #BBF3D8;
}
</style>
background-color css
<style>
a { background-color: #BBF3D8; }
a { background-color: rgb(187,243,216); }
div.DivClassName
{
background-color: #BBF3D8;
}
.BgClassName
{
background-color: #BBF3D8;
}
</style>
border-color css
<style>
span { border-color: #BBF3D8; }
span { border-color: rgb(187,243,216); }
td.TdClassName
{
border-color: #BBF3D8;
}
.TagClassName
{
border-color: #BBF3D8;
}
</style>