#8CE9AB

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

Shades of Vista Blue #8CE9AB

Tints of Vista Blue #8CE9AB

Color information

#8CE9AB (or 0x8CE9AB) is unknown color: approx Vista Blue. HEX triplet: 8C, E9 and AB. RGB value is (140,233,171). Sum of RGB (Red+Green+Blue) = 140+233+171=544 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.74% from 544); Green value is 233 (91.41% from 255 or 42.83% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 233 - color contains mainly: green. Hex color #8CE9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CE9AB is #731654. Grayscale: #C6C6C6. Windows color (decimal): -7542357 or 11266444. OLE color: 11266444.

HSL color Cylindrical-coordinate representation of color #8CE9AB: hue angle of 140º degrees, saturation: 0.68, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CE9AB is Cyan = 0.40, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB140233171-
CMYK0.4000.270.09
HSL140º67.88%73.14%-
HSV(B)140º39.91%91.37%-
XYZ47.366.7948.93-
YUV198.12112.6986.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.74%
GREEN value IS 233 (91.41% from 255) = 42.83%
BLUE value IS 171 (67.19% from 255) = 31.43%
R=25.74%
G=42.83%
B=31.43%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1402331710.4000.270.0914067.8873.14
Hex8CE9AB2801B98c4449
Octal2143512535003311214104111
Binary10001100111010011010101110100001101110011000110010001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,233,171); }

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

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

 a { background-color: rgb(140,233,171); }

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

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

 span { border-color: rgb(140,233,171); }

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