Html Css Color HEX #79A0DC Jordy Blue

📋 copy color: '#79A0DC'

red 121 ◦ green 160 ◦ blue 220

#79A0DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jordy Blue #79A0DC

Tints of Jordy Blue #79A0DC

RGB

 RED value IS 121 (47.66% from 255) = 24.15%

 GREEN value IS 160 (62.89% from 255) = 31.94%

 BLUE value IS 220 (86.33% from 255) = 43.91%

R = 24.15%
G = 31.94%
B = 43.91%

CMYK

 C value IS 0.45

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A0DC (or 0x79A0DC) is known color: Jordy Blue. HEX triplet: 79, A0 and DC. RGB value is (121,160,220). Sum of RGB (Red+Green+Blue) = 121+160+220=501 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.15% from 501); Green value is 160 (62.89% from 255 or 31.94% from 501); Blue value is 220 (86.33% from 255 or 43.91% from 501); Max value from RGB is 220 - color contains mainly: blue. Hex color #79A0DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A0DC is #865F23. Grayscale: #9A9A9A. Windows color (decimal): -8806180 or 14459001. OLE color: 14459001.

HSL color Cylindrical-coordinate representation of color #79A0DC: hue angle of 216.36º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A0DC is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 160 220 -
CMYK 0.45 0.27 0 0.14
HSL 216.36º 0.59% 0.67% -
HSV(B) 216.36º 0.45% 0.86% -
XYZ 33.37 34.37 72.59 -
YUV 155.18 164.58 103.62 -
System Red Green Blue C M Y K H S L
Decimal 121 160 220 0.45 0.27 0 0.14 216.36 0.59 0.67
Hex 79 A0 DC 2D 1B 0 E D8 3B 43
Octal 171 240 334 55 33 0 16 330 73 103
Binary 1111001 10100000 11011100 101101 11011 0 1110 11011000 111011 1000011

Color Harmonies of #79A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A0DC

Black with #79A0DC

Text Example


Text Example

White with #79A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,160,220); }

 H1.HeaderClassName
 {
   color: #79A0DC;
 }
 .AnyTagClassName
 {
   color: #79A0DC;
 }
</style>

background-color css

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

 a { background-color: rgb(121,160,220); }

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

border-color css

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

 span { border-color: rgb(121,160,220); }

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