#B5E8CF

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

Shades of Aero Blue #B5E8CF

Tints of Aero Blue #B5E8CF

Color information

#B5E8CF (or 0xB5E8CF) is unknown color: approx Aero Blue. HEX triplet: B5, E8 and CF. RGB value is (181,232,207). Sum of RGB (Red+Green+Blue) = 181+232+207=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 232 (91.02% from 255 or 37.42% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 232 - color contains mainly: green. Hex color #B5E8CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5E8CF is #4A1730. Grayscale: #D5D5D5. Windows color (decimal): -4855601 or 13625525. OLE color: 13625525.

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

Color convert

RGB181232207-
CMYK0.2200.110.09
HSL150.59º52.58%80.98%-
HSV(B)150.59º21.98%90.98%-
XYZ59.1872.0469.82-
YUV213.9124.1104.53-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 232 (91.02% from 255) = 37.42%
BLUE value IS 207 (81.25% from 255) = 33.39%
R=29.19%
G=37.42%
B=33.39%

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
Decimal1812322070.2200.110.09150.5952.5880.98
HexB5E8CF160B9973551
Octal265350317260131122765121
Binary10110101111010001100111110110010111001100101111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5E8CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5E8CF; }

 p { color: rgb(181,232,207); }

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

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

 a { background-color: rgb(181,232,207); }

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

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

 span { border-color: rgb(181,232,207); }

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