Shades of Aero Blue #BBFDD4
Tints of Aero Blue #BBFDD4
RGB
CMYK
RGB Variations
Color information
#BBFDD4 (or 0xBBFDD4) is known color: Aero Blue. HEX triplet: BB, FD and D4. RGB value is (187,253,212). Sum of RGB (Red+Green+Blue) = 187+253+212=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 212 (83.20% from 255 or 32.52% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #BBFDD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BBFDD4 is #44022B. Grayscale: #E4E4E4. Windows color (decimal): -4457004 or 13958587. OLE color: 13958587.
HSL color Cylindrical-coordinate representation of color #BBFDD4: hue angle of 142.73º 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 #BBFDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 253 | 212 | - |
| CMYK | 0.26 | 0 | 0.16 | 0.01 |
| HSL | 142.73º | 0.94% | 0.86% | - |
| HSV(B) | 142.73º | 0.26% | 0.99% | - |
| XYZ | 67.5 | 85.57 | 75.25 | - |
| YUV | 228.59 | 118.63 | 98.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 253 | 212 | 0.26 | 0 | 0.16 | 0.01 | 142.73 | 0.94 | 0.86 |
| Hex | BB | FD | D4 | 1A | 0 | 10 | 1 | 8F | 5E | 56 |
| Octal | 273 | 375 | 324 | 32 | 0 | 20 | 1 | 217 | 136 | 126 |
| Binary | 10111011 | 11111101 | 11010100 | 11010 | 0 | 10000 | 1 | 10001111 | 1011110 | 1010110 |
Color Harmonies of #BBFDD4
Complementary color
Monochromatic Colors of #BBFDD4
Black with #BBFDD4
Text Example
Text Example
White with #BBFDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBFDD4; }
p { color: rgb(187,253,212); }
H1.HeaderClassName
{
color: #BBFDD4;
}
.AnyTagClassName
{
color: #BBFDD4;
}
</style>
background-color css
<style>
a { background-color: #BBFDD4; }
a { background-color: rgb(187,253,212); }
div.DivClassName
{
background-color: #BBFDD4;
}
.BgClassName
{
background-color: #BBFDD4;
}
</style>
border-color css
<style>
span { border-color: #BBFDD4; }
span { border-color: rgb(187,253,212); }
td.TdClassName
{
border-color: #BBFDD4;
}
.TagClassName
{
border-color: #BBFDD4;
}
</style>