#8FD8B7

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

Shades of Vista Blue #8FD8B7

Tints of Vista Blue #8FD8B7

Color information

#8FD8B7 (or 0x8FD8B7) is unknown color: approx Vista Blue. HEX triplet: 8F, D8 and B7. RGB value is (143,216,183). Sum of RGB (Red+Green+Blue) = 143+216+183=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 216 (84.77% from 255 or 39.85% from 542); Blue value is 183 (71.88% from 255 or 33.76% from 542); Max value from RGB is 216 - color contains mainly: green. Hex color #8FD8B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD8B7 is #702748. Grayscale: #BEBEBE. Windows color (decimal): -7350089 or 12048527. OLE color: 12048527.

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

Color convert

RGB143216183-
CMYK0.3400.150.15
HSL152.88º48.34%70.39%-
HSV(B)152.88º33.8%84.71%-
XYZ44.4358.3753.72-
YUV190.41123.8294.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 216 (84.77% from 255) = 39.85%
BLUE value IS 183 (71.88% from 255) = 33.76%
R=26.38%
G=39.85%
B=33.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432161830.3400.150.15152.8848.3470.39
Hex8FD8B7220FF993046
Octal217330267420171723160106
Binary100011111101100010110111100010011111111100110011100001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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