#8FDAB9

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

Shades of Vista Blue #8FDAB9

Tints of Vista Blue #8FDAB9

Color information

#8FDAB9 (or 0x8FDAB9) is unknown color: approx Vista Blue. HEX triplet: 8F, DA and B9. RGB value is (143,218,185). Sum of RGB (Red+Green+Blue) = 143+218+185=546 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.19% from 546); Green value is 218 (85.55% from 255 or 39.93% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB9 is #702546. Grayscale: #BFBFBF. Windows color (decimal): -7349575 or 12180111. OLE color: 12180111.

HSL color Cylindrical-coordinate representation of color #8FDAB9: hue angle of 153.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8FDAB9 is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB143218185-
CMYK0.3400.150.15
HSL153.6º50.34%70.78%-
HSV(B)153.6º34.4%85.49%-
XYZ45.1659.4955-
YUV191.81124.1593.18-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.19%
GREEN value IS 218 (85.55% from 255) = 39.93%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=26.19%
G=39.93%
B=33.88%

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
Decimal1432181850.3400.150.15153.650.3470.78
Hex8FDAB9220FF9a3247
Octal217332271420171723262107
Binary100011111101101010111001100010011111111100110101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,218,185); }

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

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

 a { background-color: rgb(143,218,185); }

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

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

 span { border-color: rgb(143,218,185); }

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