#7EAFEA

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

Shades of Jordy Blue #7EAFEA

Tints of Jordy Blue #7EAFEA

Color information

#7EAFEA (or 0x7EAFEA) is unknown color: approx Jordy Blue. HEX triplet: 7E, AF and EA. RGB value is (126,175,234). Sum of RGB (Red+Green+Blue) = 126+175+234=535 (70% of max value = 765). Red value is 126 (49.61% from 255 or 23.55% from 535); Green value is 175 (68.75% from 255 or 32.71% from 535); Blue value is 234 (91.80% from 255 or 43.74% from 535); Max value from RGB is 234 - color contains mainly: blue. Hex color #7EAFEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7EAFEA is #815015. Grayscale: #A6A6A6. Windows color (decimal): -8474646 or 15380350. OLE color: 15380350.

HSL color Cylindrical-coordinate representation of color #7EAFEA: hue angle of 212.78º 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 #7EAFEA is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB126175234-
CMYK0.460.2500.08
HSL212.78º72%70.59%-
HSV(B)212.78º46.15%91.76%-
XYZ38.7941.0483.72-
YUV167.08165.7798.7-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 23.55%
GREEN value IS 175 (68.75% from 255) = 32.71%
BLUE value IS 234 (91.80% from 255) = 43.74%
R=23.55%
G=32.71%
B=43.74%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1261752340.460.2500.08212.787270.59
Hex7EAFEA2E1908d54847
Octal1762573525631010325110107
Binary1111110101011111110101010111011001010001101010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7EAFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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