#8EFCB5

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

Shades of Vista Blue #8EFCB5

Tints of Vista Blue #8EFCB5

Color information

#8EFCB5 (or 0x8EFCB5) is unknown color: approx Vista Blue. HEX triplet: 8E, FC and B5. RGB value is (142,252,181). Sum of RGB (Red+Green+Blue) = 142+252+181=575 (76% of max value = 765). Red value is 142 (55.86% from 255 or 24.70% from 575); Green value is 252 (98.83% from 255 or 43.83% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFCB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EFCB5 is #71034A. Grayscale: #D3D3D3. Windows color (decimal): -7406411 or 11926670. OLE color: 11926670.

HSL color Cylindrical-coordinate representation of color #8EFCB5: hue angle of 141.27º degrees, saturation: 0.95, 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 #8EFCB5 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB142252181-
CMYK0.4400.280.01
HSL141.27º94.83%77.25%-
HSV(B)141.27º43.65%98.82%-
XYZ54.3178.7156.05-
YUV211.02111.0678.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.70%
GREEN value IS 252 (98.83% from 255) = 43.83%
BLUE value IS 181 (71.09% from 255) = 31.48%
R=24.70%
G=43.83%
B=31.48%

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
Decimal1422521810.4400.280.01141.2794.8377.25
Hex8EFCB52C01C18d5f4d
Octal216374265540341215137115
Binary10001110111111001011010110110001110011000110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFCB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,252,181); }

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

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

 a { background-color: rgb(142,252,181); }

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

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

 span { border-color: rgb(142,252,181); }

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