Shades of Aero Blue #B9DFCB
Tints of Aero Blue #B9DFCB
RGB
CMYK
RGB Variations
Color information
#B9DFCB (or 0xB9DFCB) is known color: Aero Blue. HEX triplet: B9, DF and CB. RGB value is (185,223,203). Sum of RGB (Red+Green+Blue) = 185+223+203=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFCB is #462034. Grayscale: #D1D1D1. Windows color (decimal): -4595765 or 13361081. OLE color: 13361081.
HSL color Cylindrical-coordinate representation of color #B9DFCB: hue angle of 148.42º degrees, saturation: 0.37, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9DFCB is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 203 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.13 |
| HSL | 148.42º | 0.37% | 0.8% | - |
| HSV(B) | 148.42º | 0.17% | 0.87% | - |
| XYZ | 57.17 | 67.4 | 66.5 | - |
| YUV | 209.36 | 124.41 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 203 | 0.17 | 0 | 0.09 | 0.13 | 148.42 | 0.37 | 0.8 |
| Hex | B9 | DF | CB | 11 | 0 | 9 | D | 94 | 25 | 50 |
| Octal | 271 | 337 | 313 | 21 | 0 | 11 | 15 | 224 | 45 | 120 |
| Binary | 10111001 | 11011111 | 11001011 | 10001 | 0 | 1001 | 1101 | 10010100 | 100101 | 1010000 |
Color Harmonies of #B9DFCB
Complementary color
Monochromatic Colors of #B9DFCB
Black with #B9DFCB
Text Example
Text Example
White with #B9DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFCB; }
p { color: rgb(185,223,203); }
H1.HeaderClassName
{
color: #B9DFCB;
}
.AnyTagClassName
{
color: #B9DFCB;
}
</style>
background-color css
<style>
a { background-color: #B9DFCB; }
a { background-color: rgb(185,223,203); }
div.DivClassName
{
background-color: #B9DFCB;
}
.BgClassName
{
background-color: #B9DFCB;
}
</style>
border-color css
<style>
span { border-color: #B9DFCB; }
span { border-color: rgb(185,223,203); }
td.TdClassName
{
border-color: #B9DFCB;
}
.TagClassName
{
border-color: #B9DFCB;
}
</style>