#79abd8

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

Shades of Jordy Blue #79ABD8

Tints of Jordy Blue #79ABD8

Color information

#79ABD8 (or 0x79ABD8) is unknown color: approx Jordy Blue. HEX triplet: 79, AB and D8. RGB value is (121,171,216). Sum of RGB (Red+Green+Blue) = 121+171+216=508 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.82% from 508); Green value is 171 (67.19% from 255 or 33.66% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #79ABD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABD8 is #865427. Grayscale: #A0A0A0. Windows color (decimal): -8803368 or 14199673. OLE color: 14199673.

HSL color Cylindrical-coordinate representation of color #79ABD8: hue angle of 208.42º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #79ABD8 is Cyan = 0.44, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121171216-
CMYK0.440.2100.15
HSL208.42º54.91%66.08%-
HSV(B)208.42º43.98%84.71%-
XYZ34.8438.1570.49-
YUV161.18158.9499.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.82%
GREEN value IS 171 (67.19% from 255) = 33.66%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=23.82%
G=33.66%
B=42.52%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211712160.440.2100.15208.4254.9166.08
Hex79ABD82C150Fd03742
Octal171253330542501732067102
Binary111100110101011110110001011001010101111110100001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79abd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,171,216); }

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

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

 a { background-color: rgb(121,171,216); }

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

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

 span { border-color: rgb(121,171,216); }

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