#8FDCA9

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

Shades of Vista Blue #8FDCA9

Tints of Vista Blue #8FDCA9

Color information

#8FDCA9 (or 0x8FDCA9) is unknown color: approx Vista Blue. HEX triplet: 8F, DC and A9. RGB value is (143,220,169). Sum of RGB (Red+Green+Blue) = 143+220+169=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 169 (66.41% from 255 or 31.77% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDCA9 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDCA9 is #702356. Grayscale: #BFBFBF. Windows color (decimal): -7349079 or 11132047. OLE color: 11132047.

HSL color Cylindrical-coordinate representation of color #8FDCA9: hue angle of 140.26º 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 #8FDCA9 is Cyan = 0.35, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB143220169-
CMYK0.3500.230.14
HSL140.26º52.38%71.18%-
HSV(B)140.26º35%86.27%-
XYZ44.0859.8946.77-
YUV191.16115.4993.65-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 169 (66.41% from 255) = 31.77%
R=26.88%
G=41.35%
B=31.77%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432201690.3500.230.14140.2652.3871.18
Hex8FDCA923017E8c3447
Octal217334251430271621464107
Binary1000111111011100101010011000110101111110100011001101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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