Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#87cefa lightskyblue

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


e1f2fd

dbf0fd

d5edfd

cfebfd

c9e8fc

c3e6fc

bde4fc

b7e1fc

b1dffb

abdcfb

a5dafb

9fd7fb

99d5fa

93d2fa

8dd0fa

80c3ed

79b9e1

72afd4

6ca4c8

659abb

5e90af

5785a2

517b96

4a7189

43677d

3c5c70

365264

2f4857

283d4b

21333e


Similar colors

lightblue
add8e6
powderblue
b0e0e6

afeeee
lightcyan
e0ffff
cyan
00ffff
aqua
00ffff
turquoise
40e0d0

48d1cc

00ced1

20b2aa


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.lightskyblue{
	color : #87cefa;
}
				

Or

.lightskyblue {
color : lightskyblue;
}
				


CSS usage example

<span class="lightskyblue">
This color is lightskyblue.
</span>
				


Write directly in style on HTML

	<span style="color:lightskyblue">
	This color islightskyblue.
	</span>
				


Applying CSS
This color islightskyblue.



RGB (three primary color) values

R : 135
G : 206
B : 250



Back to top

Color Floresta.