#8CE1AE

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

Shades of Vista Blue #8CE1AE

Tints of Vista Blue #8CE1AE

Color information

#8CE1AE (or 0x8CE1AE) is unknown color: approx Vista Blue. HEX triplet: 8C, E1 and AE. RGB value is (140,225,174). Sum of RGB (Red+Green+Blue) = 140+225+174=539 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.97% from 539); Green value is 225 (88.28% from 255 or 41.74% from 539); Blue value is 174 (68.36% from 255 or 32.28% from 539); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1AE is #731E51. Grayscale: #C1C1C1. Windows color (decimal): -7544402 or 11461004. OLE color: 11461004.

HSL color Cylindrical-coordinate representation of color #8CE1AE: hue angle of 144º degrees, saturation: 0.59, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CE1AE is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.

Color convert

RGB140225174-
CMYK0.3800.230.12
HSL144º58.62%71.57%-
HSV(B)144º37.78%88.24%-
XYZ45.3862.4849.71-
YUV193.77116.8489.65-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.97%
GREEN value IS 225 (88.28% from 255) = 41.74%
BLUE value IS 174 (68.36% from 255) = 32.28%
R=25.97%
G=41.74%
B=32.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251740.3800.230.1214458.6271.57
Hex8CE1AE26017C903b48
Octal214341256460271422073110
Binary1000110011100001101011101001100101111100100100001110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,225,174); }

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

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

 a { background-color: rgb(140,225,174); }

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

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

 span { border-color: rgb(140,225,174); }

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