#8cecac

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

Shades of Vista Blue #8CECAC

Tints of Vista Blue #8CECAC

Color information

#8CECAC (or 0x8CECAC) is unknown color: approx Vista Blue. HEX triplet: 8C, EC and AC. RGB value is (140,236,172). Sum of RGB (Red+Green+Blue) = 140+236+172=548 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.55% from 548); Green value is 236 (92.58% from 255 or 43.07% from 548); Blue value is 172 (67.58% from 255 or 31.39% from 548); Max value from RGB is 236 - color contains mainly: green. Hex color #8CECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CECAC is #731353. Grayscale: #C8C8C8. Windows color (decimal): -7541588 or 11332748. OLE color: 11332748.

HSL color Cylindrical-coordinate representation of color #8CECAC: hue angle of 140º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CECAC is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB140236172-
CMYK0.4100.270.07
HSL140º71.64%73.73%-
HSV(B)140º40.68%92.55%-
XYZ48.2668.5449.72-
YUV200112.285.2-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.55%
GREEN value IS 236 (92.58% from 255) = 43.07%
BLUE value IS 172 (67.58% from 255) = 31.39%
R=25.55%
G=43.07%
B=31.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1402361720.4100.270.0714071.6473.73
Hex8CECAC2901B78c484a
Octal214354254510337214110112
Binary1000110011101100101011001010010110111111000110010010001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cecac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,236,172); }

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

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

 a { background-color: rgb(140,236,172); }

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

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

 span { border-color: rgb(140,236,172); }

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