#7EA7DF

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

Shades of Jordy Blue #7EA7DF

Tints of Jordy Blue #7EA7DF

Color information

#7EA7DF (or 0x7EA7DF) is unknown color: approx Jordy Blue. HEX triplet: 7E, A7 and DF. RGB value is (126,167,223). Sum of RGB (Red+Green+Blue) = 126+167+223=516 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.42% from 516); Green value is 167 (65.62% from 255 or 32.36% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EA7DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7EA7DF is #815820. Grayscale: #A0A0A0. Windows color (decimal): -8476705 or 14657406. OLE color: 14657406.

HSL color Cylindrical-coordinate representation of color #7EA7DF: hue angle of 214.64º degrees, saturation: 0.6, 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 #7EA7DF is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB126167223-
CMYK0.430.2500.13
HSL214.64º60.25%68.43%-
HSV(B)214.64º43.5%87.45%-
XYZ35.7437.475.15-
YUV161.12162.92102.95-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 24.42%
GREEN value IS 167 (65.62% from 255) = 32.36%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=24.42%
G=32.36%
B=43.22%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1261672230.430.2500.13214.6460.2568.43
Hex7EA7DF2B190Dd73c44
Octal176247337533101532774104
Binary111111010100111110111111010111100101101110101111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EA7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,167,223); }

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

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

 a { background-color: rgb(126,167,223); }

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

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

 span { border-color: rgb(126,167,223); }

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