#8FDAB5

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

Shades of Vista Blue #8FDAB5

Tints of Vista Blue #8FDAB5

Color information

#8FDAB5 (or 0x8FDAB5) is unknown color: approx Vista Blue. HEX triplet: 8F, DA and B5. RGB value is (143,218,181). Sum of RGB (Red+Green+Blue) = 143+218+181=542 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.38% from 542); Green value is 218 (85.55% from 255 or 40.22% from 542); Blue value is 181 (71.09% from 255 or 33.39% from 542); Max value from RGB is 218 - color contains mainly: green. Hex color #8FDAB5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8FDAB5 is #70254A. Grayscale: #BFBFBF. Windows color (decimal): -7349579 or 11917967. OLE color: 11917967.

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

Color convert

RGB143218181-
CMYK0.3400.170.15
HSL150.4º50.34%70.78%-
HSV(B)150.4º34.4%85.49%-
XYZ44.7459.3252.81-
YUV191.36122.1593.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.38%
GREEN value IS 218 (85.55% from 255) = 40.22%
BLUE value IS 181 (71.09% from 255) = 33.39%
R=26.38%
G=40.22%
B=33.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1432181810.3400.170.15150.450.3470.78
Hex8FDAB522011F963247
Octal217332265420211722662107
Binary1000111111011010101101011000100100011111100101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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