#7EA6E1

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

Shades of Jordy Blue #7EA6E1

Tints of Jordy Blue #7EA6E1

Color information

#7EA6E1 (or 0x7EA6E1) is unknown color: approx Jordy Blue. HEX triplet: 7E, A6 and E1. RGB value is (126,166,225). Sum of RGB (Red+Green+Blue) = 126+166+225=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 166 (65.23% from 255 or 32.11% from 517); Blue value is 225 (88.28% from 255 or 43.52% from 517); Max value from RGB is 225 - color contains mainly: blue. Hex color #7EA6E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6E1 is #81591E. Grayscale: #A0A0A0. Windows color (decimal): -8476959 or 14788222. OLE color: 14788222.

HSL color Cylindrical-coordinate representation of color #7EA6E1: hue angle of 215.76º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EA6E1 is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB126166225-
CMYK0.440.2600.12
HSL215.76º62.26%68.82%-
HSV(B)215.76º44%88.24%-
XYZ35.8337.1476.52-
YUV160.77164.25103.2-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.37%
GREEN value IS 166 (65.23% from 255) = 32.11%
BLUE value IS 225 (88.28% from 255) = 43.52%
R=24.37%
G=32.11%
B=43.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1261662250.440.2600.12215.7662.2668.82
Hex7EA6E12C1A0Cd83e45
Octal176246341543201433076105
Binary111111010100110111000011011001101001100110110001111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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