#8EEFAB

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

Shades of Vista Blue #8EEFAB

Tints of Vista Blue #8EEFAB

Color information

#8EEFAB (or 0x8EEFAB) is unknown color: approx Vista Blue. HEX triplet: 8E, EF and AB. RGB value is (142,239,171). Sum of RGB (Red+Green+Blue) = 142+239+171=552 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.72% from 552); Green value is 239 (93.75% from 255 or 43.30% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 239 - color contains mainly: green. Hex color #8EEFAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EEFAB is #711054. Grayscale: #CACACA. Windows color (decimal): -7409749 or 11267982. OLE color: 11267982.

HSL color Cylindrical-coordinate representation of color #8EEFAB: hue angle of 137.94º 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 #8EEFAB is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB142239171-
CMYK0.4100.280.06
HSL137.94º75.19%74.71%-
HSV(B)137.94º40.59%93.73%-
XYZ49.3770.4249.52-
YUV202.24110.3685.03-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.72%
GREEN value IS 239 (93.75% from 255) = 43.30%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=25.72%
G=43.30%
B=30.98%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1422391710.4100.280.06137.9475.1974.71
Hex8EEFAB2901C68a4b4b
Octal216357253510346212113113
Binary1000111011101111101010111010010111001101000101010010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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