#8EDAAD

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

Shades of Vista Blue #8EDAAD

Tints of Vista Blue #8EDAAD

Color information

#8EDAAD (or 0x8EDAAD) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and AD. RGB value is (142,218,173). Sum of RGB (Red+Green+Blue) = 142+218+173=533 (70% of max value = 765). Red value is 142 (55.86% from 255 or 26.64% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDAAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8EDAAD is #712552. Grayscale: #BEBEBE. Windows color (decimal): -7415123 or 11393678. OLE color: 11393678.

HSL color Cylindrical-coordinate representation of color #8EDAAD: hue angle of 144.47º 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 #8EDAAD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB142218173-
CMYK0.3500.210.15
HSL144.47º50.67%70.59%-
HSV(B)144.47º34.86%85.49%-
XYZ43.7758.9148.6-
YUV190.15118.3293.66-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 26.64%
GREEN value IS 218 (85.55% from 255) = 40.90%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=26.64%
G=40.90%
B=32.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181730.3500.210.15144.4750.6770.59
Hex8EDAAD23015F903347
Octal216332255430251722063107
Binary1000111011011010101011011000110101011111100100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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