#8EFAB4

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

Shades of Vista Blue #8EFAB4

Tints of Vista Blue #8EFAB4

Color information

#8EFAB4 (or 0x8EFAB4) is unknown color: approx Vista Blue. HEX triplet: 8E, FA and B4. RGB value is (142,250,180). Sum of RGB (Red+Green+Blue) = 142+250+180=572 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.83% from 572); Green value is 250 (98.05% from 255 or 43.71% from 572); Blue value is 180 (70.70% from 255 or 31.47% from 572); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAB4 is #71054B. Grayscale: #D1D1D1. Windows color (decimal): -7406924 or 11860622. OLE color: 11860622.

HSL color Cylindrical-coordinate representation of color #8EFAB4: hue angle of 141.11º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8EFAB4 is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB142250180-
CMYK0.4300.280.02
HSL141.11º91.53%76.86%-
HSV(B)141.11º43.2%98.04%-
XYZ53.5877.4255.3-
YUV209.73111.2279.69-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.83%
GREEN value IS 250 (98.05% from 255) = 43.71%
BLUE value IS 180 (70.70% from 255) = 31.47%
R=24.83%
G=43.71%
B=31.47%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422501800.4300.280.02141.1191.5376.86
Hex8EFAB42B01C28d5c4d
Octal216372264530342215134115
Binary100011101111101010110100101011011100101000110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,250,180); }

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

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

 a { background-color: rgb(142,250,180); }

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

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

 span { border-color: rgb(142,250,180); }

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