#8EEAAB

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

Shades of Vista Blue #8EEAAB

Tints of Vista Blue #8EEAAB

Color information

#8EEAAB (or 0x8EEAAB) is unknown color: approx Vista Blue. HEX triplet: 8E, EA and AB. RGB value is (142,234,171). Sum of RGB (Red+Green+Blue) = 142+234+171=547 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.96% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 171 (67.19% from 255 or 31.26% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEAAB is #711554. Grayscale: #C7C7C7. Windows color (decimal): -7411029 or 11266702. OLE color: 11266702.

HSL color Cylindrical-coordinate representation of color #8EEAAB: hue angle of 138.91º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8EEAAB is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB142234171-
CMYK0.3900.270.08
HSL138.91º68.66%73.73%-
HSV(B)138.91º39.32%91.76%-
XYZ47.9367.5449.04-
YUV199.31112.0287.12-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.96%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 171 (67.19% from 255) = 31.26%
R=25.96%
G=42.78%
B=31.26%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341710.3900.270.08138.9168.6673.73
Hex8EEAAB2701B88b454a
Octal2163522534703310213105112
Binary10001110111010101010101110011101101110001000101110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,234,171); }

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

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

 a { background-color: rgb(142,234,171); }

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

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

 span { border-color: rgb(142,234,171); }

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