#8EFAB7

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

Shades of Vista Blue #8EFAB7

Tints of Vista Blue #8EFAB7

Color information

#8EFAB7 (or 0x8EFAB7) is unknown color: approx Vista Blue. HEX triplet: 8E, FA and B7. RGB value is (142,250,183). Sum of RGB (Red+Green+Blue) = 142+250+183=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 250 (98.05% from 255 or 43.48% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFAB7 is #710548. Grayscale: #D2D2D2. Windows color (decimal): -7406921 or 12057230. OLE color: 12057230.

HSL color Cylindrical-coordinate representation of color #8EFAB7: hue angle of 142.78º 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 #8EFAB7 is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB142250183-
CMYK0.4300.270.02
HSL142.78º91.53%76.86%-
HSV(B)142.78º43.2%98.04%-
XYZ53.8977.5456.93-
YUV210.07112.7279.45-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 250 (98.05% from 255) = 43.48%
BLUE value IS 183 (71.88% from 255) = 31.83%
R=24.70%
G=43.48%
B=31.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422501830.4300.270.02142.7891.5376.86
Hex8EFAB72B01B28f5c4d
Octal216372267530332217134115
Binary100011101111101010110111101011011011101000111110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFAB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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