#7eb2de

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

Shades of Jordy Blue #7EB2DE

Tints of Jordy Blue #7EB2DE

Color information

#7EB2DE (or 0x7EB2DE) is unknown color: approx Jordy Blue. HEX triplet: 7E, B2 and DE. RGB value is (126,178,222). Sum of RGB (Red+Green+Blue) = 126+178+222=526 (69% of max value = 765). Red value is 126 (49.61% from 255 or 23.95% from 526); Green value is 178 (69.92% from 255 or 33.84% from 526); Blue value is 222 (87.11% from 255 or 42.21% from 526); Max value from RGB is 222 - color contains mainly: blue. Hex color #7EB2DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EB2DE is #814D21. Grayscale: #A7A7A7. Windows color (decimal): -8473890 or 14594686. OLE color: 14594686.

HSL color Cylindrical-coordinate representation of color #7EB2DE: hue angle of 207.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EB2DE is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126178222-
CMYK0.430.2000.13
HSL207.5º59.26%68.24%-
HSV(B)207.5º43.24%87.06%-
XYZ37.7141.5575.14-
YUV167.47158.7798.42-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.95%
GREEN value IS 178 (69.92% from 255) = 33.84%
BLUE value IS 222 (87.11% from 255) = 42.21%
R=23.95%
G=33.84%
B=42.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261782220.430.2000.13207.559.2668.24
Hex7EB2DE2B140Dd03b44
Octal176262336532401532073104
Binary111111010110010110111101010111010001101110100001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7eb2de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,178,222); }

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

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

 a { background-color: rgb(126,178,222); }

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

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

 span { border-color: rgb(126,178,222); }

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