#B7DECB

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

Shades of Aero Blue #B7DECB

Tints of Aero Blue #B7DECB

Color information

#B7DECB (or 0xB7DECB) is unknown color: approx Aero Blue. HEX triplet: B7, DE and CB. RGB value is (183,222,203). Sum of RGB (Red+Green+Blue) = 183+222+203=608 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.10% from 608); Green value is 222 (87.11% from 255 or 36.51% from 608); Blue value is 203 (79.69% from 255 or 33.39% from 608); Max value from RGB is 222 - color contains mainly: green. Hex color #B7DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DECB is #482134. Grayscale: #D0D0D0. Windows color (decimal): -4727093 or 13360823. OLE color: 13360823.

HSL color Cylindrical-coordinate representation of color #B7DECB: hue angle of 150.77º 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 #B7DECB is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB183222203-
CMYK0.1800.090.13
HSL150.77º37.14%79.41%-
HSV(B)150.77º17.57%87.06%-
XYZ56.4366.6266.39-
YUV208.17125.08110.04-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.10%
GREEN value IS 222 (87.11% from 255) = 36.51%
BLUE value IS 203 (79.69% from 255) = 33.39%
R=30.10%
G=36.51%
B=33.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1832222030.1800.090.13150.7737.1479.41
HexB7DECB1209D97254f
Octal267336313220111522745117
Binary10110111110111101100101110010010011101100101111001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7DECB; }

 p { color: rgb(183,222,203); }

 H1.HeaderClassName
 {
   color: #B7DECB;
 }
 .AnyTagClassName
 {
   color: #B7DECB;
 }
</style>
background-color css

<style>
 a { background-color: #B7DECB; }

 a { background-color: rgb(183,222,203); }

 div.DivClassName
 {
   background-color: #B7DECB;
 }
 .BgClassName
 {
   background-color: #B7DECB;
 }
</style>
border-color css

<style>
 span { border-color: #B7DECB; }

 span { border-color: rgb(183,222,203); }

 td.TdClassName
 {
   border-color: #B7DECB;
 }
 .TagClassName
 {
   border-color: #B7DECB;
 }
</style>