#B5EBD4

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

Shades of Aero Blue #B5EBD4

Tints of Aero Blue #B5EBD4

Color information

#B5EBD4 (or 0xB5EBD4) is unknown color: approx Aero Blue. HEX triplet: B5, EB and D4. RGB value is (181,235,212). Sum of RGB (Red+Green+Blue) = 181+235+212=628 (83% of max value = 765). Red value is 181 (71.09% from 255 or 28.82% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBD4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBD4 is #4A142B. Grayscale: #D8D8D8. Windows color (decimal): -4854828 or 13953973. OLE color: 13953973.

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

Color convert

RGB181235212-
CMYK0.2300.100.08
HSL154.44º57.45%81.57%-
HSV(B)154.44º22.98%92.16%-
XYZ60.6573.9973.37-
YUV216.23125.61102.87-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 28.82%
GREEN value IS 235 (92.19% from 255) = 37.42%
BLUE value IS 212 (83.20% from 255) = 33.76%
R=28.82%
G=37.42%
B=33.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352120.2300.100.08154.4457.4581.57
HexB5EBD4170A89a3952
Octal265353324270121023271122
Binary10110101111010111101010010111010101000100110101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBD4; }

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

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

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

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

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

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

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

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