#8EDABC

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

Shades of Vista Blue #8EDABC

Tints of Vista Blue #8EDABC

Color information

#8EDABC (or 0x8EDABC) is unknown color: approx Vista Blue. HEX triplet: 8E, DA and BC. RGB value is (142,218,188). Sum of RGB (Red+Green+Blue) = 142+218+188=548 (72% of max value = 765). Red value is 142 (55.86% from 255 or 25.91% from 548); Green value is 218 (85.55% from 255 or 39.78% from 548); Blue value is 188 (73.83% from 255 or 34.31% from 548); Max value from RGB is 218 - color contains mainly: green. Hex color #8EDABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8EDABC is #712543. Grayscale: #BFBFBF. Windows color (decimal): -7415108 or 12376718. OLE color: 12376718.

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

Color convert

RGB142218188-
CMYK0.3500.140.15
HSL156.32º50.67%70.59%-
HSV(B)156.32º34.86%85.49%-
XYZ45.359.5256.68-
YUV191.86125.8292.44-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.91%
GREEN value IS 218 (85.55% from 255) = 39.78%
BLUE value IS 188 (73.83% from 255) = 34.31%
R=25.91%
G=39.78%
B=34.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1422181880.3500.140.15156.3250.6770.59
Hex8EDABC230EF9c3347
Octal216332274430161723463107
Binary100011101101101010111100100011011101111100111001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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