Shades of Aero Blue #BBFDDD
Tints of Aero Blue #BBFDDD
RGB
CMYK
RGB Variations
Color information
#BBFDDD (or 0xBBFDDD) is known color: Aero Blue. HEX triplet: BB, FD and DD. RGB value is (187,253,221). Sum of RGB (Red+Green+Blue) = 187+253+221=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 253 (99.22% from 255 or 38.28% from 661); Blue value is 221 (86.72% from 255 or 33.43% from 661); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDDD is #440222. Grayscale: #E5E5E5. Windows color (decimal): -4456995 or 14548411. OLE color: 14548411.
HSL color Cylindrical-coordinate representation of color #BBFDDD: hue angle of 150.91º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBFDDD is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 221 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.01 |
| HSL | 150.91º | 0.94% | 0.86% | - |
| HSV(B) | 150.91º | 0.26% | 0.99% | - |
| XYZ | 68.67 | 86.04 | 81.39 | - |
| YUV | 229.62 | 123.13 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 221 | 0.26 | 0 | 0.13 | 0.01 | 150.91 | 0.94 | 0.86 |
| Hex | BB | FD | DD | 1A | 0 | D | 1 | 97 | 5E | 56 |
| Octal | 273 | 375 | 335 | 32 | 0 | 15 | 1 | 227 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11011101 | 11010 | 0 | 1101 | 1 | 10010111 | 1011110 | 1010110 |
Color Harmonies of #BBFDDD
Complementary color
Monochromatic Colors of #BBFDDD
Black with #BBFDDD
Text Example
Text Example
White with #BBFDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDDD; }
p { color: rgb(187,253,221); }
H1.HeaderClassName
{
color: #BBFDDD;
}
.AnyTagClassName
{
color: #BBFDDD;
}
</style>
background-color css
<style>
a { background-color: #BBFDDD; }
a { background-color: rgb(187,253,221); }
div.DivClassName
{
background-color: #BBFDDD;
}
.BgClassName
{
background-color: #BBFDDD;
}
</style>
border-color css
<style>
span { border-color: #BBFDDD; }
span { border-color: rgb(187,253,221); }
td.TdClassName
{
border-color: #BBFDDD;
}
.TagClassName
{
border-color: #BBFDDD;
}
</style>