Shades of Aero Blue #BBF1D4
Tints of Aero Blue #BBF1D4
RGB
CMYK
RGB Variations
Color information
#BBF1D4 (or 0xBBF1D4) is known color: Aero Blue. HEX triplet: BB, F1 and D4. RGB value is (187,241,212). Sum of RGB (Red+Green+Blue) = 187+241+212=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 241 (94.53% from 255 or 37.66% from 640); Blue value is 212 (83.20% from 255 or 33.12% from 640); Max value from RGB is 241 - color contains mainly: green. Hex color #BBF1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBF1D4 is #440E2B. Grayscale: #DDDDDD. Windows color (decimal): -4460076 or 13955515. OLE color: 13955515.
HSL color Cylindrical-coordinate representation of color #BBF1D4: hue angle of 147.78º 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 #BBF1D4 is Cyan = 0.22, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 241 | 212 | - |
| CMYK | 0.22 | 0 | 0.12 | 0.05 |
| HSL | 147.78º | 0.66% | 0.84% | - |
| HSV(B) | 147.78º | 0.22% | 0.95% | - |
| XYZ | 63.83 | 78.23 | 74.02 | - |
| YUV | 221.55 | 122.61 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 241 | 212 | 0.22 | 0 | 0.12 | 0.05 | 147.78 | 0.66 | 0.84 |
| Hex | BB | F1 | D4 | 16 | 0 | C | 5 | 94 | 42 | 54 |
| Octal | 273 | 361 | 324 | 26 | 0 | 14 | 5 | 224 | 102 | 124 |
| Binary | 10111011 | 11110001 | 11010100 | 10110 | 0 | 1100 | 101 | 10010100 | 1000010 | 1010100 |
Color Harmonies of #BBF1D4
Complementary color
Monochromatic Colors of #BBF1D4
Black with #BBF1D4
Text Example
Text Example
White with #BBF1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBF1D4; }
p { color: rgb(187,241,212); }
H1.HeaderClassName
{
color: #BBF1D4;
}
.AnyTagClassName
{
color: #BBF1D4;
}
</style>
background-color css
<style>
a { background-color: #BBF1D4; }
a { background-color: rgb(187,241,212); }
div.DivClassName
{
background-color: #BBF1D4;
}
.BgClassName
{
background-color: #BBF1D4;
}
</style>
border-color css
<style>
span { border-color: #BBF1D4; }
span { border-color: rgb(187,241,212); }
td.TdClassName
{
border-color: #BBF1D4;
}
.TagClassName
{
border-color: #BBF1D4;
}
</style>