#8FC9AC

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

Shades of Vista Blue #8FC9AC

Tints of Vista Blue #8FC9AC

Color information

#8FC9AC (or 0x8FC9AC) is unknown color: approx Vista Blue. HEX triplet: 8F, C9 and AC. RGB value is (143,201,172). Sum of RGB (Red+Green+Blue) = 143+201+172=516 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.71% from 516); Green value is 201 (78.91% from 255 or 38.95% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 201 - color contains mainly: green. Hex color #8FC9AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FC9AC is #703653. Grayscale: #B4B4B4. Windows color (decimal): -7353940 or 11323791. OLE color: 11323791.

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

Color convert

RGB143201172-
CMYK0.2900.140.21
HSL150º34.94%67.45%-
HSV(B)150º28.86%78.82%-
XYZ39.6650.5946.7-
YUV180.35123.28101.36-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.71%
GREEN value IS 201 (78.91% from 255) = 38.95%
BLUE value IS 172 (67.58% from 255) = 33.33%
R=27.71%
G=38.95%
B=33.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432011720.2900.140.2115034.9467.45
Hex8FC9AC1D0E15962343
Octal217311254350162522643103
Binary100011111100100110101100111010111010101100101101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FC9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,201,172); }

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

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

 a { background-color: rgb(143,201,172); }

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

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

 span { border-color: rgb(143,201,172); }

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