#79AAF0

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

Shades of Jordy Blue #79AAF0

Tints of Jordy Blue #79AAF0

Color information

#79AAF0 (or 0x79AAF0) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and F0. RGB value is (121,170,240). Sum of RGB (Red+Green+Blue) = 121+170+240=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #79AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAF0 is #86550F. Grayscale: #A3A3A3. Windows color (decimal): -8803600 or 15772281. OLE color: 15772281.

HSL color Cylindrical-coordinate representation of color #79AAF0: hue angle of 215.29º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79AAF0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121170240-
CMYK0.500.2900.06
HSL215.29º79.87%70.78%-
HSV(B)215.29º49.58%94.12%-
XYZ37.9939.1187.98-
YUV163.33171.2797.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.79%
GREEN value IS 170 (66.80% from 255) = 32.02%
BLUE value IS 240 (94.14% from 255) = 45.20%
R=22.79%
G=32.02%
B=45.20%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211702400.500.2900.06215.2979.8770.78
Hex79AAF0321D06d75047
Octal171252360623506327120107
Binary111100110101010111100001100101110101101101011110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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