#B5ECCD

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

Shades of Aero Blue #B5ECCD

Tints of Aero Blue #B5ECCD

Color information

#B5ECCD (or 0xB5ECCD) is unknown color: approx Aero Blue. HEX triplet: B5, EC and CD. RGB value is (181,236,205). Sum of RGB (Red+Green+Blue) = 181+236+205=622 (82% of max value = 765). Red value is 181 (71.09% from 255 or 29.10% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 205 (80.47% from 255 or 32.96% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #B5ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B5ECCD is #4A1332. Grayscale: #D8D8D8. Windows color (decimal): -4854579 or 13495477. OLE color: 13495477.

HSL color Cylindrical-coordinate representation of color #B5ECCD: hue angle of 146.18º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5ECCD is Cyan = 0.23, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB181236205-
CMYK0.2300.130.07
HSL146.18º59.14%81.76%-
HSV(B)146.18º23.31%92.55%-
XYZ60.0774.2268.92-
YUV216.02121.78103.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.10%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 205 (80.47% from 255) = 32.96%
R=29.10%
G=37.94%
B=32.96%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1812362050.2300.130.07146.1859.1481.76
HexB5ECCD170D7923b52
Octal26535431527015722273122
Binary1011010111101100110011011011101101111100100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ECCD; }

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

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

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

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

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

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

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

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