Shades of Aero Blue #B9DFCD
Tints of Aero Blue #B9DFCD
RGB
CMYK
RGB Variations
Color information
#B9DFCD (or 0xB9DFCD) is known color: Aero Blue. HEX triplet: B9, DF and CD. RGB value is (185,223,205). Sum of RGB (Red+Green+Blue) = 185+223+205=613 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.18% from 613); Green value is 223 (87.5% from 255 or 36.38% from 613); Blue value is 205 (80.47% from 255 or 33.44% from 613); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFCD is #462032. Grayscale: #D1D1D1. Windows color (decimal): -4595763 or 13492153. OLE color: 13492153.
HSL color Cylindrical-coordinate representation of color #B9DFCD: hue angle of 151.58º 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 #B9DFCD is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 205 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.13 |
| HSL | 151.58º | 0.37% | 0.8% | - |
| HSV(B) | 151.58º | 0.17% | 0.87% | - |
| XYZ | 57.41 | 67.5 | 67.76 | - |
| YUV | 209.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 205 | 0.17 | 0 | 0.08 | 0.13 | 151.58 | 0.37 | 0.8 |
| Hex | B9 | DF | CD | 11 | 0 | 8 | D | 98 | 25 | 50 |
| Octal | 271 | 337 | 315 | 21 | 0 | 10 | 15 | 230 | 45 | 120 |
| Binary | 10111001 | 11011111 | 11001101 | 10001 | 0 | 1000 | 1101 | 10011000 | 100101 | 1010000 |
Color Harmonies of #B9DFCD
Complementary color
Monochromatic Colors of #B9DFCD
Black with #B9DFCD
Text Example
Text Example
White with #B9DFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFCD; }
p { color: rgb(185,223,205); }
H1.HeaderClassName
{
color: #B9DFCD;
}
.AnyTagClassName
{
color: #B9DFCD;
}
</style>
background-color css
<style>
a { background-color: #B9DFCD; }
a { background-color: rgb(185,223,205); }
div.DivClassName
{
background-color: #B9DFCD;
}
.BgClassName
{
background-color: #B9DFCD;
}
</style>
border-color css
<style>
span { border-color: #B9DFCD; }
span { border-color: rgb(185,223,205); }
td.TdClassName
{
border-color: #B9DFCD;
}
.TagClassName
{
border-color: #B9DFCD;
}
</style>