#79A5DB

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

Shades of Jordy Blue #79A5DB

Tints of Jordy Blue #79A5DB

Color information

#79A5DB (or 0x79A5DB) is unknown color: approx Jordy Blue. HEX triplet: 79, A5 and DB. RGB value is (121,165,219). Sum of RGB (Red+Green+Blue) = 121+165+219=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A5DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A5DB is #865A24. Grayscale: #9D9D9D. Windows color (decimal): -8804901 or 14394745. OLE color: 14394745.

HSL color Cylindrical-coordinate representation of color #79A5DB: hue angle of 213.06º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A5DB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121165219-
CMYK0.450.2500.14
HSL213.06º57.65%66.67%-
HSV(B)213.06º44.75%85.88%-
XYZ34.1336.0972.19-
YUV158162.42101.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.96%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 219 (85.94% from 255) = 43.37%
R=23.96%
G=32.67%
B=43.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211652190.450.2500.14213.0657.6566.67
Hex79A5DB2D190Ed53a43
Octal171245333553101632572103
Binary111100110100101110110111011011100101110110101011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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