#7EB4EE

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

Shades of Jordy Blue #7EB4EE

Tints of Jordy Blue #7EB4EE

Color information

#7EB4EE (or 0x7EB4EE) is unknown color: approx Jordy Blue. HEX triplet: 7E, B4 and EE. RGB value is (126,180,238). Sum of RGB (Red+Green+Blue) = 126+180+238=544 (72% of max value = 765). Red value is 126 (49.61% from 255 or 23.16% from 544); Green value is 180 (70.70% from 255 or 33.09% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #7EB4EE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7EB4EE is #814B11. Grayscale: #AAAAAA. Windows color (decimal): -8473362 or 15643774. OLE color: 15643774.

HSL color Cylindrical-coordinate representation of color #7EB4EE: hue angle of 211.07º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7EB4EE is Cyan = 0.47, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB126180238-
CMYK0.470.2400.07
HSL211.07º76.71%71.37%-
HSV(B)211.07º47.06%93.33%-
XYZ40.3643.2587.11-
YUV170.47166.1196.28-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.16%
GREEN value IS 180 (70.70% from 255) = 33.09%
BLUE value IS 238 (93.36% from 255) = 43.75%
R=23.16%
G=33.09%
B=43.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1261802380.470.2400.07211.0776.7171.37
Hex7EB4EE2F1807d34d47
Octal176264356573007323115107
Binary111111010110100111011101011111100001111101001110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EB4EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,180,238); }

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

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

 a { background-color: rgb(126,180,238); }

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

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

 span { border-color: rgb(126,180,238); }

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