#8FCEAC

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

Shades of Vista Blue #8FCEAC

Tints of Vista Blue #8FCEAC

Color information

#8FCEAC (or 0x8FCEAC) is unknown color: approx Vista Blue. HEX triplet: 8F, CE and AC. RGB value is (143,206,172). Sum of RGB (Red+Green+Blue) = 143+206+172=521 (69% of max value = 765). Red value is 143 (56.25% from 255 or 27.45% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEAC is #703153. Grayscale: #B7B7B7. Windows color (decimal): -7352660 or 11325071. OLE color: 11325071.

HSL color Cylindrical-coordinate representation of color #8FCEAC: hue angle of 147.62º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8FCEAC is Cyan = 0.31, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB143206172-
CMYK0.3100.170.19
HSL147.62º39.13%68.43%-
HSV(B)147.62º30.58%80.78%-
XYZ40.8552.9647.1-
YUV183.29121.6399.26-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.45%
GREEN value IS 206 (80.86% from 255) = 39.54%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=27.45%
G=39.54%
B=33.01%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1432061720.3100.170.19147.6239.1368.43
Hex8FCEAC1F01113942744
Octal217316254370212322447104
Binary1000111111001110101011001111101000110011100101001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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