#79A1D0

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

Shades of Jordy Blue #79A1D0

Tints of Jordy Blue #79A1D0

Color information

#79A1D0 (or 0x79A1D0) is unknown color: approx Jordy Blue. HEX triplet: 79, A1 and D0. RGB value is (121,161,208). Sum of RGB (Red+Green+Blue) = 121+161+208=490 (64% of max value = 765). Red value is 121 (47.66% from 255 or 24.69% from 490); Green value is 161 (63.28% from 255 or 32.86% from 490); Blue value is 208 (81.64% from 255 or 42.45% from 490); Max value from RGB is 208 - color contains mainly: blue. Hex color #79A1D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1D0 is #865E2F. Grayscale: #9A9A9A. Windows color (decimal): -8805936 or 13672825. OLE color: 13672825.

HSL color Cylindrical-coordinate representation of color #79A1D0: hue angle of 212.41º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79A1D0 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121161208-
CMYK0.420.2300.18
HSL212.41º48.07%64.51%-
HSV(B)212.41º41.83%81.57%-
XYZ32.0234.1164.57-
YUV154.4158.25104.18-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.69%
GREEN value IS 161 (63.28% from 255) = 32.86%
BLUE value IS 208 (81.64% from 255) = 42.45%
R=24.69%
G=32.86%
B=42.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211612080.420.2300.18212.4148.0764.51
Hex79A1D02A17012d43041
Octal171241320522702232460101
Binary1111001101000011101000010101010111010010110101001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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