#8CE4AE

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

Shades of Vista Blue #8CE4AE

Tints of Vista Blue #8CE4AE

Color information

#8CE4AE (or 0x8CE4AE) is unknown color: approx Vista Blue. HEX triplet: 8C, E4 and AE. RGB value is (140,228,174). Sum of RGB (Red+Green+Blue) = 140+228+174=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 228 (89.45% from 255 or 42.07% from 542); Blue value is 174 (68.36% from 255 or 32.10% from 542); Max value from RGB is 228 - color contains mainly: green. Hex color #8CE4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE4AE is #731B51. Grayscale: #C3C3C3. Windows color (decimal): -7543634 or 11461772. OLE color: 11461772.

HSL color Cylindrical-coordinate representation of color #8CE4AE: hue angle of 143.18º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CE4AE is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.

Color convert

RGB140228174-
CMYK0.3900.240.11
HSL143.18º61.97%72.16%-
HSV(B)143.18º38.6%89.41%-
XYZ46.264.1249.99-
YUV195.53115.8588.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.83%
GREEN value IS 228 (89.45% from 255) = 42.07%
BLUE value IS 174 (68.36% from 255) = 32.10%
R=25.83%
G=42.07%
B=32.10%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1402281740.3900.240.11143.1861.9772.16
Hex8CE4AE27018B8f3e48
Octal214344256470301321776110
Binary1000110011100100101011101001110110001011100011111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE4AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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