#7AA3EA

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

Shades of Jordy Blue #7AA3EA

Tints of Jordy Blue #7AA3EA

Color information

#7AA3EA (or 0x7AA3EA) is unknown color: approx Jordy Blue. HEX triplet: 7A, A3 and EA. RGB value is (122,163,234). Sum of RGB (Red+Green+Blue) = 122+163+234=519 (68% of max value = 765). Red value is 122 (48.05% from 255 or 23.51% from 519); Green value is 163 (64.06% from 255 or 31.41% from 519); Blue value is 234 (91.80% from 255 or 45.09% from 519); Max value from RGB is 234 - color contains mainly: blue. Hex color #7AA3EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7AA3EA is #855C15. Grayscale: #9E9E9E. Windows color (decimal): -8739862 or 15377274. OLE color: 15377274.

HSL color Cylindrical-coordinate representation of color #7AA3EA: hue angle of 218.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7AA3EA is Cyan = 0.48, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB122163234-
CMYK0.480.3000.08
HSL218.04º72.73%69.8%-
HSV(B)218.04º47.86%91.76%-
XYZ35.9736.2782.95-
YUV158.83170.42101.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 23.51%
GREEN value IS 163 (64.06% from 255) = 31.41%
BLUE value IS 234 (91.80% from 255) = 45.09%
R=23.51%
G=31.41%
B=45.09%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1221632340.480.3000.08218.0472.7369.8
Hex7AA3EA301E08da4946
Octal1722433526036010332111106
Binary1111010101000111110101011000011110010001101101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AA3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,163,234); }

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

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

 a { background-color: rgb(122,163,234); }

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

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

 span { border-color: rgb(122,163,234); }

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