#8FDCAE

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

Shades of Vista Blue #8FDCAE

Tints of Vista Blue #8FDCAE

Color information

#8FDCAE (or 0x8FDCAE) is unknown color: approx Vista Blue. HEX triplet: 8F, DC and AE. RGB value is (143,220,174). Sum of RGB (Red+Green+Blue) = 143+220+174=537 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.63% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 174 (68.36% from 255 or 32.40% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCAE is #702351. Grayscale: #BFBFBF. Windows color (decimal): -7349074 or 11459727. OLE color: 11459727.

HSL color Cylindrical-coordinate representation of color #8FDCAE: hue angle of 144.16º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDCAE is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB143220174-
CMYK0.3500.210.14
HSL144.16º52.38%71.18%-
HSV(B)144.16º35%86.27%-
XYZ44.5660.0849.29-
YUV191.73117.9993.24-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.63%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 174 (68.36% from 255) = 32.40%
R=26.63%
G=40.97%
B=32.40%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201740.3500.210.14144.1652.3871.18
Hex8FDCAE23015E903447
Octal217334256430251622064107
Binary1000111111011100101011101000110101011110100100001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,220,174); }

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

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

 a { background-color: rgb(143,220,174); }

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

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

 span { border-color: rgb(143,220,174); }

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