#8EEFAF

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

Shades of Vista Blue #8EEFAF

Tints of Vista Blue #8EEFAF

Color information

#8EEFAF (or 0x8EEFAF) is unknown color: approx Vista Blue. HEX triplet: 8E, EF and AF. RGB value is (142,239,175). Sum of RGB (Red+Green+Blue) = 142+239+175=556 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.54% from 556); Green value is 239 (93.75% from 255 or 42.99% from 556); Blue value is 175 (68.75% from 255 or 31.47% from 556); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEFAF is #711050. Grayscale: #CACACA. Windows color (decimal): -7409745 or 11530126. OLE color: 11530126.

HSL color Cylindrical-coordinate representation of color #8EEFAF: hue angle of 140.41º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8EEFAF is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB142239175-
CMYK0.4100.270.06
HSL140.41º75.19%74.71%-
HSV(B)140.41º40.59%93.73%-
XYZ49.7670.5851.56-
YUV202.7112.3684.7-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.54%
GREEN value IS 239 (93.75% from 255) = 42.99%
BLUE value IS 175 (68.75% from 255) = 31.47%
R=25.54%
G=42.99%
B=31.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391750.4100.270.06140.4175.1974.71
Hex8EEFAF2901B68c4b4b
Octal216357257510336214113113
Binary1000111011101111101011111010010110111101000110010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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