#79A5DF

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

Shades of Jordy Blue #79A5DF

Tints of Jordy Blue #79A5DF

Color information

#79A5DF (or 0x79A5DF) is unknown color: approx Jordy Blue. HEX triplet: 79, A5 and DF. RGB value is (121,165,223). Sum of RGB (Red+Green+Blue) = 121+165+223=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #79A5DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5DF is #865A20. Grayscale: #9E9E9E. Windows color (decimal): -8804897 or 14656889. OLE color: 14656889.

HSL color Cylindrical-coordinate representation of color #79A5DF: hue angle of 214.12º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79A5DF is Cyan = 0.46, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121165223-
CMYK0.460.2600.13
HSL214.12º61.45%67.45%-
HSV(B)214.12º45.74%87.45%-
XYZ34.6636.374.99-
YUV158.46164.42101.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.77%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 223 (87.5% from 255) = 43.81%
R=23.77%
G=32.42%
B=43.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211652230.460.2600.13214.1261.4567.45
Hex79A5DF2E1A0Dd63d43
Octal171245337563201532675103
Binary111100110100101110111111011101101001101110101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,165,223); }

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

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

 a { background-color: rgb(121,165,223); }

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

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

 span { border-color: rgb(121,165,223); }

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