Shades of Aero Blue #B8DDCD
Tints of Aero Blue #B8DDCD
RGB
CMYK
RGB Variations
Color information
#B8DDCD (or 0xB8DDCD) is known color: Aero Blue. HEX triplet: B8, DD and CD. RGB value is (184,221,205). Sum of RGB (Red+Green+Blue) = 184+221+205=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #B8DDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DDCD is #472232. Grayscale: #D0D0D0. Windows color (decimal): -4661811 or 13491640. OLE color: 13491640.
HSL color Cylindrical-coordinate representation of color #B8DDCD: hue angle of 154.05º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8DDCD is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 221 | 205 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.13 |
| HSL | 154.05º | 0.35% | 0.79% | - |
| HSV(B) | 154.05º | 0.17% | 0.87% | - |
| XYZ | 56.64 | 66.31 | 67.57 | - |
| YUV | 208.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 221 | 205 | 0.17 | 0 | 0.07 | 0.13 | 154.05 | 0.35 | 0.79 |
| Hex | B8 | DD | CD | 11 | 0 | 7 | D | 9A | 23 | 4F |
| Octal | 270 | 335 | 315 | 21 | 0 | 7 | 15 | 232 | 43 | 117 |
| Binary | 10111000 | 11011101 | 11001101 | 10001 | 0 | 111 | 1101 | 10011010 | 100011 | 1001111 |
Color Harmonies of #B8DDCD
Complementary color
Monochromatic Colors of #B8DDCD
Black with #B8DDCD
Text Example
Text Example
White with #B8DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DDCD; }
p { color: rgb(184,221,205); }
H1.HeaderClassName
{
color: #B8DDCD;
}
.AnyTagClassName
{
color: #B8DDCD;
}
</style>
background-color css
<style>
a { background-color: #B8DDCD; }
a { background-color: rgb(184,221,205); }
div.DivClassName
{
background-color: #B8DDCD;
}
.BgClassName
{
background-color: #B8DDCD;
}
</style>
border-color css
<style>
span { border-color: #B8DDCD; }
span { border-color: rgb(184,221,205); }
td.TdClassName
{
border-color: #B8DDCD;
}
.TagClassName
{
border-color: #B8DDCD;
}
</style>