#8EECBE

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

Shades of Vista Blue #8EECBE

Tints of Vista Blue #8EECBE

Color information

#8EECBE (or 0x8EECBE) is unknown color: approx Vista Blue. HEX triplet: 8E, EC and BE. RGB value is (142,236,190). Sum of RGB (Red+Green+Blue) = 142+236+190=568 (75% of max value = 765). Red value is 142 (55.86% from 255 or 25% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 190 (74.61% from 255 or 33.45% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECBE is #711341. Grayscale: #CACACA. Windows color (decimal): -7410498 or 12512398. OLE color: 12512398.

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

Color convert

RGB142236190-
CMYK0.4000.190.07
HSL150.64º71.21%74.12%-
HSV(B)150.64º39.83%92.55%-
XYZ50.4569.4659.46-
YUV202.65120.8684.74-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25%
GREEN value IS 236 (92.58% from 255) = 41.55%
BLUE value IS 190 (74.61% from 255) = 33.45%
R=25%
G=41.55%
B=33.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361900.4000.190.07150.6471.2174.12
Hex8EECBE28013797474a
Octal216354276500237227107112
Binary1000111011101100101111101010000100111111001011110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,236,190); }

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

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

 a { background-color: rgb(142,236,190); }

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

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

 span { border-color: rgb(142,236,190); }

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