#8EEDB4

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

Shades of Vista Blue #8EEDB4

Tints of Vista Blue #8EEDB4

Color information

#8EEDB4 (or 0x8EEDB4) is unknown color: approx Vista Blue. HEX triplet: 8E, ED and B4. RGB value is (142,237,180). Sum of RGB (Red+Green+Blue) = 142+237+180=559 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.40% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDB4 is #71124B. Grayscale: #CACACA. Windows color (decimal): -7410252 or 11857294. OLE color: 11857294.

HSL color Cylindrical-coordinate representation of color #8EEDB4: hue angle of 144º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8EEDB4 is Cyan = 0.40, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB142237180-
CMYK0.4000.240.07
HSL144º72.52%74.31%-
HSV(B)144º40.08%92.94%-
XYZ49.6869.6154-
YUV202.1115.5385.13-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.40%
GREEN value IS 237 (92.97% from 255) = 42.40%
BLUE value IS 180 (70.70% from 255) = 32.20%
R=25.40%
G=42.40%
B=32.20%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422371800.4000.240.0714472.5274.31
Hex8EEDB428018790494a
Octal216355264500307220111112
Binary1000111011101101101101001010000110001111001000010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,237,180); }

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

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

 a { background-color: rgb(142,237,180); }

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

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

 span { border-color: rgb(142,237,180); }

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