#79A3DA

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

Shades of Jordy Blue #79A3DA

Tints of Jordy Blue #79A3DA

Color information

#79A3DA (or 0x79A3DA) is unknown color: approx Jordy Blue. HEX triplet: 79, A3 and DA. RGB value is (121,163,218). Sum of RGB (Red+Green+Blue) = 121+163+218=502 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.10% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 218 (85.55% from 255 or 43.43% from 502); Max value from RGB is 218 - color contains mainly: blue. Hex color #79A3DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3DA is #865C25. Grayscale: #9C9C9C. Windows color (decimal): -8805414 or 14328697. OLE color: 14328697.

HSL color Cylindrical-coordinate representation of color #79A3DA: hue angle of 214.02º degrees, saturation: 0.57, 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 #79A3DA is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121163218-
CMYK0.440.2500.15
HSL214.02º56.73%66.47%-
HSV(B)214.02º44.5%85.49%-
XYZ33.6435.3271.37-
YUV156.71162.59102.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.10%
GREEN value IS 163 (64.06% from 255) = 32.47%
BLUE value IS 218 (85.55% from 255) = 43.43%
R=24.10%
G=32.47%
B=43.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211632180.440.2500.15214.0256.7366.47
Hex79A3DA2C190Fd63942
Octal171243332543101732671102
Binary111100110100011110110101011001100101111110101101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,163,218); }

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

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

 a { background-color: rgb(121,163,218); }

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

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

 span { border-color: rgb(121,163,218); }

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