#8FD9AE

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

Shades of Vista Blue #8FD9AE

Tints of Vista Blue #8FD9AE

Color information

#8FD9AE (or 0x8FD9AE) is unknown color: approx Vista Blue. HEX triplet: 8F, D9 and AE. RGB value is (143,217,174). Sum of RGB (Red+Green+Blue) = 143+217+174=534 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.78% from 534); Green value is 217 (85.16% from 255 or 40.64% from 534); Blue value is 174 (68.36% from 255 or 32.58% from 534); Max value from RGB is 217 - color contains mainly: green. Hex color #8FD9AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD9AE is #702651. Grayscale: #BEBEBE. Windows color (decimal): -7349842 or 11458959. OLE color: 11458959.

HSL color Cylindrical-coordinate representation of color #8FD9AE: hue angle of 145.14º 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 #8FD9AE is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB143217174-
CMYK0.3400.200.15
HSL145.14º49.33%70.59%-
HSV(B)145.14º34.1%85.1%-
XYZ43.7858.5249.03-
YUV189.97118.9894.5-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.78%
GREEN value IS 217 (85.16% from 255) = 40.64%
BLUE value IS 174 (68.36% from 255) = 32.58%
R=26.78%
G=40.64%
B=32.58%

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
Decimal1432171740.3400.200.15145.1449.3370.59
Hex8FD9AE22014F913147
Octal217331256420241722161107
Binary1000111111011001101011101000100101001111100100011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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