Shades of Aero Blue #B8DCC8
Tints of Aero Blue #B8DCC8
RGB
CMYK
RGB Variations
Color information
#B8DCC8 (or 0xB8DCC8) is known color: Aero Blue. HEX triplet: B8, DC and C8. RGB value is (184,220,200). Sum of RGB (Red+Green+Blue) = 184+220+200=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 200 (78.52% from 255 or 33.11% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCC8 is #472337. Grayscale: #CECECE. Windows color (decimal): -4662072 or 13163704. OLE color: 13163704.
HSL color Cylindrical-coordinate representation of color #B8DCC8: hue angle of 146.67º 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 #B8DCC8 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 200 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.14 |
| HSL | 146.67º | 0.34% | 0.79% | - |
| HSV(B) | 146.67º | 0.16% | 0.86% | - |
| XYZ | 55.79 | 65.55 | 64.36 | - |
| YUV | 206.96 | 124.07 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 200 | 0.16 | 0 | 0.09 | 0.14 | 146.67 | 0.34 | 0.79 |
| Hex | B8 | DC | C8 | 10 | 0 | 9 | E | 93 | 22 | 4F |
| Octal | 270 | 334 | 310 | 20 | 0 | 11 | 16 | 223 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11001000 | 10000 | 0 | 1001 | 1110 | 10010011 | 100010 | 1001111 |
Color Harmonies of #B8DCC8
Complementary color
Monochromatic Colors of #B8DCC8
Black with #B8DCC8
Text Example
Text Example
White with #B8DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCC8; }
p { color: rgb(184,220,200); }
H1.HeaderClassName
{
color: #B8DCC8;
}
.AnyTagClassName
{
color: #B8DCC8;
}
</style>
background-color css
<style>
a { background-color: #B8DCC8; }
a { background-color: rgb(184,220,200); }
div.DivClassName
{
background-color: #B8DCC8;
}
.BgClassName
{
background-color: #B8DCC8;
}
</style>
border-color css
<style>
span { border-color: #B8DCC8; }
span { border-color: rgb(184,220,200); }
td.TdClassName
{
border-color: #B8DCC8;
}
.TagClassName
{
border-color: #B8DCC8;
}
</style>