#8CF3AE

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

Shades of Vista Blue #8CF3AE

Tints of Vista Blue #8CF3AE

Color information

#8CF3AE (or 0x8CF3AE) is unknown color: approx Vista Blue. HEX triplet: 8C, F3 and AE. RGB value is (140,243,174). Sum of RGB (Red+Green+Blue) = 140+243+174=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 243 (95.31% from 255 or 43.63% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 243 - color contains mainly: green. Hex color #8CF3AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CF3AE is #730C51. Grayscale: #CCCCCC. Windows color (decimal): -7539794 or 11465612. OLE color: 11465612.

HSL color Cylindrical-coordinate representation of color #8CF3AE: hue angle of 139.81º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CF3AE is Cyan = 0.42, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB140243174-
CMYK0.4200.280.05
HSL139.81º81.1%75.1%-
HSV(B)139.81º42.39%95.29%-
XYZ50.5172.7351.42-
YUV204.34110.8882.11-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 25.13%
GREEN value IS 243 (95.31% from 255) = 43.63%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=25.13%
G=43.63%
B=31.24%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1402431740.4200.280.05139.8181.175.1
Hex8CF3AE2A01C58c514b
Octal214363256520345214121113
Binary1000110011110011101011101010100111001011000110010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CF3AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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