#8FD8A8

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

Shades of Vista Blue #8FD8A8

Tints of Vista Blue #8FD8A8

Color information

#8FD8A8 (or 0x8FD8A8) is unknown color: approx Vista Blue. HEX triplet: 8F, D8 and A8. RGB value is (143,216,168). Sum of RGB (Red+Green+Blue) = 143+216+168=527 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.13% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 168 (66.02% from 255 or 31.88% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FD8A8 is #702757. Grayscale: #BCBCBC. Windows color (decimal): -7350104 or 11065487. OLE color: 11065487.

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

Color convert

RGB143216168-
CMYK0.3400.220.15
HSL140.55º48.34%70.39%-
HSV(B)140.55º33.8%84.71%-
XYZ42.9557.7845.93-
YUV188.7116.3295.4-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.13%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 168 (66.02% from 255) = 31.88%
R=27.13%
G=40.99%
B=31.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432161680.3400.220.15140.5548.3470.39
Hex8FD8A822016F8d3046
Octal217330250420261721560106
Binary1000111111011000101010001000100101101111100011011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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