Shades of Aero Blue #B9DCCB
Tints of Aero Blue #B9DCCB
RGB
CMYK
RGB Variations
Color information
#B9DCCB (or 0xB9DCCB) is known color: Aero Blue. HEX triplet: B9, DC and CB. RGB value is (185,220,203). Sum of RGB (Red+Green+Blue) = 185+220+203=608 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.43% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B9DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DCCB is #462334. Grayscale: #CFCFCF. Windows color (decimal): -4596533 or 13360313. OLE color: 13360313.
HSL color Cylindrical-coordinate representation of color #B9DCCB: hue angle of 150.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DCCB is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 220 | 203 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.14 |
| HSL | 150.86º | 0.33% | 0.79% | - |
| HSV(B) | 150.86º | 0.16% | 0.86% | - |
| XYZ | 56.38 | 65.81 | 66.23 | - |
| YUV | 207.6 | 125.4 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 220 | 203 | 0.16 | 0 | 0.08 | 0.14 | 150.86 | 0.33 | 0.79 |
| Hex | B9 | DC | CB | 10 | 0 | 8 | E | 97 | 21 | 4F |
| Octal | 271 | 334 | 313 | 20 | 0 | 10 | 16 | 227 | 41 | 117 |
| Binary | 10111001 | 11011100 | 11001011 | 10000 | 0 | 1000 | 1110 | 10010111 | 100001 | 1001111 |
Color Harmonies of #B9DCCB
Complementary color
Monochromatic Colors of #B9DCCB
Black with #B9DCCB
Text Example
Text Example
White with #B9DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DCCB; }
p { color: rgb(185,220,203); }
H1.HeaderClassName
{
color: #B9DCCB;
}
.AnyTagClassName
{
color: #B9DCCB;
}
</style>
background-color css
<style>
a { background-color: #B9DCCB; }
a { background-color: rgb(185,220,203); }
div.DivClassName
{
background-color: #B9DCCB;
}
.BgClassName
{
background-color: #B9DCCB;
}
</style>
border-color css
<style>
span { border-color: #B9DCCB; }
span { border-color: rgb(185,220,203); }
td.TdClassName
{
border-color: #B9DCCB;
}
.TagClassName
{
border-color: #B9DCCB;
}
</style>