#7EA9DA

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

Shades of Jordy Blue #7EA9DA

Tints of Jordy Blue #7EA9DA

Color information

#7EA9DA (or 0x7EA9DA) is unknown color: approx Jordy Blue. HEX triplet: 7E, A9 and DA. RGB value is (126,169,218). Sum of RGB (Red+Green+Blue) = 126+169+218=513 (67% of max value = 765). Red value is 126 (49.61% from 255 or 24.56% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 218 (85.55% from 255 or 42.50% from 513); Max value from RGB is 218 - color contains mainly: blue. Hex color #7EA9DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA9DA is #815625. Grayscale: #A1A1A1. Windows color (decimal): -8476198 or 14330238. OLE color: 14330238.

HSL color Cylindrical-coordinate representation of color #7EA9DA: hue angle of 211.96º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7EA9DA is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB126169218-
CMYK0.420.2200.15
HSL211.96º55.42%67.45%-
HSV(B)211.96º42.2%85.49%-
XYZ35.4537.8771.77-
YUV161.73159.75102.52-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.56%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 218 (85.55% from 255) = 42.50%
R=24.56%
G=32.94%
B=42.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1261692180.420.2200.15211.9655.4267.45
Hex7EA9DA2A160Fd43743
Octal176251332522601732467103
Binary111111010101001110110101010101011001111110101001101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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