Shades of Aero Blue #B7DCC9
Tints of Aero Blue #B7DCC9
RGB
CMYK
RGB Variations
Color information
#B7DCC9 (or 0xB7DCC9) is known color: Aero Blue. HEX triplet: B7, DC and C9. RGB value is (183,220,201). Sum of RGB (Red+Green+Blue) = 183+220+201=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 201 (78.91% from 255 or 33.28% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCC9 is #482336. Grayscale: #CECECE. Windows color (decimal): -4727607 or 13229239. OLE color: 13229239.
HSL color Cylindrical-coordinate representation of color #B7DCC9: hue angle of 149.19º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCC9 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 201 | - |
| CMYK | 0.17 | 0 | 0.09 | 0.14 |
| HSL | 149.19º | 0.35% | 0.79% | - |
| HSV(B) | 149.19º | 0.17% | 0.86% | - |
| XYZ | 55.66 | 65.47 | 64.96 | - |
| YUV | 206.77 | 124.74 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 201 | 0.17 | 0 | 0.09 | 0.14 | 149.19 | 0.35 | 0.79 |
| Hex | B7 | DC | C9 | 11 | 0 | 9 | E | 95 | 23 | 4F |
| Octal | 267 | 334 | 311 | 21 | 0 | 11 | 16 | 225 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11001001 | 10001 | 0 | 1001 | 1110 | 10010101 | 100011 | 1001111 |
Color Harmonies of #B7DCC9
Complementary color
Monochromatic Colors of #B7DCC9
Black with #B7DCC9
Text Example
Text Example
White with #B7DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCC9; }
p { color: rgb(183,220,201); }
H1.HeaderClassName
{
color: #B7DCC9;
}
.AnyTagClassName
{
color: #B7DCC9;
}
</style>
background-color css
<style>
a { background-color: #B7DCC9; }
a { background-color: rgb(183,220,201); }
div.DivClassName
{
background-color: #B7DCC9;
}
.BgClassName
{
background-color: #B7DCC9;
}
</style>
border-color css
<style>
span { border-color: #B7DCC9; }
span { border-color: rgb(183,220,201); }
td.TdClassName
{
border-color: #B7DCC9;
}
.TagClassName
{
border-color: #B7DCC9;
}
</style>