#79A1D7

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

Shades of Jordy Blue #79A1D7

Tints of Jordy Blue #79A1D7

Color information

#79A1D7 (or 0x79A1D7) is unknown color: approx Jordy Blue. HEX triplet: 79, A1 and D7. RGB value is (121,161,215). Sum of RGB (Red+Green+Blue) = 121+161+215=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 215 (84.38% from 255 or 43.26% from 497); Max value from RGB is 215 - color contains mainly: blue. Hex color #79A1D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1D7 is #865E28. Grayscale: #9A9A9A. Windows color (decimal): -8805929 or 14131577. OLE color: 14131577.

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

Color convert

RGB121161215-
CMYK0.440.2500.16
HSL214.47º54.02%65.88%-
HSV(B)214.47º43.72%84.31%-
XYZ32.934.4669.21-
YUV155.2161.75103.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 215 (84.38% from 255) = 43.26%
R=24.35%
G=32.39%
B=43.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211612150.440.2500.16214.4754.0265.88
Hex79A1D72C19010d63642
Octal171241327543102032666102
Binary1111001101000011101011110110011001010000110101101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,161,215); }

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

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

 a { background-color: rgb(121,161,215); }

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

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

 span { border-color: rgb(121,161,215); }

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