Shades of Aero Blue #B9DFCE
Tints of Aero Blue #B9DFCE
RGB
CMYK
RGB Variations
Color information
#B9DFCE (or 0xB9DFCE) is known color: Aero Blue. HEX triplet: B9, DF and CE. RGB value is (185,223,206). Sum of RGB (Red+Green+Blue) = 185+223+206=614 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.13% from 614); Green value is 223 (87.5% from 255 or 36.32% from 614); Blue value is 206 (80.86% from 255 or 33.55% from 614); Max value from RGB is 223 - color contains mainly: green. Hex color #B9DFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DFCE is #462031. Grayscale: #D1D1D1. Windows color (decimal): -4595762 or 13557689. OLE color: 13557689.
HSL color Cylindrical-coordinate representation of color #B9DFCE: hue angle of 153.16º 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 #B9DFCE is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 223 | 206 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.13 |
| HSL | 153.16º | 0.37% | 0.8% | - |
| HSV(B) | 153.16º | 0.17% | 0.87% | - |
| XYZ | 57.54 | 67.55 | 68.4 | - |
| YUV | 209.7 | 125.91 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 223 | 206 | 0.17 | 0 | 0.08 | 0.13 | 153.16 | 0.37 | 0.8 |
| Hex | B9 | DF | CE | 11 | 0 | 8 | D | 99 | 25 | 50 |
| Octal | 271 | 337 | 316 | 21 | 0 | 10 | 15 | 231 | 45 | 120 |
| Binary | 10111001 | 11011111 | 11001110 | 10001 | 0 | 1000 | 1101 | 10011001 | 100101 | 1010000 |
Color Harmonies of #B9DFCE
Complementary color
Monochromatic Colors of #B9DFCE
Black with #B9DFCE
Text Example
Text Example
White with #B9DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DFCE; }
p { color: rgb(185,223,206); }
H1.HeaderClassName
{
color: #B9DFCE;
}
.AnyTagClassName
{
color: #B9DFCE;
}
</style>
background-color css
<style>
a { background-color: #B9DFCE; }
a { background-color: rgb(185,223,206); }
div.DivClassName
{
background-color: #B9DFCE;
}
.BgClassName
{
background-color: #B9DFCE;
}
</style>
border-color css
<style>
span { border-color: #B9DFCE; }
span { border-color: rgb(185,223,206); }
td.TdClassName
{
border-color: #B9DFCE;
}
.TagClassName
{
border-color: #B9DFCE;
}
</style>