#8FD8AD

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

Shades of Vista Blue #8FD8AD

Tints of Vista Blue #8FD8AD

Color information

#8FD8AD (or 0x8FD8AD) is unknown color: approx Vista Blue. HEX triplet: 8F, D8 and AD. RGB value is (143,216,173). Sum of RGB (Red+Green+Blue) = 143+216+173=532 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.88% from 532); Green value is 216 (84.77% from 255 or 40.60% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8AD is #702752. Grayscale: #BDBDBD. Windows color (decimal): -7350099 or 11393167. OLE color: 11393167.

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

Color convert

RGB143216173-
CMYK0.3400.200.15
HSL144.66º48.34%70.39%-
HSV(B)144.66º33.8%84.71%-
XYZ43.4357.9748.44-
YUV189.27118.8295-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.88%
GREEN value IS 216 (84.77% from 255) = 40.60%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=26.88%
G=40.60%
B=32.52%

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
Decimal1432161730.3400.200.15144.6648.3470.39
Hex8FD8AD22014F913046
Octal217330255420241722160106
Binary1000111111011000101011011000100101001111100100011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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