#8ECDB5

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

Shades of Vista Blue #8ECDB5

Tints of Vista Blue #8ECDB5

Color information

#8ECDB5 (or 0x8ECDB5) is unknown color: approx Vista Blue. HEX triplet: 8E, CD and B5. RGB value is (142,205,181). Sum of RGB (Red+Green+Blue) = 142+205+181=528 (69% of max value = 765). Red value is 142 (55.86% from 255 or 26.89% from 528); Green value is 205 (80.47% from 255 or 38.83% from 528); Blue value is 181 (71.09% from 255 or 34.28% from 528); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDB5 is #71324A. Grayscale: #B7B7B7. Windows color (decimal): -7418443 or 11914638. OLE color: 11914638.

HSL color Cylindrical-coordinate representation of color #8ECDB5: hue angle of 157.14º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8ECDB5 is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.

Color convert

RGB142205181-
CMYK0.3100.120.20
HSL157.14º38.65%68.04%-
HSV(B)157.14º30.73%80.39%-
XYZ41.3352.7551.72-
YUV183.43126.6398.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.89%
GREEN value IS 205 (80.47% from 255) = 38.83%
BLUE value IS 181 (71.09% from 255) = 34.28%
R=26.89%
G=38.83%
B=34.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051810.3100.120.20157.1438.6568.04
Hex8ECDB51F0C149d2744
Octal216315265370142423547104
Binary100011101100110110110101111110110010100100111011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ECDB5; }

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

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

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

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

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

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

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

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