#8ECDB3

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

Shades of Vista Blue #8ECDB3

Tints of Vista Blue #8ECDB3

Color information

#8ECDB3 (or 0x8ECDB3) is unknown color: approx Vista Blue. HEX triplet: 8E, CD and B3. RGB value is (142,205,179). Sum of RGB (Red+Green+Blue) = 142+205+179=526 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.00% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 179 (70.31% from 255 or 34.03% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #8ECDB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ECDB3 is #71324C. Grayscale: #B7B7B7. Windows color (decimal): -7418445 or 11783566. OLE color: 11783566.

HSL color Cylindrical-coordinate representation of color #8ECDB3: hue angle of 155.24º 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 #8ECDB3 is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB142205179-
CMYK0.3100.130.20
HSL155.24º38.65%68.04%-
HSV(B)155.24º30.73%80.39%-
XYZ41.1252.6750.65-
YUV183.2125.6398.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.00%
GREEN value IS 205 (80.47% from 255) = 38.97%
BLUE value IS 179 (70.31% from 255) = 34.03%
R=27.00%
G=38.97%
B=34.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1422051790.3100.130.20155.2438.6568.04
Hex8ECDB31F0D149b2744
Octal216315263370152423347104
Binary100011101100110110110011111110110110100100110111001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ECDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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