#79AAD6

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

Shades of Jordy Blue #79AAD6

Tints of Jordy Blue #79AAD6

Color information

#79AAD6 (or 0x79AAD6) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and D6. RGB value is (121,170,214). Sum of RGB (Red+Green+Blue) = 121+170+214=505 (66% of max value = 765). Red value is 121 (47.66% from 255 or 23.96% from 505); Green value is 170 (66.80% from 255 or 33.66% from 505); Blue value is 214 (83.98% from 255 or 42.38% from 505); Max value from RGB is 214 - color contains mainly: blue. Hex color #79AAD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAD6 is #865529. Grayscale: #A0A0A0. Windows color (decimal): -8803626 or 14068345. OLE color: 14068345.

HSL color Cylindrical-coordinate representation of color #79AAD6: hue angle of 208.39º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79AAD6 is Cyan = 0.43, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121170214-
CMYK0.430.2100.16
HSL208.39º53.14%65.69%-
HSV(B)208.39º43.46%83.92%-
XYZ34.437.6769.08-
YUV160.36158.2799.92-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.96%
GREEN value IS 170 (66.80% from 255) = 33.66%
BLUE value IS 214 (83.98% from 255) = 42.38%
R=23.96%
G=33.66%
B=42.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211702140.430.2100.16208.3953.1465.69
Hex79AAD62B15010d03542
Octal171252326532502032065102
Binary1111001101010101101011010101110101010000110100001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,170,214); }

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

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

 a { background-color: rgb(121,170,214); }

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

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

 span { border-color: rgb(121,170,214); }

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