#8FDFAF

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

Shades of Vista Blue #8FDFAF

Tints of Vista Blue #8FDFAF

Color information

#8FDFAF (or 0x8FDFAF) is unknown color: approx Vista Blue. HEX triplet: 8F, DF and AF. RGB value is (143,223,175). Sum of RGB (Red+Green+Blue) = 143+223+175=541 (71% of max value = 765). Red value is 143 (56.25% from 255 or 26.43% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 175 (68.75% from 255 or 32.35% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #8FDFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FDFAF is #702050. Grayscale: #C1C1C1. Windows color (decimal): -7348305 or 11526031. OLE color: 11526031.

HSL color Cylindrical-coordinate representation of color #8FDFAF: hue angle of 144º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8FDFAF is Cyan = 0.36, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB143223175-
CMYK0.3600.220.13
HSL144º55.56%71.76%-
HSV(B)144º35.87%87.45%-
XYZ45.4561.7150.07-
YUV193.61117.591.9-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 26.43%
GREEN value IS 223 (87.5% from 255) = 41.22%
BLUE value IS 175 (68.75% from 255) = 32.35%
R=26.43%
G=41.22%
B=32.35%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1432231750.3600.220.1314455.5671.76
Hex8FDFAF24016D903848
Octal217337257440261522070110
Binary1000111111011111101011111001000101101101100100001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FDFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,223,175); }

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

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

 a { background-color: rgb(143,223,175); }

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

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

 span { border-color: rgb(143,223,175); }

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