Author Topic: Forum colour help  (Read 1941 times)

So I want to set the sky and the ground in blockland the colour of the forums. But I notice the environment runs off 1.000 instead of 255.

The forum colour is:
AFC6DB
R: 175
G: 198
B: 219
Please can somebody help me and what would I set the numbers to?

One sec this is just a white space.

Just divide each color by 255.

R: 0.628
G: 0.776
B: 0.858

to figure it out next time, just divide each RGB by 255 as jes said

R: 0.628
G: 0.776
B: 0.858

to figure it out next time, just divide each RGB by 255 as jes said
Thank you

R: 0.628
G: 0.776
B: 0.858

to figure it out next time, just divide each RGB by 255 as jes said
that seems too light

thats with the sky set at R: 0.628 G: 0.776 B: 0.858 and the ground transparent

That is probably because of in game shading and rendering.

You can try setting it to: BFC7DB or 191 199 219 or 0.749 0.780 0.859
I calculated the difference between the 2 colors and added it to the original color.

That is probably because of in game shading and rendering.

You can try setting it to: BFC7DB or 191 199 219 or 0.749 0.780 0.859
I calculated the difference between the 2 colors and added it to the original color.

Thats far to light

R: 0.628
G: 0.776
B: 0.858

to figure it out next time, just divide each RGB by 255 as jes said

Your first number is wrong.
175/255 = 0.686

Also 0.858 should be rounded up to 0.859


So try: 0.686 0.776 0.859

Also 0.858 should be rounded up to 0.859

How does that round up the number?

How does that round up the number?
rounding it up to the next thousandth place not the next hundredth

How does that round up the number?

219/255 = 0.8588 ≈ 0.859

Your first number is wrong.
175/255 = 0.686

Also 0.858 should be rounded up to 0.859


So try: 0.686 0.776 0.859
i was on my phone so it could be wrong