Shades of Aero Blue #B8DCC9
Tints of Aero Blue #B8DCC9
RGB
CMYK
RGB Variations
Color information
#B8DCC9 (or 0xB8DCC9) is known color: Aero Blue. HEX triplet: B8, DC and C9. RGB value is (184,220,201). Sum of RGB (Red+Green+Blue) = 184+220+201=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 201 (78.91% from 255 or 33.22% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCC9 is #472336. Grayscale: #CFCFCF. Windows color (decimal): -4662071 or 13229240. OLE color: 13229240.
HSL color Cylindrical-coordinate representation of color #B8DCC9: hue angle of 148.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCC9 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 201 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.14 |
| HSL | 148.33º | 0.34% | 0.79% | - |
| HSV(B) | 148.33º | 0.16% | 0.86% | - |
| XYZ | 55.9 | 65.59 | 64.97 | - |
| YUV | 207.07 | 124.57 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 201 | 0.16 | 0 | 0.09 | 0.14 | 148.33 | 0.34 | 0.79 |
| Hex | B8 | DC | C9 | 10 | 0 | 9 | E | 94 | 22 | 4F |
| Octal | 270 | 334 | 311 | 20 | 0 | 11 | 16 | 224 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11001001 | 10000 | 0 | 1001 | 1110 | 10010100 | 100010 | 1001111 |
Color Harmonies of #B8DCC9
Complementary color
Monochromatic Colors of #B8DCC9
Black with #B8DCC9
Text Example
Text Example
White with #B8DCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCC9; }
p { color: rgb(184,220,201); }
H1.HeaderClassName
{
color: #B8DCC9;
}
.AnyTagClassName
{
color: #B8DCC9;
}
</style>
background-color css
<style>
a { background-color: #B8DCC9; }
a { background-color: rgb(184,220,201); }
div.DivClassName
{
background-color: #B8DCC9;
}
.BgClassName
{
background-color: #B8DCC9;
}
</style>
border-color css
<style>
span { border-color: #B8DCC9; }
span { border-color: rgb(184,220,201); }
td.TdClassName
{
border-color: #B8DCC9;
}
.TagClassName
{
border-color: #B8DCC9;
}
</style>