#B7ECCD

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

Shades of Aero Blue #B7ECCD

Tints of Aero Blue #B7ECCD

Color information

#B7ECCD (or 0xB7ECCD) is unknown color: approx Aero Blue. HEX triplet: B7, EC and CD. RGB value is (183,236,205). Sum of RGB (Red+Green+Blue) = 183+236+205=624 (82% of max value = 765). Red value is 183 (71.88% from 255 or 29.33% from 624); Green value is 236 (92.58% from 255 or 37.82% from 624); Blue value is 205 (80.47% from 255 or 32.85% from 624); Max value from RGB is 236 - color contains mainly: green. Hex color #B7ECCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #B7ECCD is #481332. Grayscale: #D8D8D8. Windows color (decimal): -4723507 or 13495479. OLE color: 13495479.

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

Color convert

RGB183236205-
CMYK0.2200.130.07
HSL144.91º58.24%82.16%-
HSV(B)144.91º22.46%92.55%-
XYZ60.5474.4768.94-
YUV216.62121.44104.02-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 29.33%
GREEN value IS 236 (92.58% from 255) = 37.82%
BLUE value IS 205 (80.47% from 255) = 32.85%
R=29.33%
G=37.82%
B=32.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1832362050.2200.130.07144.9158.2482.16
HexB7ECCD160D7913a52
Octal26735431526015722172122
Binary1011011111101100110011011011001101111100100011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ECCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ECCD; }

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

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

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

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

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

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

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

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