#8EDAAA

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

Shades of Vista Blue #8EDAAA

Tints of Vista Blue #8EDAAA

Color information

#8EDAAA (or 0x8EDAAA) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and AA. RGB value is (142,218,170). Sum of RGB (Red+Green+Blue) = 142+218+170=530 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.79% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 170 (66.80% from 255 or 32.08% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAAA is #712555. Grayscale: #BDBDBD. Windows color (decimal): -7415126 or 11197070. OLE color: 11197070.

HSL color Cylindrical-coordinate representation of color #8EDAAA: hue angle of 142.11º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8EDAAA is Cyan = 0.35, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB142218170-
CMYK0.3500.220.15
HSL142.11º50.67%70.59%-
HSV(B)142.11º34.86%85.49%-
XYZ43.4858.847.09-
YUV189.8116.8293.9-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.79%
GREEN value IS 218 (85.55% from 255) = 41.13%
BLUE value IS 170 (66.80% from 255) = 32.08%
R=26.79%
G=41.13%
B=32.08%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181700.3500.220.15142.1150.6770.59
Hex8EDAAA23016F8e3347
Octal216332252430261721663107
Binary1000111011011010101010101000110101101111100011101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,218,170); }

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

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

 a { background-color: rgb(142,218,170); }

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

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

 span { border-color: rgb(142,218,170); }

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