#8EDCAF

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

Shades of Vista Blue #8EDCAF

Tints of Vista Blue #8EDCAF

Color information

#8EDCAF (or 0x8EDCAF) is unknown color: approx Vista Blue. HEX triplet: 8E, DC and AF. RGB value is (142,220,175). Sum of RGB (Red+Green+Blue) = 142+220+175=537 (71% of max value = 765). Red value is 142 (55.86% from 255 or 26.44% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 175 (68.75% from 255 or 32.59% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #8EDCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDCAF is #712350. Grayscale: #BFBFBF. Windows color (decimal): -7414609 or 11525262. OLE color: 11525262.

HSL color Cylindrical-coordinate representation of color #8EDCAF: hue angle of 145.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDCAF is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB142220175-
CMYK0.3500.200.14
HSL145.38º52.7%70.98%-
HSV(B)145.38º35.45%86.27%-
XYZ44.4960.0349.8-
YUV191.55118.6692.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.44%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 175 (68.75% from 255) = 32.59%
R=26.44%
G=40.97%
B=32.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1422201750.3500.200.14145.3852.770.98
Hex8EDCAF23014E913547
Octal216334257430241622165107
Binary1000111011011100101011111000110101001110100100011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,220,175); }

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

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

 a { background-color: rgb(142,220,175); }

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

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

 span { border-color: rgb(142,220,175); }

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