#79ACF0

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

Shades of Jordy Blue #79ACF0

Tints of Jordy Blue #79ACF0

Color information

#79ACF0 (or 0x79ACF0) is unknown color: approx Jordy Blue. HEX triplet: 79, AC and F0. RGB value is (121,172,240). Sum of RGB (Red+Green+Blue) = 121+172+240=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #79ACF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ACF0 is #86530F. Grayscale: #A4A4A4. Windows color (decimal): -8803088 or 15772793. OLE color: 15772793.

HSL color Cylindrical-coordinate representation of color #79ACF0: hue angle of 214.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 #79ACF0 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB121172240-
CMYK0.500.2800.06
HSL214.29º79.87%70.78%-
HSV(B)214.29º49.58%94.12%-
XYZ38.3739.8688.11-
YUV164.5170.696.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.70%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 240 (94.14% from 255) = 45.03%
R=22.70%
G=32.27%
B=45.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1211722400.500.2800.06214.2979.8770.78
Hex79ACF0321C06d65047
Octal171254360623406326120107
Binary111100110101100111100001100101110001101101011010100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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