#B5EBCC

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

Shades of Aero Blue #B5EBCC

Tints of Aero Blue #B5EBCC

Color information

#B5EBCC (or 0xB5EBCC) is unknown color: approx Aero Blue. HEX triplet: B5, EB and CC. RGB value is (181,235,204). Sum of RGB (Red+Green+Blue) = 181+235+204=620 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.19% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBCC is #4A1433. Grayscale: #D7D7D7. Windows color (decimal): -4854836 or 13429685. OLE color: 13429685.

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

Color convert

RGB181235204-
CMYK0.2300.130.08
HSL145.56º57.45%81.57%-
HSV(B)145.56º22.98%92.16%-
XYZ59.6673.668.19-
YUV215.32121.61103.52-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.19%
GREEN value IS 235 (92.19% from 255) = 37.90%
BLUE value IS 204 (80.08% from 255) = 32.90%
R=29.19%
G=37.90%
B=32.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352040.2300.130.08145.5657.4581.57
HexB5EBCC170D8923952
Octal265353314270151022271122
Binary10110101111010111100110010111011011000100100101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBCC; }

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

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

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

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

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

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

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

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