Shades of Aero Blue #B7DECD
Tints of Aero Blue #B7DECD
RGB
CMYK
RGB Variations
Color information
#B7DECD (or 0xB7DECD) is known color: Aero Blue. HEX triplet: B7, DE and CD. RGB value is (183,222,205). Sum of RGB (Red+Green+Blue) = 183+222+205=610 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30% from 610); Green value is 222 (87.11% from 255 or 36.39% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DECD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DECD is #482132. Grayscale: #D0D0D0. Windows color (decimal): -4727091 or 13491895. OLE color: 13491895.
HSL color Cylindrical-coordinate representation of color #B7DECD: hue angle of 153.85º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B7DECD is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 222 | 205 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.13 |
| HSL | 153.85º | 0.37% | 0.79% | - |
| HSV(B) | 153.85º | 0.18% | 0.87% | - |
| XYZ | 56.67 | 66.72 | 67.65 | - |
| YUV | 208.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 222 | 205 | 0.18 | 0 | 0.08 | 0.13 | 153.85 | 0.37 | 0.79 |
| Hex | B7 | DE | CD | 12 | 0 | 8 | D | 9A | 25 | 4F |
| Octal | 267 | 336 | 315 | 22 | 0 | 10 | 15 | 232 | 45 | 117 |
| Binary | 10110111 | 11011110 | 11001101 | 10010 | 0 | 1000 | 1101 | 10011010 | 100101 | 1001111 |
Color Harmonies of #B7DECD
Complementary color
Monochromatic Colors of #B7DECD
Black with #B7DECD
Text Example
Text Example
White with #B7DECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DECD; }
p { color: rgb(183,222,205); }
H1.HeaderClassName
{
color: #B7DECD;
}
.AnyTagClassName
{
color: #B7DECD;
}
</style>
background-color css
<style>
a { background-color: #B7DECD; }
a { background-color: rgb(183,222,205); }
div.DivClassName
{
background-color: #B7DECD;
}
.BgClassName
{
background-color: #B7DECD;
}
</style>
border-color css
<style>
span { border-color: #B7DECD; }
span { border-color: rgb(183,222,205); }
td.TdClassName
{
border-color: #B7DECD;
}
.TagClassName
{
border-color: #B7DECD;
}
</style>