#8DCEA5

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

Shades of Vista Blue #8DCEA5

Tints of Vista Blue #8DCEA5

Color information

#8DCEA5 (or 0x8DCEA5) is unknown color: approx Vista Blue. HEX triplet: 8D, CE and A5. RGB value is (141,206,165). Sum of RGB (Red+Green+Blue) = 141+206+165=512 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.54% from 512); Green value is 206 (80.86% from 255 or 40.23% from 512); Blue value is 165 (64.84% from 255 or 32.23% from 512); Max value from RGB is 206 - color contains mainly: green. Hex color #8DCEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCEA5 is #72315A. Grayscale: #B5B5B5. Windows color (decimal): -7483739 or 10866317. OLE color: 10866317.

HSL color Cylindrical-coordinate representation of color #8DCEA5: hue angle of 142.15º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8DCEA5 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB141206165-
CMYK0.3200.200.19
HSL142.15º39.88%68.04%-
HSV(B)142.15º31.55%80.78%-
XYZ39.8552.5243.63-
YUV181.89118.4798.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.54%
GREEN value IS 206 (80.86% from 255) = 40.23%
BLUE value IS 165 (64.84% from 255) = 32.23%
R=27.54%
G=40.23%
B=32.23%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1412061650.3200.200.19142.1539.8868.04
Hex8DCEA520014138e2844
Octal215316245400242321650104
Binary10001101110011101010010110000001010010011100011101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,206,165); }

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

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

 a { background-color: rgb(141,206,165); }

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

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

 span { border-color: rgb(141,206,165); }

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