#79A7F9

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

Shades of Jordy Blue #79A7F9

Tints of Jordy Blue #79A7F9

Color information

#79A7F9 (or 0x79A7F9) is unknown color: approx Jordy Blue. HEX triplet: 79, A7 and F9. RGB value is (121,167,249). Sum of RGB (Red+Green+Blue) = 121+167+249=537 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.53% from 537); Green value is 167 (65.62% from 255 or 31.10% from 537); Blue value is 249 (97.66% from 255 or 46.37% from 537); Max value from RGB is 249 - color contains mainly: blue. Hex color #79A7F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A7F9 is #865806. Grayscale: #A2A2A2. Windows color (decimal): -8804359 or 16361337. OLE color: 16361337.

HSL color Cylindrical-coordinate representation of color #79A7F9: hue angle of 218.44º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79A7F9 is Cyan = 0.51, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB121167249-
CMYK0.510.3300.02
HSL218.44º91.43%72.55%-
HSV(B)218.44º51.41%97.65%-
XYZ38.838.5495.02-
YUV162.59176.7698.33-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.53%
GREEN value IS 167 (65.62% from 255) = 31.10%
BLUE value IS 249 (97.66% from 255) = 46.37%
R=22.53%
G=31.10%
B=46.37%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1211672490.510.3300.02218.4491.4372.55
Hex79A7F9332102da5b49
Octal171247371634102332133111
Binary111100110100111111110011100111000010101101101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,167,249); }

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

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

 a { background-color: rgb(121,167,249); }

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

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

 span { border-color: rgb(121,167,249); }

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