#8FCDAA

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

Shades of Vista Blue #8FCDAA

Tints of Vista Blue #8FCDAA

Color information

#8FCDAA (or 0x8FCDAA) is unknown color: approx Vista Blue. HEX triplet: 8F, CD and AA. RGB value is (143,205,170). Sum of RGB (Red+Green+Blue) = 143+205+170=518 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.61% from 518); Green value is 205 (80.47% from 255 or 39.58% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 205 - color contains mainly: green. Hex color #8FCDAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCDAA is #703255. Grayscale: #B6B6B6. Windows color (decimal): -7352918 or 11193743. OLE color: 11193743.

HSL color Cylindrical-coordinate representation of color #8FCDAA: hue angle of 146.13º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8FCDAA is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB143205170-
CMYK0.3000.170.20
HSL146.13º38.27%68.24%-
HSV(B)146.13º30.24%80.39%-
XYZ40.4152.446.02-
YUV182.47120.9699.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.61%
GREEN value IS 205 (80.47% from 255) = 39.58%
BLUE value IS 170 (66.80% from 255) = 32.82%
R=27.61%
G=39.58%
B=32.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1432051700.3000.170.20146.1338.2768.24
Hex8FCDAA1E01114922644
Octal217315252360212422246104
Binary1000111111001101101010101111001000110100100100101001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,205,170); }

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

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

 a { background-color: rgb(143,205,170); }

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

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

 span { border-color: rgb(143,205,170); }

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