#79AAE1

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

Shades of Jordy Blue #79AAE1

Tints of Jordy Blue #79AAE1

Color information

#79AAE1 (or 0x79AAE1) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and E1. RGB value is (121,170,225). Sum of RGB (Red+Green+Blue) = 121+170+225=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 170 (66.80% from 255 or 32.95% from 516); Blue value is 225 (88.28% from 255 or 43.60% from 516); Max value from RGB is 225 - color contains mainly: blue. Hex color #79AAE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AAE1 is #86551E. Grayscale: #A1A1A1. Windows color (decimal): -8803615 or 14789241. OLE color: 14789241.

HSL color Cylindrical-coordinate representation of color #79AAE1: hue angle of 211.73º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79AAE1 is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB121170225-
CMYK0.460.2400.12
HSL211.73º63.41%67.84%-
HSV(B)211.73º46.22%88.24%-
XYZ35.8538.2576.73-
YUV161.62163.7799.03-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.45%
GREEN value IS 170 (66.80% from 255) = 32.95%
BLUE value IS 225 (88.28% from 255) = 43.60%
R=23.45%
G=32.95%
B=43.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1211702250.460.2400.12211.7363.4167.84
Hex79AAE12E180Cd43f44
Octal171252341563001432477104
Binary111100110101010111000011011101100001100110101001111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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