#8EFDB6

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

Shades of Vista Blue #8EFDB6

Tints of Vista Blue #8EFDB6

Color information

#8EFDB6 (or 0x8EFDB6) is unknown color: approx Vista Blue. HEX triplet: 8E, FD and B6. RGB value is (142,253,182). Sum of RGB (Red+Green+Blue) = 142+253+182=577 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.61% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 182 (71.48% from 255 or 31.54% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #8EFDB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFDB6 is #710249. Grayscale: #D3D3D3. Windows color (decimal): -7406154 or 11992462. OLE color: 11992462.

HSL color Cylindrical-coordinate representation of color #8EFDB6: hue angle of 141.62º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EFDB6 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB142253182-
CMYK0.4400.280.01
HSL141.62º96.52%77.45%-
HSV(B)141.62º43.87%99.22%-
XYZ54.7279.3856.69-
YUV211.72111.2378.27-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.61%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 182 (71.48% from 255) = 31.54%
R=24.61%
G=43.85%
B=31.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422531820.4400.280.01141.6296.5277.45
Hex8EFDB62C01C18e614d
Octal216375266540341216141115
Binary10001110111111011011011010110001110011000111011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFDB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,253,182); }

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

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

 a { background-color: rgb(142,253,182); }

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

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

 span { border-color: rgb(142,253,182); }

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