#B5ECCB

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

Shades of Aero Blue #B5ECCB

Tints of Aero Blue #B5ECCB

Color information

#B5ECCB (or 0xB5ECCB) is unknown color: approx Aero Blue. HEX triplet: B5, EC and CB. RGB value is (181,236,203). Sum of RGB (Red+Green+Blue) = 181+236+203=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 236 (92.58% from 255 or 38.06% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECCB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECCB is #4A1334. Grayscale: #D7D7D7. Windows color (decimal): -4854581 or 13364405. OLE color: 13364405.

HSL color Cylindrical-coordinate representation of color #B5ECCB: hue angle of 144º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECCB is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB181236203-
CMYK0.2300.140.07
HSL144º59.14%81.76%-
HSV(B)144º23.31%92.55%-
XYZ59.8374.1367.65-
YUV215.79120.78103.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 236 (92.58% from 255) = 38.06%
BLUE value IS 203 (79.69% from 255) = 32.74%
R=29.19%
G=38.06%
B=32.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362030.2300.140.0714459.1481.76
HexB5ECCB170E7903b52
Octal26535431327016722073122
Binary1011010111101100110010111011101110111100100001110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECCB; }

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

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

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

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

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

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

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

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