#7EA6ED

Color #7EA6ED Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7EA6ED

Tints of Jordy Blue #7EA6ED

Color information

#7EA6ED (or 0x7EA6ED) is unknown color: approx Jordy Blue. HEX triplet: 7E, A6 and ED. RGB value is (126,166,237). Sum of RGB (Red+Green+Blue) = 126+166+237=529 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.82% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #7EA6ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA6ED is #815912. Grayscale: #A1A1A1. Windows color (decimal): -8476947 or 15574654. OLE color: 15574654.

HSL color Cylindrical-coordinate representation of color #7EA6ED: hue angle of 218.38º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EA6ED is Cyan = 0.47, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126166237-
CMYK0.470.3000.07
HSL218.38º75.51%71.18%-
HSV(B)218.38º46.84%92.94%-
XYZ37.5337.8285.44-
YUV162.13170.25102.23-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.82%
GREEN value IS 166 (65.23% from 255) = 31.38%
BLUE value IS 237 (92.97% from 255) = 44.80%
R=23.82%
G=31.38%
B=44.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261662370.470.3000.07218.3875.5171.18
Hex7EA6ED2F1E07da4c47
Octal176246355573607332114107
Binary111111010100110111011011011111111001111101101010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7EA6ED; }

 p { color: rgb(126,166,237); }

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

<style>
 a { background-color: #7EA6ED; }

 a { background-color: rgb(126,166,237); }

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

<style>
 span { border-color: #7EA6ED; }

 span { border-color: rgb(126,166,237); }

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