#B5E7CA

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

Shades of Aero Blue #B5E7CA

Tints of Aero Blue #B5E7CA

Color information

#B5E7CA (or 0xB5E7CA) is unknown color: approx Aero Blue. HEX triplet: B5, E7 and CA. RGB value is (181,231,202). Sum of RGB (Red+Green+Blue) = 181+231+202=614 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.48% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 202 (79.30% from 255 or 32.90% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7CA is #4A1835. Grayscale: #D4D4D4. Windows color (decimal): -4855862 or 13297589. OLE color: 13297589.

HSL color Cylindrical-coordinate representation of color #B5E7CA: hue angle of 145.2º degrees, saturation: 0.51, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5E7CA is Cyan = 0.22, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.

Color convert

RGB181231202-
CMYK0.2200.130.09
HSL145.2º51.02%80.78%-
HSV(B)145.2º21.65%90.59%-
XYZ58.2971.2466.56-
YUV212.74121.94105.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.48%
GREEN value IS 231 (90.62% from 255) = 37.62%
BLUE value IS 202 (79.30% from 255) = 32.90%
R=29.48%
G=37.62%
B=32.90%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812312020.2200.130.09145.251.0280.78
HexB5E7CA160D9913351
Octal265347312260151122163121
Binary10110101111001111100101010110011011001100100011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E7CA; }

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

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

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

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

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

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

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

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