#8CD2A5

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

Shades of Vista Blue #8CD2A5

Tints of Vista Blue #8CD2A5

Color information

#8CD2A5 (or 0x8CD2A5) is unknown color: approx Vista Blue. HEX triplet: 8C, D2 and A5. RGB value is (140,210,165). Sum of RGB (Red+Green+Blue) = 140+210+165=515 (68% of max value = 765). Red value is 140 (55.08% from 255 or 27.18% from 515); Green value is 210 (82.42% from 255 or 40.78% from 515); Blue value is 165 (64.84% from 255 or 32.04% from 515); Max value from RGB is 210 - color contains mainly: green. Hex color #8CD2A5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CD2A5 is #732D5A. Grayscale: #B8B8B8. Windows color (decimal): -7548251 or 10867340. OLE color: 10867340.

HSL color Cylindrical-coordinate representation of color #8CD2A5: hue angle of 141.43º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8CD2A5 is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB140210165-
CMYK0.3300.210.18
HSL141.43º43.75%68.63%-
HSV(B)141.43º33.33%82.35%-
XYZ40.6554.3943.95-
YUV183.94117.3196.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.18%
GREEN value IS 210 (82.42% from 255) = 40.78%
BLUE value IS 165 (64.84% from 255) = 32.04%
R=27.18%
G=40.78%
B=32.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402101650.3300.210.18141.4343.7568.63
Hex8CD2A521015128d2c45
Octal214322245410252221554105
Binary10001100110100101010010110000101010110010100011011011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD2A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,210,165); }

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

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

 a { background-color: rgb(140,210,165); }

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

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

 span { border-color: rgb(140,210,165); }

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