#8FD9AD

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

Shades of Vista Blue #8FD9AD

Tints of Vista Blue #8FD9AD

Color information

#8FD9AD (or 0x8FD9AD) is unknown color: approx Vista Blue. HEX triplet: 8F, D9 and AD. RGB value is (143,217,173). Sum of RGB (Red+Green+Blue) = 143+217+173=533 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.83% from 533); Green value is 217 (85.16% from 255 or 40.71% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD9AD is #702652. Grayscale: #BDBDBD. Windows color (decimal): -7349843 or 11393423. OLE color: 11393423.

HSL color Cylindrical-coordinate representation of color #8FD9AD: hue angle of 144.32º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FD9AD is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB143217173-
CMYK0.3400.200.15
HSL144.32º49.33%70.59%-
HSV(B)144.32º34.1%85.1%-
XYZ43.6858.4848.52-
YUV189.86118.4894.58-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.83%
GREEN value IS 217 (85.16% from 255) = 40.71%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=26.83%
G=40.71%
B=32.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432171730.3400.200.15144.3249.3370.59
Hex8FD9AD22014F903147
Octal217331255420241722061107
Binary1000111111011001101011011000100101001111100100001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD9AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,217,173); }

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

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

 a { background-color: rgb(143,217,173); }

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

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

 span { border-color: rgb(143,217,173); }

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