#79AAEC

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

Shades of Jordy Blue #79AAEC

Tints of Jordy Blue #79AAEC

Color information

#79AAEC (or 0x79AAEC) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and EC. RGB value is (121,170,236). Sum of RGB (Red+Green+Blue) = 121+170+236=527 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.96% from 527); Green value is 170 (66.80% from 255 or 32.26% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #79AAEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAEC is #865513. Grayscale: #A2A2A2. Windows color (decimal): -8803604 or 15510137. OLE color: 15510137.

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

Color convert

RGB121170236-
CMYK0.490.2800.07
HSL214.43º75.16%70%-
HSV(B)214.43º48.73%92.55%-
XYZ37.438.8784.89-
YUV162.87169.2798.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.96%
GREEN value IS 170 (66.80% from 255) = 32.26%
BLUE value IS 236 (92.58% from 255) = 44.78%
R=22.96%
G=32.26%
B=44.78%

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
Decimal1211702360.490.2800.07214.4375.1670
Hex79AAEC311C07d64b46
Octal171252354613407326113106
Binary111100110101010111011001100011110001111101011010010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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