#8EEDBC

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

Shades of Vista Blue #8EEDBC

Tints of Vista Blue #8EEDBC

Color information

#8EEDBC (or 0x8EEDBC) is unknown color: approx Vista Blue. HEX triplet: 8E, ED and BC. RGB value is (142,237,188). Sum of RGB (Red+Green+Blue) = 142+237+188=567 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25.04% from 567); Green value is 237 (92.97% from 255 or 41.80% from 567); Blue value is 188 (73.83% from 255 or 33.16% from 567); Max value from RGB is 237 - color contains mainly: green. Hex color #8EEDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EEDBC is #711243. Grayscale: #CBCBCB. Windows color (decimal): -7410244 or 12381582. OLE color: 12381582.

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

Color convert

RGB142237188-
CMYK0.4000.210.07
HSL149.05º72.52%74.31%-
HSV(B)149.05º40.08%92.94%-
XYZ50.5269.9558.42-
YUV203.01119.5384.48-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.04%
GREEN value IS 237 (92.97% from 255) = 41.80%
BLUE value IS 188 (73.83% from 255) = 33.16%
R=25.04%
G=41.80%
B=33.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422371880.4000.210.07149.0572.5274.31
Hex8EEDBC28015795494a
Octal216355274500257225111112
Binary1000111011101101101111001010000101011111001010110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EEDBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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