#79A0E7

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

Shades of Jordy Blue #79A0E7

Tints of Jordy Blue #79A0E7

Color information

#79A0E7 (or 0x79A0E7) is unknown color: approx Jordy Blue. HEX triplet: 79, A0 and E7. RGB value is (121,160,231). Sum of RGB (Red+Green+Blue) = 121+160+231=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 160 (62.89% from 255 or 31.25% from 512); Blue value is 231 (90.62% from 255 or 45.12% from 512); Max value from RGB is 231 - color contains mainly: blue. Hex color #79A0E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A0E7 is #865F18. Grayscale: #9C9C9C. Windows color (decimal): -8806169 or 15179897. OLE color: 15179897.

HSL color Cylindrical-coordinate representation of color #79A0E7: hue angle of 218.73º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79A0E7 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB121160231-
CMYK0.480.3100.09
HSL218.73º69.62%69.02%-
HSV(B)218.73º47.62%90.59%-
XYZ34.8834.9880.51-
YUV156.43170.08102.73-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.63%
GREEN value IS 160 (62.89% from 255) = 31.25%
BLUE value IS 231 (90.62% from 255) = 45.12%
R=23.63%
G=31.25%
B=45.12%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1211602310.480.3100.09218.7369.6269.02
Hex79A0E7301F09db4645
Octal1712403476037011333106105
Binary1111001101000001110011111000011111010011101101110001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A0E7; }

 p { color: rgb(121,160,231); }

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

<style>
 a { background-color: #79A0E7; }

 a { background-color: rgb(121,160,231); }

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

<style>
 span { border-color: #79A0E7; }

 span { border-color: rgb(121,160,231); }

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