#B5EACA

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

Shades of Aero Blue #B5EACA

Tints of Aero Blue #B5EACA

Color information

#B5EACA (or 0xB5EACA) is unknown color: approx Aero Blue. HEX triplet: B5, EA and CA. RGB value is (181,234,202). Sum of RGB (Red+Green+Blue) = 181+234+202=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 234 (91.80% from 255 or 37.93% from 617); Blue value is 202 (79.30% from 255 or 32.74% from 617); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EACA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EACA is #4A1535. Grayscale: #D6D6D6. Windows color (decimal): -4855094 or 13298357. OLE color: 13298357.

HSL color Cylindrical-coordinate representation of color #B5EACA: hue angle of 143.77º 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 #B5EACA is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB181234202-
CMYK0.2300.140.08
HSL143.77º55.79%81.37%-
HSV(B)143.77º22.65%91.76%-
XYZ59.1472.9366.84-
YUV214.5120.94104.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 234 (91.80% from 255) = 37.93%
BLUE value IS 202 (79.30% from 255) = 32.74%
R=29.34%
G=37.93%
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.08
SystemRedGreenBlueCMYKHSL
Decimal1812342020.2300.140.08143.7755.7981.37
HexB5EACA170E8903851
Octal265352312270161022070121
Binary10110101111010101100101010111011101000100100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EACA; }

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

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

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

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

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

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

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

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