#B7DECC

Color #B7DECC Aero Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aero Blue #B7DECC

Tints of Aero Blue #B7DECC

Color information

#B7DECC (or 0xB7DECC) is unknown color: approx 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

RGB183222204-
CMYK0.1800.080.13
HSL152.31º37.14%79.41%-
HSV(B)152.31º17.57%87.06%-
XYZ56.5566.6767.01-
YUV208.29125.58109.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 222 (87.11% from 255) = 36.45%
BLUE value IS 204 (80.08% from 255) = 33.50%
R=30.05%
G=36.45%
B=33.50%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832222040.1800.080.13152.3137.1479.41
HexB7DECC1208D98254f
Octal267336314220101523045117
Binary10110111110111101100110010010010001101100110001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>