#79A4DB

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

Shades of Jordy Blue #79A4DB

Tints of Jordy Blue #79A4DB

Color information

#79A4DB (or 0x79A4DB) is unknown color: approx Jordy Blue. HEX triplet: 79, A4 and DB. RGB value is (121,164,219). Sum of RGB (Red+Green+Blue) = 121+164+219=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 164 (64.45% from 255 or 32.54% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #79A4DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4DB is #865B24. Grayscale: #9D9D9D. Windows color (decimal): -8805157 or 14394489. OLE color: 14394489.

HSL color Cylindrical-coordinate representation of color #79A4DB: hue angle of 213.67º 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 #79A4DB is Cyan = 0.45, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121164219-
CMYK0.450.2500.14
HSL213.67º57.65%66.67%-
HSV(B)213.67º44.75%85.88%-
XYZ33.9535.7372.13-
YUV157.41162.75102.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 164 (64.45% from 255) = 32.54%
BLUE value IS 219 (85.94% from 255) = 43.45%
R=24.01%
G=32.54%
B=43.45%

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
Decimal1211642190.450.2500.14213.6757.6566.67
Hex79A4DB2D190Ed63a43
Octal171244333553101632672103
Binary111100110100100110110111011011100101110110101101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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