#79AAD9

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

Shades of Jordy Blue #79AAD9

Tints of Jordy Blue #79AAD9

Color information

#79AAD9 (or 0x79AAD9) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and D9. RGB value is (121,170,217). Sum of RGB (Red+Green+Blue) = 121+170+217=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 217 (85.16% from 255 or 42.72% from 508); Max value from RGB is 217 - color contains mainly: blue. Hex color #79AAD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAD9 is #865526. Grayscale: #A0A0A0. Windows color (decimal): -8803623 or 14264953. OLE color: 14264953.

HSL color Cylindrical-coordinate representation of color #79AAD9: hue angle of 209.38º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79AAD9 is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121170217-
CMYK0.440.2200.15
HSL209.38º55.81%66.27%-
HSV(B)209.38º44.24%85.1%-
XYZ34.7837.8271.11-
YUV160.71159.7799.68-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.82%
GREEN value IS 170 (66.80% from 255) = 33.46%
BLUE value IS 217 (85.16% from 255) = 42.72%
R=23.82%
G=33.46%
B=42.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211702170.440.2200.15209.3855.8166.27
Hex79AAD92C160Fd13842
Octal171252331542601732170102
Binary111100110101010110110011011001011001111110100011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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