#7EA6DB

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

Shades of Jordy Blue #7EA6DB

Tints of Jordy Blue #7EA6DB

Color information

#7EA6DB (or 0x7EA6DB) is unknown color: approx Jordy Blue. HEX triplet: 7E, A6 and DB. RGB value is (126,166,219). Sum of RGB (Red+Green+Blue) = 126+166+219=511 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.66% from 511); Green value is 166 (65.23% from 255 or 32.49% from 511); Blue value is 219 (85.94% from 255 or 42.86% from 511); Max value from RGB is 219 - color contains mainly: blue. Hex color #7EA6DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA6DB is #815924. Grayscale: #9F9F9F. Windows color (decimal): -8476965 or 14395006. OLE color: 14395006.

HSL color Cylindrical-coordinate representation of color #7EA6DB: hue angle of 214.19º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA6DB is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB126166219-
CMYK0.420.2400.14
HSL214.19º56.36%67.65%-
HSV(B)214.19º42.47%85.88%-
XYZ35.0336.8272.28-
YUV160.08161.25103.69-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.66%
GREEN value IS 166 (65.23% from 255) = 32.49%
BLUE value IS 219 (85.94% from 255) = 42.86%
R=24.66%
G=32.49%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1261662190.420.2400.14214.1956.3667.65
Hex7EA6DB2A180Ed63844
Octal176246333523001632670104
Binary111111010100110110110111010101100001110110101101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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