Shades of Aero Blue #B9DDC8
Tints of Aero Blue #B9DDC8
RGB
CMYK
RGB Variations
Color information
#B9DDC8 (or 0xB9DDC8) is known color: Aero Blue. HEX triplet: B9, DD and C8. RGB value is (185,221,200). Sum of RGB (Red+Green+Blue) = 185+221+200=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 221 (86.72% from 255 or 36.47% from 606); Blue value is 200 (78.52% from 255 or 33.00% from 606); Max value from RGB is 221 - color contains mainly: green. Hex color #B9DDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9DDC8 is #462237. Grayscale: #CFCFCF. Windows color (decimal): -4596280 or 13163961. OLE color: 13163961.
HSL color Cylindrical-coordinate representation of color #B9DDC8: hue angle of 145º 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 #B9DDC8 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 221 | 200 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.13 |
| HSL | 145º | 0.35% | 0.8% | - |
| HSV(B) | 145º | 0.16% | 0.87% | - |
| XYZ | 56.29 | 66.2 | 64.45 | - |
| YUV | 207.84 | 123.57 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 221 | 200 | 0.16 | 0 | 0.10 | 0.13 | 145 | 0.35 | 0.8 |
| Hex | B9 | DD | C8 | 10 | 0 | A | D | 91 | 23 | 50 |
| Octal | 271 | 335 | 310 | 20 | 0 | 12 | 15 | 221 | 43 | 120 |
| Binary | 10111001 | 11011101 | 11001000 | 10000 | 0 | 1010 | 1101 | 10010001 | 100011 | 1010000 |
Color Harmonies of #B9DDC8
Complementary color
Monochromatic Colors of #B9DDC8
Black with #B9DDC8
Text Example
Text Example
White with #B9DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9DDC8; }
p { color: rgb(185,221,200); }
H1.HeaderClassName
{
color: #B9DDC8;
}
.AnyTagClassName
{
color: #B9DDC8;
}
</style>
background-color css
<style>
a { background-color: #B9DDC8; }
a { background-color: rgb(185,221,200); }
div.DivClassName
{
background-color: #B9DDC8;
}
.BgClassName
{
background-color: #B9DDC8;
}
</style>
border-color css
<style>
span { border-color: #B9DDC8; }
span { border-color: rgb(185,221,200); }
td.TdClassName
{
border-color: #B9DDC8;
}
.TagClassName
{
border-color: #B9DDC8;
}
</style>