#8EEAAF

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

Shades of Vista Blue #8EEAAF

Tints of Vista Blue #8EEAAF

Color information

#8EEAAF (or 0x8EEAAF) is unknown color: approx Vista Blue. HEX triplet: 8E, EA and AF. RGB value is (142,234,175). Sum of RGB (Red+Green+Blue) = 142+234+175=551 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.77% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 175 (68.75% from 255 or 31.76% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #8EEAAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEAAF is #711550. Grayscale: #C7C7C7. Windows color (decimal): -7411025 or 11528846. OLE color: 11528846.

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

Color convert

RGB142234175-
CMYK0.3900.250.08
HSL141.52º68.66%73.73%-
HSV(B)141.52º39.32%91.76%-
XYZ48.3267.6951.08-
YUV199.77114.0286.8-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.77%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 175 (68.75% from 255) = 31.76%
R=25.77%
G=42.47%
B=31.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1422341750.3900.250.08141.5268.6673.73
Hex8EEAAF2701988e454a
Octal2163522574703110216105112
Binary10001110111010101010111110011101100110001000111010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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