Shades of Aero Blue #B9DDC9
Tints of Aero Blue #B9DDC9
RGB
CMYK
RGB Variations
Color information
#B9DDC9 (or 0xB9DDC9) is known color: Aero Blue. HEX triplet: B9, DD and C9. RGB value is (185,221,201). Sum of RGB (Red+Green+Blue) = 185+221+201=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 201 (78.91% from 255 or 33.11% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDC9 is #462236. Grayscale: #D0D0D0. Windows color (decimal): -4596279 or 13229497. OLE color: 13229497.
HSL color Cylindrical-coordinate representation of color #B9DDC9: hue angle of 146.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B9DDC9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 201 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.13 |
| HSL | 146.67º | 0.35% | 0.8% | - |
| HSV(B) | 146.67º | 0.16% | 0.87% | - |
| XYZ | 56.41 | 66.24 | 65.07 | - |
| YUV | 207.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 201 | 0.16 | 0 | 0.09 | 0.13 | 146.67 | 0.35 | 0.8 |
| Hex | B9 | DD | C9 | 10 | 0 | 9 | D | 93 | 23 | 50 |
| Octal | 271 | 335 | 311 | 20 | 0 | 11 | 15 | 223 | 43 | 120 |
| Binary | 10111001 | 11011101 | 11001001 | 10000 | 0 | 1001 | 1101 | 10010011 | 100011 | 1010000 |
Color Harmonies of #B9DDC9
Complementary color
Monochromatic Colors of #B9DDC9
Black with #B9DDC9
Text Example
Text Example
White with #B9DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDC9; }
p { color: rgb(185,221,201); }
H1.HeaderClassName
{
color: #B9DDC9;
}
.AnyTagClassName
{
color: #B9DDC9;
}
</style>
background-color css
<style>
a { background-color: #B9DDC9; }
a { background-color: rgb(185,221,201); }
div.DivClassName
{
background-color: #B9DDC9;
}
.BgClassName
{
background-color: #B9DDC9;
}
</style>
border-color css
<style>
span { border-color: #B9DDC9; }
span { border-color: rgb(185,221,201); }
td.TdClassName
{
border-color: #B9DDC9;
}
.TagClassName
{
border-color: #B9DDC9;
}
</style>