#79A6EC

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

Shades of Jordy Blue #79A6EC

Tints of Jordy Blue #79A6EC

Color information

#79A6EC (or 0x79A6EC) is unknown color: approx Jordy Blue. HEX triplet: 79, A6 and EC. RGB value is (121,166,236). Sum of RGB (Red+Green+Blue) = 121+166+236=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 166 (65.23% from 255 or 31.74% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #79A6EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A6EC is #865913. Grayscale: #A0A0A0. Windows color (decimal): -8804628 or 15509113. OLE color: 15509113.

HSL color Cylindrical-coordinate representation of color #79A6EC: hue angle of 216.52º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79A6EC is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121166236-
CMYK0.490.3000.07
HSL216.52º75.16%70%-
HSV(B)216.52º48.73%92.55%-
XYZ36.6637.3984.64-
YUV160.52170.5999.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.14%
GREEN value IS 166 (65.23% from 255) = 31.74%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=23.14%
G=31.74%
B=45.12%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211662360.490.3000.07216.5275.1670
Hex79A6EC311E07d94b46
Octal171246354613607331113106
Binary111100110100110111011001100011111001111101100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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