#8FDBAD

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

Shades of Vista Blue #8FDBAD

Tints of Vista Blue #8FDBAD

Color information

#8FDBAD (or 0x8FDBAD) is unknown color: approx Vista Blue. HEX triplet: 8F, DB and AD. RGB value is (143,219,173). Sum of RGB (Red+Green+Blue) = 143+219+173=535 (70% of max value = 765). Red value is 143 (56.25% from 255 or 26.73% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 173 (67.97% from 255 or 32.34% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #8FDBAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDBAD is #702452. Grayscale: #BFBFBF. Windows color (decimal): -7349331 or 11393935. OLE color: 11393935.

HSL color Cylindrical-coordinate representation of color #8FDBAD: hue angle of 143.68º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8FDBAD is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB143219173-
CMYK0.3500.210.14
HSL143.68º51.35%70.98%-
HSV(B)143.68º34.7%85.88%-
XYZ44.259.5248.69-
YUV191.03117.8293.74-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.73%
GREEN value IS 219 (85.94% from 255) = 40.93%
BLUE value IS 173 (67.97% from 255) = 32.34%
R=26.73%
G=40.93%
B=32.34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1432191730.3500.210.14143.6851.3570.98
Hex8FDBAD23015E903347
Octal217333255430251622063107
Binary1000111111011011101011011000110101011110100100001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,219,173); }

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

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

 a { background-color: rgb(143,219,173); }

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

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

 span { border-color: rgb(143,219,173); }

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