#79A9D4

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

Shades of Jordy Blue #79A9D4

Tints of Jordy Blue #79A9D4

Color information

#79A9D4 (or 0x79A9D4) is unknown color: approx Jordy Blue. HEX triplet: 79, A9 and D4. RGB value is (121,169,212). Sum of RGB (Red+Green+Blue) = 121+169+212=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 169 (66.41% from 255 or 33.67% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #79A9D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A9D4 is #86562B. Grayscale: #9F9F9F. Windows color (decimal): -8803884 or 13937017. OLE color: 13937017.

HSL color Cylindrical-coordinate representation of color #79A9D4: hue angle of 208.35º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #79A9D4 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB121169212-
CMYK0.430.2000.17
HSL208.35º51.41%65.29%-
HSV(B)208.35º42.92%83.14%-
XYZ33.9637.1967.68-
YUV159.55157.6100.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.10%
GREEN value IS 169 (66.41% from 255) = 33.67%
BLUE value IS 212 (83.20% from 255) = 42.23%
R=24.10%
G=33.67%
B=42.23%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1211692120.430.2000.17208.3551.4165.29
Hex79A9D42B14011d03341
Octal171251324532402132063101
Binary1111001101010011101010010101110100010001110100001100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,169,212); }

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

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

 a { background-color: rgb(121,169,212); }

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

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

 span { border-color: rgb(121,169,212); }

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