#B6ECCD

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

Shades of Aero Blue #B6ECCD

Tints of Aero Blue #B6ECCD

Color information

#B6ECCD (or 0xB6ECCD) is unknown color: approx Aero Blue. HEX triplet: B6, EC and CD. RGB value is (182,236,205). Sum of RGB (Red+Green+Blue) = 182+236+205=623 (82% of max value = 765). Red value is 182 (71.48% from 255 or 29.21% from 623); Green value is 236 (92.58% from 255 or 37.88% from 623); Blue value is 205 (80.47% from 255 or 32.91% from 623); Max value from RGB is 236 - color contains mainly: green. Hex color #B6ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B6ECCD is #491332. Grayscale: #D8D8D8. Windows color (decimal): -4789043 or 13495478. OLE color: 13495478.

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

Color convert

RGB182236205-
CMYK0.2300.130.07
HSL145.56º58.7%81.96%-
HSV(B)145.56º22.88%92.55%-
XYZ60.3174.3468.93-
YUV216.32121.61103.52-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 29.21%
GREEN value IS 236 (92.58% from 255) = 37.88%
BLUE value IS 205 (80.47% from 255) = 32.91%
R=29.21%
G=37.88%
B=32.91%

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
Decimal1822362050.2300.130.07145.5658.781.96
HexB6ECCD170D7923b52
Octal26635431527015722273122
Binary1011011011101100110011011011101101111100100101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ECCD; }

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

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

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

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

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

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

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

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