#7EB2EF

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

Shades of Jordy Blue #7EB2EF

Tints of Jordy Blue #7EB2EF

Color information

#7EB2EF (or 0x7EB2EF) is unknown color: approx Jordy Blue. HEX triplet: 7E, B2 and EF. RGB value is (126,178,239). Sum of RGB (Red+Green+Blue) = 126+178+239=543 (71% of max value = 765). Red value is 126 (49.61% from 255 or 23.20% from 543); Green value is 178 (69.92% from 255 or 32.78% from 543); Blue value is 239 (93.75% from 255 or 44.01% from 543); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EB2EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EB2EF is #814D10. Grayscale: #A9A9A9. Windows color (decimal): -8473873 or 15708798. OLE color: 15708798.

HSL color Cylindrical-coordinate representation of color #7EB2EF: hue angle of 212.39º 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 #7EB2EF is Cyan = 0.47, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB126178239-
CMYK0.470.2600.06
HSL212.39º77.93%71.57%-
HSV(B)212.39º47.28%93.73%-
XYZ40.142.5187.75-
YUV169.41167.2797.04-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.20%
GREEN value IS 178 (69.92% from 255) = 32.78%
BLUE value IS 239 (93.75% from 255) = 44.01%
R=23.20%
G=32.78%
B=44.01%

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
Decimal1261782390.470.2600.06212.3977.9371.57
Hex7EB2EF2F1A06d44e48
Octal176262357573206324116110
Binary111111010110010111011111011111101001101101010010011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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