#B5EAD0

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

Shades of Aero Blue #B5EAD0

Tints of Aero Blue #B5EAD0

Color information

#B5EAD0 (or 0xB5EAD0) is unknown color: approx Aero Blue. HEX triplet: B5, EA and D0. RGB value is (181,234,208). Sum of RGB (Red+Green+Blue) = 181+234+208=623 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.05% from 623); Green value is 234 (91.80% from 255 or 37.56% from 623); Blue value is 208 (81.64% from 255 or 33.39% from 623); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EAD0 is #4A152F. Grayscale: #D7D7D7. Windows color (decimal): -4855088 or 13691573. OLE color: 13691573.

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

Color convert

RGB181234208-
CMYK0.2300.110.08
HSL150.57º55.79%81.37%-
HSV(B)150.57º22.65%91.76%-
XYZ59.8673.2270.65-
YUV215.19123.94103.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.05%
GREEN value IS 234 (91.80% from 255) = 37.56%
BLUE value IS 208 (81.64% from 255) = 33.39%
R=29.05%
G=37.56%
B=33.39%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812342080.2300.110.08150.5755.7981.37
HexB5EAD0170B8973851
Octal265352320270131022770121
Binary10110101111010101101000010111010111000100101111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EAD0; }

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

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

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

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

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

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

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

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