#7EB5EF

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

Shades of Jordy Blue #7EB5EF

Tints of Jordy Blue #7EB5EF

Color information

#7EB5EF (or 0x7EB5EF) is unknown color: approx Jordy Blue. HEX triplet: 7E, B5 and EF. RGB value is (126,181,239). Sum of RGB (Red+Green+Blue) = 126+181+239=546 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.08% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #7EB5EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB5EF is #814A10. Grayscale: #AAAAAA. Windows color (decimal): -8473105 or 15709566. OLE color: 15709566.

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

Color convert

RGB126181239-
CMYK0.470.2400.06
HSL210.8º77.93%71.57%-
HSV(B)210.8º47.28%93.73%-
XYZ40.7143.7287.95-
YUV171.17166.2895.78-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.08%
GREEN value IS 181 (71.09% from 255) = 33.15%
BLUE value IS 239 (93.75% from 255) = 43.77%
R=23.08%
G=33.15%
B=43.77%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1261812390.470.2400.06210.877.9371.57
Hex7EB5EF2F1806d34e48
Octal176265357573006323116110
Binary111111010110101111011111011111100001101101001110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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