#7EB0EF

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

Shades of Jordy Blue #7EB0EF

Tints of Jordy Blue #7EB0EF

Color information

#7EB0EF (or 0x7EB0EF) is unknown color: approx Jordy Blue. HEX triplet: 7E, B0 and EF. RGB value is (126,176,239). Sum of RGB (Red+Green+Blue) = 126+176+239=541 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.29% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 239 (93.75% from 255 or 44.18% from 541); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EB0EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB0EF is #814F10. Grayscale: #A7A7A7. Windows color (decimal): -8474385 or 15708286. OLE color: 15708286.

HSL color Cylindrical-coordinate representation of color #7EB0EF: hue angle of 213.45º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EB0EF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126176239-
CMYK0.470.2600.06
HSL213.45º77.93%71.57%-
HSV(B)213.45º47.28%93.73%-
XYZ39.7141.7287.62-
YUV168.23167.9497.88-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.29%
GREEN value IS 176 (69.14% from 255) = 32.53%
BLUE value IS 239 (93.75% from 255) = 44.18%
R=23.29%
G=32.53%
B=44.18%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261762390.470.2600.06213.4577.9371.57
Hex7EB0EF2F1A06d54e48
Octal176260357573206325116110
Binary111111010110000111011111011111101001101101010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,176,239); }

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

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

 a { background-color: rgb(126,176,239); }

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

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

 span { border-color: rgb(126,176,239); }

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