#8FD7BA

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

Shades of Vista Blue #8FD7BA

Tints of Vista Blue #8FD7BA

Color information

#8FD7BA (or 0x8FD7BA) is unknown color: approx Vista Blue. HEX triplet: 8F, D7 and BA. RGB value is (143,215,186). Sum of RGB (Red+Green+Blue) = 143+215+186=544 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.29% from 544); Green value is 215 (84.38% from 255 or 39.52% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 215 - color contains mainly: green. Hex color #8FD7BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FD7BA is #702845. Grayscale: #BEBEBE. Windows color (decimal): -7350342 or 12244879. OLE color: 12244879.

HSL color Cylindrical-coordinate representation of color #8FD7BA: hue angle of 155.83º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8FD7BA is Cyan = 0.33, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB143215186-
CMYK0.3300.130.16
HSL155.83º47.37%70.2%-
HSV(B)155.83º33.49%84.31%-
XYZ44.4957.9955.3-
YUV190.17125.6594.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.29%
GREEN value IS 215 (84.38% from 255) = 39.52%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=26.29%
G=39.52%
B=34.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1432151860.3300.130.16155.8347.3770.2
Hex8FD7BA210D109c2f46
Octal217327272410152023457106
Binary1000111111010111101110101000010110110000100111001011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FD7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,215,186); }

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

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

 a { background-color: rgb(143,215,186); }

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

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

 span { border-color: rgb(143,215,186); }

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