#8DEAB6

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

Shades of Vista Blue #8DEAB6

Tints of Vista Blue #8DEAB6

Color information

#8DEAB6 (or 0x8DEAB6) is unknown color: approx Vista Blue. HEX triplet: 8D, EA and B6. RGB value is (141,234,182). Sum of RGB (Red+Green+Blue) = 141+234+182=557 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.31% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 182 (71.48% from 255 or 32.68% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8DEAB6 is #721549. Grayscale: #C8C8C8. Windows color (decimal): -7476554 or 11987597. OLE color: 11987597.

HSL color Cylindrical-coordinate representation of color #8DEAB6: hue angle of 146.45º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DEAB6 is Cyan = 0.40, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.08.

Color convert

RGB141234182-
CMYK0.4000.220.08
HSL146.45º68.89%73.53%-
HSV(B)146.45º39.74%91.76%-
XYZ48.8567.8954.78-
YUV200.26117.6985.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.31%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 182 (71.48% from 255) = 32.68%
R=25.31%
G=42.01%
B=32.68%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341820.4000.220.08146.4568.8973.53
Hex8DEAB628016892454a
Octal2153522665002610222105112
Binary10001101111010101011011010100001011010001001001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,234,182); }

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

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

 a { background-color: rgb(141,234,182); }

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

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

 span { border-color: rgb(141,234,182); }

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