#7EA9EC

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

Shades of Jordy Blue #7EA9EC

Tints of Jordy Blue #7EA9EC

Color information

#7EA9EC (or 0x7EA9EC) is unknown color: approx Jordy Blue. HEX triplet: 7E, A9 and EC. RGB value is (126,169,236). Sum of RGB (Red+Green+Blue) = 126+169+236=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 236 (92.58% from 255 or 44.44% from 531); Max value from RGB is 236 - color contains mainly: blue. Hex color #7EA9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EA9EC is #815613. Grayscale: #A3A3A3. Windows color (decimal): -8476180 or 15509886. OLE color: 15509886.

HSL color Cylindrical-coordinate representation of color #7EA9EC: hue angle of 216.55º degrees, saturation: 0.74, 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 #7EA9EC is Cyan = 0.47, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126169236-
CMYK0.470.2800.07
HSL216.55º74.32%70.98%-
HSV(B)216.55º46.61%92.55%-
XYZ37.9338.8784.86-
YUV163.78168.75101.05-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 236 (92.58% from 255) = 44.44%
R=23.73%
G=31.83%
B=44.44%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261692360.470.2800.07216.5574.3270.98
Hex7EA9EC2F1C07d94a47
Octal176251354573407331112107
Binary111111010101001111011001011111110001111101100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,169,236); }

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

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

 a { background-color: rgb(126,169,236); }

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

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

 span { border-color: rgb(126,169,236); }

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