#B5EBCA

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

Shades of Aero Blue #B5EBCA

Tints of Aero Blue #B5EBCA

Color information

#B5EBCA (or 0xB5EBCA) is unknown color: approx Aero Blue. HEX triplet: B5, EB and CA. RGB value is (181,235,202). Sum of RGB (Red+Green+Blue) = 181+235+202=618 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.29% from 618); Green value is 235 (92.19% from 255 or 38.03% from 618); Blue value is 202 (79.30% from 255 or 32.69% from 618); Max value from RGB is 235 - color contains mainly: green. Hex color #B5EBCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5EBCA is #4A1435. Grayscale: #D7D7D7. Windows color (decimal): -4854838 or 13298613. OLE color: 13298613.

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

Color convert

RGB181235202-
CMYK0.2300.140.08
HSL143.33º57.45%81.57%-
HSV(B)143.33º22.98%92.16%-
XYZ59.4373.566.93-
YUV215.09120.61103.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.29%
GREEN value IS 235 (92.19% from 255) = 38.03%
BLUE value IS 202 (79.30% from 255) = 32.69%
R=29.29%
G=38.03%
B=32.69%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1812352020.2300.140.08143.3357.4581.57
HexB5EBCA170E88f3952
Octal265353312270161021771122
Binary10110101111010111100101010111011101000100011111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5EBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5EBCA; }

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

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

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

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

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

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

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

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