#B5EBCE

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

Shades of Aero Blue #B5EBCE

Tints of Aero Blue #B5EBCE

Color information

#B5EBCE (or 0xB5EBCE) is unknown color: approx Aero Blue. HEX triplet: B5, EB and CE. RGB value is (181,235,206). Sum of RGB (Red+Green+Blue) = 181+235+206=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 235 (92.19% from 255 or 37.78% from 622); Blue value is 206 (80.86% from 255 or 33.12% from 622); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBCE is #4A1431. Grayscale: #D7D7D7. Windows color (decimal): -4854834 or 13560757. OLE color: 13560757.

HSL color Cylindrical-coordinate representation of color #B5EBCE: hue angle of 147.78º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5EBCE is Cyan = 0.23, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB181235206-
CMYK0.2300.120.08
HSL147.78º57.45%81.57%-
HSV(B)147.78º22.98%92.16%-
XYZ59.973.769.46-
YUV215.55122.61103.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 235 (92.19% from 255) = 37.78%
BLUE value IS 206 (80.86% from 255) = 33.12%
R=29.10%
G=37.78%
B=33.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352060.2300.120.08147.7857.4581.57
HexB5EBCE170C8943952
Octal265353316270141022471122
Binary10110101111010111100111010111011001000100101001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBCE; }

 p { color: rgb(181,235,206); }

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

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

 a { background-color: rgb(181,235,206); }

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

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

 span { border-color: rgb(181,235,206); }

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