Shades of Aero Blue #BBF3D1
Tints of Aero Blue #BBF3D1
RGB
CMYK
RGB Variations
Color information
#BBF3D1 (or 0xBBF3D1) is known color: Aero Blue. HEX triplet: BB, F3 and D1. RGB value is (187,243,209). Sum of RGB (Red+Green+Blue) = 187+243+209=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 243 (95.31% from 255 or 38.03% from 639); Blue value is 209 (82.03% from 255 or 32.71% from 639); Max value from RGB is 243 - color contains mainly: green. Hex color #BBF3D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF3D1 is #440C2E. Grayscale: #DEDEDE. Windows color (decimal): -4459567 or 13759419. OLE color: 13759419.
HSL color Cylindrical-coordinate representation of color #BBF3D1: hue angle of 143.57º 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 #BBF3D1 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 243 | 209 | - |
| CMYK | 0.23 | 0 | 0.14 | 0.05 |
| HSL | 143.57º | 0.7% | 0.84% | - |
| HSV(B) | 143.57º | 0.23% | 0.95% | - |
| XYZ | 64.05 | 79.27 | 72.25 | - |
| YUV | 222.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 243 | 209 | 0.23 | 0 | 0.14 | 0.05 | 143.57 | 0.7 | 0.84 |
| Hex | BB | F3 | D1 | 17 | 0 | E | 5 | 90 | 46 | 54 |
| Octal | 273 | 363 | 321 | 27 | 0 | 16 | 5 | 220 | 106 | 124 |
| Binary | 10111011 | 11110011 | 11010001 | 10111 | 0 | 1110 | 101 | 10010000 | 1000110 | 1010100 |
Color Harmonies of #BBF3D1
Complementary color
Monochromatic Colors of #BBF3D1
Black with #BBF3D1
Text Example
Text Example
White with #BBF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF3D1; }
p { color: rgb(187,243,209); }
H1.HeaderClassName
{
color: #BBF3D1;
}
.AnyTagClassName
{
color: #BBF3D1;
}
</style>
background-color css
<style>
a { background-color: #BBF3D1; }
a { background-color: rgb(187,243,209); }
div.DivClassName
{
background-color: #BBF3D1;
}
.BgClassName
{
background-color: #BBF3D1;
}
</style>
border-color css
<style>
span { border-color: #BBF3D1; }
span { border-color: rgb(187,243,209); }
td.TdClassName
{
border-color: #BBF3D1;
}
.TagClassName
{
border-color: #BBF3D1;
}
</style>