#8EECC1

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

Shades of Vista Blue #8EECC1

Tints of Vista Blue #8EECC1

Color information

#8EECC1 (or 0x8EECC1) is unknown color: approx Vista Blue. HEX triplet: 8E, EC and C1. RGB value is (142,236,193). Sum of RGB (Red+Green+Blue) = 142+236+193=571 (75% of max value = 765). Red value is 142 (55.86% from 255 or 24.87% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 193 (75.78% from 255 or 33.80% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #8EECC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8EECC1 is #71133E. Grayscale: #CBCBCB. Windows color (decimal): -7410495 or 12709006. OLE color: 12709006.

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

Color convert

RGB142236193-
CMYK0.4000.180.07
HSL152.55º71.21%74.12%-
HSV(B)152.55º39.83%92.55%-
XYZ50.7869.5961.21-
YUV202.99122.3684.5-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 24.87%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 193 (75.78% from 255) = 33.80%
R=24.87%
G=41.33%
B=33.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1422361930.4000.180.07152.5571.2174.12
Hex8EECC128012799474a
Octal216354301500227231107112
Binary1000111011101100110000011010000100101111001100110001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EECC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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