#79A4DD

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

Shades of Jordy Blue #79A4DD

Tints of Jordy Blue #79A4DD

Color information

#79A4DD (or 0x79A4DD) is unknown color: approx Jordy Blue. HEX triplet: 79, A4 and DD. RGB value is (121,164,221). Sum of RGB (Red+Green+Blue) = 121+164+221=506 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.91% from 506); Green value is 164 (64.45% from 255 or 32.41% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #79A4DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A4DD is #865B22. Grayscale: #9D9D9D. Windows color (decimal): -8805155 or 14525561. OLE color: 14525561.

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

Color convert

RGB121164221-
CMYK0.450.2600.13
HSL214.2º59.52%67.06%-
HSV(B)214.2º45.25%86.67%-
XYZ34.2135.8473.52-
YUV157.64163.75101.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.91%
GREEN value IS 164 (64.45% from 255) = 32.41%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=23.91%
G=32.41%
B=43.68%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211642210.450.2600.13214.259.5267.06
Hex79A4DD2D1A0Dd63c43
Octal171244335553201532674103
Binary111100110100100110111011011011101001101110101101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A4DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,164,221); }

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

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

 a { background-color: rgb(121,164,221); }

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

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

 span { border-color: rgb(121,164,221); }

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