#8CE7AD

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

Shades of Vista Blue #8CE7AD

Tints of Vista Blue #8CE7AD

Color information

#8CE7AD (or 0x8CE7AD) is unknown color: approx Vista Blue. HEX triplet: 8C, E7 and AD. RGB value is (140,231,173). Sum of RGB (Red+Green+Blue) = 140+231+173=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 231 (90.62% from 255 or 42.46% from 544); Blue value is 173 (67.97% from 255 or 31.80% from 544); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE7AD is #731852. Grayscale: #C5C5C5. Windows color (decimal): -7542867 or 11397004. OLE color: 11397004.

HSL color Cylindrical-coordinate representation of color #8CE7AD: hue angle of 141.76º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE7AD is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB140231173-
CMYK0.3900.250.09
HSL141.76º65.47%72.75%-
HSV(B)141.76º39.39%90.59%-
XYZ46.9365.7449.75-
YUV197.18114.3587.22-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 231 (90.62% from 255) = 42.46%
BLUE value IS 173 (67.97% from 255) = 31.80%
R=25.74%
G=42.46%
B=31.80%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402311730.3900.250.09141.7665.4772.75
Hex8CE7AD2701998e4149
Octal2143472554703111216101111
Binary10001100111001111010110110011101100110011000111010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE7AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,231,173); }

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

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

 a { background-color: rgb(140,231,173); }

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

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

 span { border-color: rgb(140,231,173); }

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