#8DF0AE

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

Shades of Vista Blue #8DF0AE

Tints of Vista Blue #8DF0AE

Color information

#8DF0AE (or 0x8DF0AE) is unknown color: approx Vista Blue. HEX triplet: 8D, F0 and AE. RGB value is (141,240,174). Sum of RGB (Red+Green+Blue) = 141+240+174=555 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.41% from 555); Green value is 240 (94.14% from 255 or 43.24% from 555); Blue value is 174 (68.36% from 255 or 31.35% from 555); Max value from RGB is 240 - color contains mainly: green. Hex color #8DF0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF0AE is #720F51. Grayscale: #CBCBCB. Windows color (decimal): -7475026 or 11464845. OLE color: 11464845.

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

Color convert

RGB141240174-
CMYK0.4100.280.06
HSL140º76.74%74.71%-
HSV(B)140º41.25%94.12%-
XYZ49.7871.0451.13-
YUV202.88111.783.87-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.41%
GREEN value IS 240 (94.14% from 255) = 43.24%
BLUE value IS 174 (68.36% from 255) = 31.35%
R=25.41%
G=43.24%
B=31.35%

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
Decimal1412401740.4100.280.0614076.7474.71
Hex8DF0AE2901C68c4d4b
Octal215360256510346214115113
Binary1000110111110000101011101010010111001101000110010011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF0AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,240,174); }

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

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

 a { background-color: rgb(141,240,174); }

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

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

 span { border-color: rgb(141,240,174); }

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