#8FCEAA

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

Shades of Vista Blue #8FCEAA

Tints of Vista Blue #8FCEAA

Color information

#8FCEAA (or 0x8FCEAA) is unknown color: approx Vista Blue. HEX triplet: 8F, CE and AA. RGB value is (143,206,170). Sum of RGB (Red+Green+Blue) = 143+206+170=519 (68% of max value = 765). Red value is 143 (56.25% from 255 or 27.55% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #8FCEAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8FCEAA is #703155. Grayscale: #B7B7B7. Windows color (decimal): -7352662 or 11193999. OLE color: 11193999.

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

Color convert

RGB143206170-
CMYK0.3100.170.19
HSL145.71º39.13%68.43%-
HSV(B)145.71º30.58%80.78%-
XYZ40.6552.8846.1-
YUV183.06120.6399.43-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 27.55%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 170 (66.80% from 255) = 32.76%
R=27.55%
G=39.69%
B=32.76%

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
Decimal1432061700.3100.170.19145.7139.1368.43
Hex8FCEAA1F01113922744
Octal217316252370212322247104
Binary1000111111001110101010101111101000110011100100101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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