#8EECB4

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

Shades of Vista Blue #8EECB4

Tints of Vista Blue #8EECB4

Color information

#8EECB4 (or 0x8EECB4) is unknown color: approx Vista Blue. HEX triplet: 8E, EC and B4. RGB value is (142,236,180). Sum of RGB (Red+Green+Blue) = 142+236+180=558 (73% of max value = 765). Red value is 142 (55.86% from 255 or 25.45% from 558); Green value is 236 (92.58% from 255 or 42.29% from 558); Blue value is 180 (70.70% from 255 or 32.26% from 558); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECB4 is #71134B. Grayscale: #C9C9C9. Windows color (decimal): -7410508 or 11857038. OLE color: 11857038.

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

Color convert

RGB142236180-
CMYK0.4000.240.07
HSL144.26º71.21%74.12%-
HSV(B)144.26º39.83%92.55%-
XYZ49.3969.0453.9-
YUV201.51115.8685.55-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 25.45%
GREEN value IS 236 (92.58% from 255) = 42.29%
BLUE value IS 180 (70.70% from 255) = 32.26%
R=25.45%
G=42.29%
B=32.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361800.4000.240.07144.2671.2174.12
Hex8EECB428018790474a
Octal216354264500307220107112
Binary1000111011101100101101001010000110001111001000010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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