#8CE1AF

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

Shades of Vista Blue #8CE1AF

Tints of Vista Blue #8CE1AF

Color information

#8CE1AF (or 0x8CE1AF) is unknown color: approx Vista Blue. HEX triplet: 8C, E1 and AF. RGB value is (140,225,175). Sum of RGB (Red+Green+Blue) = 140+225+175=540 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.93% from 540); Green value is 225 (88.28% from 255 or 41.67% from 540); Blue value is 175 (68.75% from 255 or 32.41% from 540); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CE1AF is #731E50. Grayscale: #C2C2C2. Windows color (decimal): -7544401 or 11526540. OLE color: 11526540.

HSL color Cylindrical-coordinate representation of color #8CE1AF: hue angle of 144.71º 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 #8CE1AF is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.

Color convert

RGB140225175-
CMYK0.3800.220.12
HSL144.71º58.62%71.57%-
HSV(B)144.71º37.78%88.24%-
XYZ45.4862.5250.23-
YUV193.88117.3489.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.93%
GREEN value IS 225 (88.28% from 255) = 41.67%
BLUE value IS 175 (68.75% from 255) = 32.41%
R=25.93%
G=41.67%
B=32.41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1402251750.3800.220.12144.7158.6271.57
Hex8CE1AF26016C913b48
Octal214341257460261422173110
Binary1000110011100001101011111001100101101100100100011110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CE1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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