#8DF1AB

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

Shades of Vista Blue #8DF1AB

Tints of Vista Blue #8DF1AB

Color information

#8DF1AB (or 0x8DF1AB) is unknown color: approx Vista Blue. HEX triplet: 8D, F1 and AB. RGB value is (141,241,171). Sum of RGB (Red+Green+Blue) = 141+241+171=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 241 (94.53% from 255 or 43.58% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 241 - color contains mainly: green. Hex color #8DF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF1AB is #720E54. Grayscale: #CBCBCB. Windows color (decimal): -7474773 or 11268493. OLE color: 11268493.

HSL color Cylindrical-coordinate representation of color #8DF1AB: hue angle of 138º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DF1AB is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB141241171-
CMYK0.4100.290.05
HSL138º78.12%74.9%-
HSV(B)138º41.49%94.51%-
XYZ49.7971.5149.71-
YUV203.12109.8783.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.50%
GREEN value IS 241 (94.53% from 255) = 43.58%
BLUE value IS 171 (67.19% from 255) = 30.92%
R=25.50%
G=43.58%
B=30.92%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1412411710.4100.290.0513878.1274.9
Hex8DF1AB2901D58a4e4b
Octal215361253510355212116113
Binary1000110111110001101010111010010111011011000101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF1AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,241,171); }

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

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

 a { background-color: rgb(141,241,171); }

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

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

 span { border-color: rgb(141,241,171); }

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