Shades of Aero Blue #B7DECC
Tints of Aero Blue #B7DECC
RGB
CMYK
RGB Variations
Color information
#B7DECC (or 0xB7DECC) is known color: Aero Blue. HEX triplet: B7, DE and CC. RGB value is (183,222,204). Sum of RGB (Red+Green+Blue) = 183+222+204=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 222 (87.11% from 255 or 36.45% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DECC is #482133. Grayscale: #D0D0D0. Windows color (decimal): -4727092 or 13426359. OLE color: 13426359.
HSL color Cylindrical-coordinate representation of color #B7DECC: hue angle of 152.31º 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 #B7DECC is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 183 | 222 | 204 | - |
CMYK | 0.18 | 0 | 0.08 | 0.13 |
HSL | 152.31º | 0.37% | 0.79% | - |
HSV(B) | 152.31º | 0.18% | 0.87% | - |
XYZ | 56.55 | 66.67 | 67.01 | - |
YUV | 208.29 | 125.58 | 109.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 222 | 204 | 0.18 | 0 | 0.08 | 0.13 | 152.31 | 0.37 | 0.79 |
Hex | B7 | DE | CC | 12 | 0 | 8 | D | 98 | 25 | 4F |
Octal | 267 | 336 | 314 | 22 | 0 | 10 | 15 | 230 | 45 | 117 |
Binary | 10110111 | 11011110 | 11001100 | 10010 | 0 | 1000 | 1101 | 10011000 | 100101 | 1001111 |
Color Harmonies of #B7DECC
Complementary color
Monochromatic Colors of #B7DECC
Black with #B7DECC
Text Example
Text Example
White with #B7DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DECC; }
p { color: rgb(183,222,204); }
H1.HeaderClassName
{
color: #B7DECC;
}
.AnyTagClassName
{
color: #B7DECC;
}
</style>
background-color css
<style>
a { background-color: #B7DECC; }
a { background-color: rgb(183,222,204); }
div.DivClassName
{
background-color: #B7DECC;
}
.BgClassName
{
background-color: #B7DECC;
}
</style>
border-color css
<style>
span { border-color: #B7DECC; }
span { border-color: rgb(183,222,204); }
td.TdClassName
{
border-color: #B7DECC;
}
.TagClassName
{
border-color: #B7DECC;
}
</style>