#B5EACD

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

Shades of Aero Blue #B5EACD

Tints of Aero Blue #B5EACD

Color information

#B5EACD (or 0xB5EACD) is unknown color: approx Aero Blue. HEX triplet: B5, EA and CD. RGB value is (181,234,205). Sum of RGB (Red+Green+Blue) = 181+234+205=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 205 (80.47% from 255 or 33.06% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACD is #4A1532. Grayscale: #D6D6D6. Windows color (decimal): -4855091 or 13494965. OLE color: 13494965.

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

Color convert

RGB181234205-
CMYK0.2300.120.08
HSL147.17º55.79%81.37%-
HSV(B)147.17º22.65%91.76%-
XYZ59.573.0868.73-
YUV214.85122.44103.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 205 (80.47% from 255) = 33.06%
R=29.19%
G=37.74%
B=33.06%

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
Decimal1812342050.2300.120.08147.1755.7981.37
HexB5EACD170C8933851
Octal265352315270141022370121
Binary10110101111010101100110110111011001000100100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EACD; }

 p { color: rgb(181,234,205); }

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

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

 a { background-color: rgb(181,234,205); }

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

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

 span { border-color: rgb(181,234,205); }

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