#8DCFA5

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

Shades of Vista Blue #8DCFA5

Tints of Vista Blue #8DCFA5

Color information

#8DCFA5 (or 0x8DCFA5) is unknown color: approx Vista Blue. HEX triplet: 8D, CF and A5. RGB value is (141,207,165). Sum of RGB (Red+Green+Blue) = 141+207+165=513 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.49% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 165 (64.84% from 255 or 32.16% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #8DCFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8DCFA5 is #72305A. Grayscale: #B6B6B6. Windows color (decimal): -7483483 or 10866573. OLE color: 10866573.

HSL color Cylindrical-coordinate representation of color #8DCFA5: hue angle of 141.82º degrees, saturation: 0.41, 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 #8DCFA5 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.

Color convert

RGB141207165-
CMYK0.3200.200.19
HSL141.82º40.74%68.24%-
HSV(B)141.82º31.88%81.18%-
XYZ40.095343.72-
YUV182.48118.1398.42-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.49%
GREEN value IS 207 (81.25% from 255) = 40.35%
BLUE value IS 165 (64.84% from 255) = 32.16%
R=27.49%
G=40.35%
B=32.16%

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
Decimal1412071650.3200.200.19141.8240.7468.24
Hex8DCFA520014138e2944
Octal215317245400242321651104
Binary10001101110011111010010110000001010010011100011101010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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