#8CE7A8

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

Shades of Vista Blue #8CE7A8

Tints of Vista Blue #8CE7A8

Color information

#8CE7A8 (or 0x8CE7A8) is unknown color: approx Vista Blue. HEX triplet: 8C, E7 and A8. RGB value is (140,231,168). Sum of RGB (Red+Green+Blue) = 140+231+168=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 231 (90.62% from 255 or 42.86% from 539); Blue value is 168 (66.02% from 255 or 31.17% from 539); Max value from RGB is 231 - color contains mainly: green. Hex color #8CE7A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE7A8 is #731857. Grayscale: #C4C4C4. Windows color (decimal): -7542872 or 11069324. OLE color: 11069324.

HSL color Cylindrical-coordinate representation of color #8CE7A8: hue angle of 138.46º 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 #8CE7A8 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB140231168-
CMYK0.3900.270.09
HSL138.46º65.47%72.75%-
HSV(B)138.46º39.39%90.59%-
XYZ46.4665.5547.25-
YUV196.61111.8587.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 231 (90.62% from 255) = 42.86%
BLUE value IS 168 (66.02% from 255) = 31.17%
R=25.97%
G=42.86%
B=31.17%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402311680.3900.270.09138.4665.4772.75
Hex8CE7A82701B98a4149
Octal2143472504703311212101111
Binary10001100111001111010100010011101101110011000101010000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE7A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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