#79A9EC

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

Shades of Jordy Blue #79A9EC

Tints of Jordy Blue #79A9EC

Color information

#79A9EC (or 0x79A9EC) is unknown color: approx Jordy Blue. HEX triplet: 79, A9 and EC. RGB value is (121,169,236). Sum of RGB (Red+Green+Blue) = 121+169+236=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 169 (66.41% from 255 or 32.13% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #79A9EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A9EC is #865613. Grayscale: #A1A1A1. Windows color (decimal): -8803860 or 15509881. OLE color: 15509881.

HSL color Cylindrical-coordinate representation of color #79A9EC: hue angle of 214.96º 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 #79A9EC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121169236-
CMYK0.490.2800.07
HSL214.96º75.16%70%-
HSV(B)214.96º48.73%92.55%-
XYZ37.2138.584.83-
YUV162.29169.698.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 169 (66.41% from 255) = 32.13%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=23.00%
G=32.13%
B=44.87%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211692360.490.2800.07214.9675.1670
Hex79A9EC311C07d74b46
Octal171251354613407327113106
Binary111100110101001111011001100011110001111101011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A9EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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