#7eb9e2

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

Shades of Jordy Blue #7EB9E2

Tints of Jordy Blue #7EB9E2

Color information

#7EB9E2 (or 0x7EB9E2) is unknown color: approx Jordy Blue. HEX triplet: 7E, B9 and E2. RGB value is (126,185,226). Sum of RGB (Red+Green+Blue) = 126+185+226=537 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.46% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 226 (88.67% from 255 or 42.09% from 537); Max value from RGB is 226 - color contains mainly: blue. Hex color #7EB9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EB9E2 is #81461D. Grayscale: #ABABAB. Windows color (decimal): -8472094 or 14858622. OLE color: 14858622.

HSL color Cylindrical-coordinate representation of color #7EB9E2: hue angle of 204.6º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7EB9E2 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB126185226-
CMYK0.440.1800.11
HSL204.6º63.29%69.02%-
HSV(B)204.6º44.25%88.63%-
XYZ39.6844.6278.47-
YUV172.03158.4595.17-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.46%
GREEN value IS 185 (72.66% from 255) = 34.45%
BLUE value IS 226 (88.67% from 255) = 42.09%
R=23.46%
G=34.45%
B=42.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1261852260.440.1800.11204.663.2969.02
Hex7EB9E22C120Bcd3f45
Octal176271342542201331577105
Binary111111010111001111000101011001001001011110011011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eb9e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,185,226); }

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

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

 a { background-color: rgb(126,185,226); }

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

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

 span { border-color: rgb(126,185,226); }

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