#79A8D0

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

Shades of Jordy Blue #79A8D0

Tints of Jordy Blue #79A8D0

Color information

#79A8D0 (or 0x79A8D0) is unknown color: approx Jordy Blue. HEX triplet: 79, A8 and D0. RGB value is (121,168,208). Sum of RGB (Red+Green+Blue) = 121+168+208=497 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.35% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #79A8D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8D0 is #86572F. Grayscale: #9E9E9E. Windows color (decimal): -8804144 or 13674617. OLE color: 13674617.

HSL color Cylindrical-coordinate representation of color #79A8D0: hue angle of 207.59º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #79A8D0 is Cyan = 0.42, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB121168208-
CMYK0.420.1900.18
HSL207.59º48.07%64.51%-
HSV(B)207.59º41.83%81.57%-
XYZ33.2736.6264.99-
YUV158.51155.93101.25-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.35%
GREEN value IS 168 (66.02% from 255) = 33.80%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=24.35%
G=33.80%
B=41.85%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1211682080.420.1900.18207.5948.0764.51
Hex79A8D02A13012d03041
Octal171250320522302232060101
Binary1111001101010001101000010101010011010010110100001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,168,208); }

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

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

 a { background-color: rgb(121,168,208); }

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

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

 span { border-color: rgb(121,168,208); }

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