#B5E7CD

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

Shades of Aero Blue #B5E7CD

Tints of Aero Blue #B5E7CD

Color information

#B5E7CD (or 0xB5E7CD) is unknown color: approx Aero Blue. HEX triplet: B5, E7 and CD. RGB value is (181,231,205). Sum of RGB (Red+Green+Blue) = 181+231+205=617 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.34% from 617); Green value is 231 (90.62% from 255 or 37.44% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 231 - color contains mainly: green. Hex color #B5E7CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E7CD is #4A1832. Grayscale: #D5D5D5. Windows color (decimal): -4855859 or 13494197. OLE color: 13494197.

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

Color convert

RGB181231205-
CMYK0.2200.110.09
HSL148.8º51.02%80.78%-
HSV(B)148.8º21.65%90.59%-
XYZ58.6571.3868.44-
YUV213.09123.44105.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.34%
GREEN value IS 231 (90.62% from 255) = 37.44%
BLUE value IS 205 (80.47% from 255) = 33.23%
R=29.34%
G=37.44%
B=33.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1812312050.2200.110.09148.851.0280.78
HexB5E7CD160B9953351
Octal265347315260131122563121
Binary10110101111001111100110110110010111001100101011100111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E7CD; }

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

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

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

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

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

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

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

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