#8FDDBA

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

Shades of Vista Blue #8FDDBA

Tints of Vista Blue #8FDDBA

Color information

#8FDDBA (or 0x8FDDBA) is unknown color: approx Vista Blue. HEX triplet: 8F, DD and BA. RGB value is (143,221,186). Sum of RGB (Red+Green+Blue) = 143+221+186=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 221 (86.72% from 255 or 40.18% from 550); Blue value is 186 (73.05% from 255 or 33.82% from 550); Max value from RGB is 221 - color contains mainly: green. Hex color #8FDDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDDBA is #702245. Grayscale: #C1C1C1. Windows color (decimal): -7348806 or 12246415. OLE color: 12246415.

HSL color Cylindrical-coordinate representation of color #8FDDBA: hue angle of 153.08º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDDBA is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB143221186-
CMYK0.3500.160.13
HSL153.08º53.42%71.37%-
HSV(B)153.08º35.29%86.67%-
XYZ46.0561.155.82-
YUV193.69123.6691.85-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26%
GREEN value IS 221 (86.72% from 255) = 40.18%
BLUE value IS 186 (73.05% from 255) = 33.82%
R=26%
G=40.18%
B=33.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432211860.3500.160.13153.0853.4271.37
Hex8FDDBA23010D993547
Octal217335272430201523165107
Binary1000111111011101101110101000110100001101100110011101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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