#B5E9CB

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

Shades of Aero Blue #B5E9CB

Tints of Aero Blue #B5E9CB

Color information

#B5E9CB (or 0xB5E9CB) is unknown color: approx Aero Blue. HEX triplet: B5, E9 and CB. RGB value is (181,233,203). Sum of RGB (Red+Green+Blue) = 181+233+203=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 233 (91.41% from 255 or 37.76% from 617); Blue value is 203 (79.69% from 255 or 32.90% from 617); Max value from RGB is 233 - color contains mainly: green. Hex color #B5E9CB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E9CB is #4A1634. Grayscale: #D6D6D6. Windows color (decimal): -4855349 or 13363637. OLE color: 13363637.

HSL color Cylindrical-coordinate representation of color #B5E9CB: hue angle of 145.38º degrees, saturation: 0.54, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E9CB is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB181233203-
CMYK0.2200.130.09
HSL145.38º54.17%81.18%-
HSV(B)145.38º22.32%91.37%-
XYZ58.9772.4167.37-
YUV214.03121.77104.44-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 233 (91.41% from 255) = 37.76%
BLUE value IS 203 (79.69% from 255) = 32.90%
R=29.34%
G=37.76%
B=32.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812332030.2200.130.09145.3854.1781.18
HexB5E9CB160D9913651
Octal265351313260151122166121
Binary10110101111010011100101110110011011001100100011101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E9CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E9CB; }

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

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

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

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

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

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

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

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