#B5DECB

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

Shades of Aero Blue #B5DECB

Tints of Aero Blue #B5DECB

Color information

#B5DECB (or 0xB5DECB) is unknown color: approx Aero Blue. HEX triplet: B5, DE and CB. RGB value is (181,222,203). Sum of RGB (Red+Green+Blue) = 181+222+203=606 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.87% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #B5DECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DECB is #4A2134. Grayscale: #CFCFCF. Windows color (decimal): -4858165 or 13360821. OLE color: 13360821.

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

Color convert

RGB181222203-
CMYK0.1800.090.13
HSL152.2º38.32%79.02%-
HSV(B)152.2º18.47%87.06%-
XYZ55.9666.3866.36-
YUV207.58125.42109.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.87%
GREEN value IS 222 (87.11% from 255) = 36.63%
BLUE value IS 203 (79.69% from 255) = 33.50%
R=29.87%
G=36.63%
B=33.50%

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
Decimal1812222030.1800.090.13152.238.3279.02
HexB5DECB1209D98264f
Octal265336313220111523046117
Binary10110101110111101100101110010010011101100110001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5DECB; }

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

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

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

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

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

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

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

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