#B5EBD2

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

Shades of Aero Blue #B5EBD2

Tints of Aero Blue #B5EBD2

Color information

#B5EBD2 (or 0xB5EBD2) is unknown color: approx Aero Blue. HEX triplet: B5, EB and D2. RGB value is (181,235,210). Sum of RGB (Red+Green+Blue) = 181+235+210=626 (82% of max value = 765). Red value is 181 (71.09% from 255 or 28.91% from 626); Green value is 235 (92.19% from 255 or 37.54% from 626); Blue value is 210 (82.42% from 255 or 33.55% from 626); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBD2 is #4A142D. Grayscale: #D8D8D8. Windows color (decimal): -4854830 or 13822901. OLE color: 13822901.

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

Color convert

RGB181235210-
CMYK0.2300.110.08
HSL152.22º57.45%81.57%-
HSV(B)152.22º22.98%92.16%-
XYZ60.473.8972.05-
YUV216124.61103.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.91%
GREEN value IS 235 (92.19% from 255) = 37.54%
BLUE value IS 210 (82.42% from 255) = 33.55%
R=28.91%
G=37.54%
B=33.55%

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
Decimal1812352100.2300.110.08152.2257.4581.57
HexB5EBD2170B8983952
Octal265353322270131023071122
Binary10110101111010111101001010111010111000100110001110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBD2; }

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

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

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

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

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

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

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

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