Shades of Aero Blue #BBFDD5
Tints of Aero Blue #BBFDD5
RGB
CMYK
RGB Variations
Color information
#BBFDD5 (or 0xBBFDD5) is known color: Aero Blue. HEX triplet: BB, FD and D5. RGB value is (187,253,213). Sum of RGB (Red+Green+Blue) = 187+253+213=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 253 (99.22% from 255 or 38.74% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD5 is #44022A. Grayscale: #E4E4E4. Windows color (decimal): -4457003 or 14024123. OLE color: 14024123.
HSL color Cylindrical-coordinate representation of color #BBFDD5: hue angle of 143.64º 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 #BBFDD5 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 213 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 143.64º | 0.94% | 0.86% | - |
| HSV(B) | 143.64º | 0.26% | 0.99% | - |
| XYZ | 67.63 | 85.62 | 75.91 | - |
| YUV | 228.71 | 119.13 | 98.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 213 | 0.26 | 0 | 0.16 | 0.01 | 143.64 | 0.94 | 0.86 |
| Hex | BB | FD | D5 | 1A | 0 | 10 | 1 | 90 | 5E | 56 |
| Octal | 273 | 375 | 325 | 32 | 0 | 20 | 1 | 220 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11010101 | 11010 | 0 | 10000 | 1 | 10010000 | 1011110 | 1010110 |
Color Harmonies of #BBFDD5
Complementary color
Monochromatic Colors of #BBFDD5
Black with #BBFDD5
Text Example
Text Example
White with #BBFDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDD5; }
p { color: rgb(187,253,213); }
H1.HeaderClassName
{
color: #BBFDD5;
}
.AnyTagClassName
{
color: #BBFDD5;
}
</style>
background-color css
<style>
a { background-color: #BBFDD5; }
a { background-color: rgb(187,253,213); }
div.DivClassName
{
background-color: #BBFDD5;
}
.BgClassName
{
background-color: #BBFDD5;
}
</style>
border-color css
<style>
span { border-color: #BBFDD5; }
span { border-color: rgb(187,253,213); }
td.TdClassName
{
border-color: #BBFDD5;
}
.TagClassName
{
border-color: #BBFDD5;
}
</style>