#79ACDF

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

Shades of Jordy Blue #79ACDF

Tints of Jordy Blue #79ACDF

Color information

#79ACDF (or 0x79ACDF) is unknown color: approx Jordy Blue. HEX triplet: 79, AC and DF. RGB value is (121,172,223). Sum of RGB (Red+Green+Blue) = 121+172+223=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #79ACDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACDF is #865320. Grayscale: #A2A2A2. Windows color (decimal): -8803105 or 14658681. OLE color: 14658681.

HSL color Cylindrical-coordinate representation of color #79ACDF: hue angle of 210º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79ACDF is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121172223-
CMYK0.460.2300.13
HSL210º61.45%67.45%-
HSV(B)210º45.74%87.45%-
XYZ35.9638.975.42-
YUV162.56162.198.35-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.45%
GREEN value IS 172 (67.58% from 255) = 33.33%
BLUE value IS 223 (87.5% from 255) = 43.22%
R=23.45%
G=33.33%
B=43.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211722230.460.2300.1321061.4567.45
Hex79ACDF2E170Dd23d43
Octal171254337562701532275103
Binary111100110101100110111111011101011101101110100101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ACDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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