#79ACF7

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

Shades of Jordy Blue #79ACF7

Tints of Jordy Blue #79ACF7

Color information

#79ACF7 (or 0x79ACF7) is unknown color: approx Jordy Blue. HEX triplet: 79, AC and F7. RGB value is (121,172,247). Sum of RGB (Red+Green+Blue) = 121+172+247=540 (71% of max value = 765). Red value is 121 (47.66% from 255 or 22.41% from 540); Green value is 172 (67.58% from 255 or 31.85% from 540); Blue value is 247 (96.88% from 255 or 45.74% from 540); Max value from RGB is 247 - color contains mainly: blue. Hex color #79ACF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACF7 is #865308. Grayscale: #A4A4A4. Windows color (decimal): -8803081 or 16231545. OLE color: 16231545.

HSL color Cylindrical-coordinate representation of color #79ACF7: hue angle of 215.71º 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 #79ACF7 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB121172247-
CMYK0.510.3000.03
HSL215.71º88.73%72.16%-
HSV(B)215.71º51.01%96.86%-
XYZ39.4340.2993.69-
YUV165.3174.196.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.41%
GREEN value IS 172 (67.58% from 255) = 31.85%
BLUE value IS 247 (96.88% from 255) = 45.74%
R=22.41%
G=31.85%
B=45.74%

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
Decimal1211722470.510.3000.03215.7188.7372.16
Hex79ACF7331E03d85948
Octal171254367633603330131110
Binary11110011010110011110111110011111100111101100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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