Shades of Aero Blue #B8DECC
Tints of Aero Blue #B8DECC
RGB
CMYK
RGB Variations
Color information
#B8DECC (or 0xB8DECC) is known color: Aero Blue. HEX triplet: B8, DE and CC. RGB value is (184,222,204). Sum of RGB (Red+Green+Blue) = 184+222+204=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #B8DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DECC is #472133. Grayscale: #D0D0D0. Windows color (decimal): -4661556 or 13426360. OLE color: 13426360.
HSL color Cylindrical-coordinate representation of color #B8DECC: hue angle of 151.58º 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 #B8DECC is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 222 | 204 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.13 |
| HSL | 151.58º | 0.37% | 0.8% | - |
| HSV(B) | 151.58º | 0.17% | 0.87% | - |
| XYZ | 56.79 | 66.79 | 67.03 | - |
| YUV | 208.59 | 125.41 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 222 | 204 | 0.17 | 0 | 0.08 | 0.13 | 151.58 | 0.37 | 0.8 |
| Hex | B8 | DE | CC | 11 | 0 | 8 | D | 98 | 25 | 50 |
| Octal | 270 | 336 | 314 | 21 | 0 | 10 | 15 | 230 | 45 | 120 |
| Binary | 10111000 | 11011110 | 11001100 | 10001 | 0 | 1000 | 1101 | 10011000 | 100101 | 1010000 |
Color Harmonies of #B8DECC
Complementary color
Monochromatic Colors of #B8DECC
Black with #B8DECC
Text Example
Text Example
White with #B8DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DECC; }
p { color: rgb(184,222,204); }
H1.HeaderClassName
{
color: #B8DECC;
}
.AnyTagClassName
{
color: #B8DECC;
}
</style>
background-color css
<style>
a { background-color: #B8DECC; }
a { background-color: rgb(184,222,204); }
div.DivClassName
{
background-color: #B8DECC;
}
.BgClassName
{
background-color: #B8DECC;
}
</style>
border-color css
<style>
span { border-color: #B8DECC; }
span { border-color: rgb(184,222,204); }
td.TdClassName
{
border-color: #B8DECC;
}
.TagClassName
{
border-color: #B8DECC;
}
</style>