#7EABEA

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

Shades of Jordy Blue #7EABEA

Tints of Jordy Blue #7EABEA

Color information

#7EABEA (or 0x7EABEA) is unknown color: approx Jordy Blue. HEX triplet: 7E, AB and EA. RGB value is (126,171,234). Sum of RGB (Red+Green+Blue) = 126+171+234=531 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.73% from 531); Green value is 171 (67.19% from 255 or 32.20% from 531); Blue value is 234 (91.80% from 255 or 44.07% from 531); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EABEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EABEA is #815415. Grayscale: #A4A4A4. Windows color (decimal): -8475670 or 15379326. OLE color: 15379326.

HSL color Cylindrical-coordinate representation of color #7EABEA: hue angle of 215º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7EABEA is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126171234-
CMYK0.460.2700.08
HSL215º72%70.59%-
HSV(B)215º46.15%91.76%-
XYZ38.0239.583.46-
YUV164.73167.09100.38-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.73%
GREEN value IS 171 (67.19% from 255) = 32.20%
BLUE value IS 234 (91.80% from 255) = 44.07%
R=23.73%
G=32.20%
B=44.07%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261712340.460.2700.082157270.59
Hex7EABEA2E1B08d74847
Octal1762533525633010327110107
Binary1111110101010111110101010111011011010001101011110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,171,234); }

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

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

 a { background-color: rgb(126,171,234); }

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

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

 span { border-color: rgb(126,171,234); }

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