Html Css Color HEX #79ADD9 Jordy Blue

📋 copy color: '#79ADD9'

red 121 ◦ green 173 ◦ blue 217

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

Shades of Jordy Blue #79ADD9

Tints of Jordy Blue #79ADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.86%

 BLUE value IS 217 (85.16% from 255) = 42.47%

R = 23.68%
G = 33.86%
B = 42.47%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#79ADD9 (or 0x79ADD9) is known color: Jordy Blue. HEX triplet: 79, AD and D9. RGB value is (121,173,217). Sum of RGB (Red+Green+Blue) = 121+173+217=511 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.68% from 511); Green value is 173 (67.97% from 255 or 33.86% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #79ADD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADD9 is #865226. Grayscale: #A2A2A2. Windows color (decimal): -8802855 or 14265721. OLE color: 14265721.

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

Color convert

RGB 121 173 217 -
CMYK 0.44 0.20 0 0.15
HSL 207.5º 0.56% 0.66% -
HSV(B) 207.5º 0.44% 0.85% -
XYZ 35.35 38.96 71.3 -
YUV 162.47 158.77 98.42 -
System Red Green Blue C M Y K H S L
Decimal 121 173 217 0.44 0.20 0 0.15 207.5 0.56 0.66
Hex 79 AD D9 2C 14 0 F D0 38 42
Octal 171 255 331 54 24 0 17 320 70 102
Binary 1111001 10101101 11011001 101100 10100 0 1111 11010000 111000 1000010

Color Harmonies of #79ADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ADD9

Black with #79ADD9

Text Example


Text Example

White with #79ADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,173,217); }

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

background-color css

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

 a { background-color: rgb(121,173,217); }

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

border-color css

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

 span { border-color: rgb(121,173,217); }

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