#8DEAB1

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

Shades of Vista Blue #8DEAB1

Tints of Vista Blue #8DEAB1

Color information

#8DEAB1 (or 0x8DEAB1) is unknown color: approx Vista Blue. HEX triplet: 8D, EA and B1. RGB value is (141,234,177). Sum of RGB (Red+Green+Blue) = 141+234+177=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 234 (91.80% from 255 or 42.39% from 552); Blue value is 177 (69.53% from 255 or 32.07% from 552); Max value from RGB is 234 - color contains mainly: green. Hex color #8DEAB1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DEAB1 is #72154E. Grayscale: #C7C7C7. Windows color (decimal): -7476559 or 11659917. OLE color: 11659917.

HSL color Cylindrical-coordinate representation of color #8DEAB1: hue angle of 143.23º 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 #8DEAB1 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.08.

Color convert

RGB141234177-
CMYK0.4000.240.08
HSL143.23º68.89%73.53%-
HSV(B)143.23º39.74%91.76%-
XYZ48.3467.6852.11-
YUV199.7115.1986.13-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 25.54%
GREEN value IS 234 (91.80% from 255) = 42.39%
BLUE value IS 177 (69.53% from 255) = 32.07%
R=25.54%
G=42.39%
B=32.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1412341770.4000.240.08143.2368.8973.53
Hex8DEAB12801888f454a
Octal2153522615003010217105112
Binary10001101111010101011000110100001100010001000111110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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