#79A6CF

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

Shades of Jordy Blue #79A6CF

Tints of Jordy Blue #79A6CF

Color information

#79A6CF (or 0x79A6CF) is unknown color: approx Jordy Blue. HEX triplet: 79, A6 and CF. RGB value is (121,166,207). Sum of RGB (Red+Green+Blue) = 121+166+207=494 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.49% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #79A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A6CF is #865930. Grayscale: #9D9D9D. Windows color (decimal): -8804657 or 13608569. OLE color: 13608569.

HSL color Cylindrical-coordinate representation of color #79A6CF: hue angle of 208.6º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79A6CF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB121166207-
CMYK0.420.2000.19
HSL208.6º47.25%64.31%-
HSV(B)208.6º41.55%81.18%-
XYZ32.7835.8464.22-
YUV157.22156.09102.17-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.49%
GREEN value IS 166 (65.23% from 255) = 33.60%
BLUE value IS 207 (81.25% from 255) = 41.90%
R=24.49%
G=33.60%
B=41.90%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1211662070.420.2000.19208.647.2564.31
Hex79A6CF2A14013d12f40
Octal171246317522402332157100
Binary1111001101001101100111110101010100010011110100011011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,166,207); }

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

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

 a { background-color: rgb(121,166,207); }

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

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

 span { border-color: rgb(121,166,207); }

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