#79ADF7

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

Shades of Jordy Blue #79ADF7

Tints of Jordy Blue #79ADF7

Color information

#79ADF7 (or 0x79ADF7) is unknown color: approx Jordy Blue. HEX triplet: 79, AD and F7. RGB value is (121,173,247). Sum of RGB (Red+Green+Blue) = 121+173+247=541 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.37% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 247 (96.88% from 255 or 45.66% from 541); Max value from RGB is 247 - color contains mainly: blue. Hex color #79ADF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ADF7 is #865208. Grayscale: #A5A5A5. Windows color (decimal): -8802825 or 16231801. OLE color: 16231801.

HSL color Cylindrical-coordinate representation of color #79ADF7: hue angle of 215.24º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #79ADF7 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB121173247-
CMYK0.510.3000.03
HSL215.24º88.73%72.16%-
HSV(B)215.24º51.01%96.86%-
XYZ39.6240.6793.76-
YUV165.89173.7795.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.37%
GREEN value IS 173 (67.97% from 255) = 31.98%
BLUE value IS 247 (96.88% from 255) = 45.66%
R=22.37%
G=31.98%
B=45.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1211732470.510.3000.03215.2488.7372.16
Hex79ADF7331E03d75948
Octal171255367633603327131110
Binary11110011010110111110111110011111100111101011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ADF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,173,247); }

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

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

 a { background-color: rgb(121,173,247); }

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

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

 span { border-color: rgb(121,173,247); }

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