#79B0F5

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

Shades of Jordy Blue #79B0F5

Tints of Jordy Blue #79B0F5

Color information

#79B0F5 (or 0x79B0F5) is unknown color: approx Jordy Blue. HEX triplet: 79, B0 and F5. RGB value is (121,176,245). Sum of RGB (Red+Green+Blue) = 121+176+245=542 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.32% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 245 (96.09% from 255 or 45.20% from 542); Max value from RGB is 245 - color contains mainly: blue. Hex color #79B0F5 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B0F5 is #864F0A. Grayscale: #A7A7A7. Windows color (decimal): -8802059 or 16101497. OLE color: 16101497.

HSL color Cylindrical-coordinate representation of color #79B0F5: hue angle of 213.39º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79B0F5 is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB121176245-
CMYK0.510.2800.04
HSL213.39º86.11%71.76%-
HSV(B)213.39º50.61%96.08%-
XYZ39.8941.7192.33-
YUV167.42171.7894.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.32%
GREEN value IS 176 (69.14% from 255) = 32.47%
BLUE value IS 245 (96.09% from 255) = 45.20%
R=22.32%
G=32.47%
B=45.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1211762450.510.2800.04213.3986.1171.76
Hex79B0F5331C04d55648
Octal171260365633404325126110
Binary111100110110000111101011100111110001001101010110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B0F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,176,245); }

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

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

 a { background-color: rgb(121,176,245); }

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

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

 span { border-color: rgb(121,176,245); }

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