Html Css Color HEX #79ACD9 Jordy Blue

📋 copy color: '#79ACD9'

red 121 ◦ green 172 ◦ blue 217

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

Shades of Jordy Blue #79ACD9

Tints of Jordy Blue #79ACD9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.73%

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

R = 23.73%
G = 33.73%
B = 42.55%

CMYK

 C value IS 0.44

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#79ACD9 (or 0x79ACD9) is known color: Jordy Blue. HEX triplet: 79, AC and D9. RGB value is (121,172,217). Sum of RGB (Red+Green+Blue) = 121+172+217=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #79ACD9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ACD9 is #865326. Grayscale: #A1A1A1. Windows color (decimal): -8803111 or 14265465. OLE color: 14265465.

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

Color convert

RGB 121 172 217 -
CMYK 0.44 0.21 0 0.15
HSL 208.13º 0.56% 0.66% -
HSV(B) 208.13º 0.44% 0.85% -
XYZ 35.16 38.58 71.24 -
YUV 161.88 159.1 98.84 -
System Red Green Blue C M Y K H S L
Decimal 121 172 217 0.44 0.21 0 0.15 208.13 0.56 0.66
Hex 79 AC D9 2C 15 0 F D0 38 42
Octal 171 254 331 54 25 0 17 320 70 102
Binary 1111001 10101100 11011001 101100 10101 0 1111 11010000 111000 1000010

Color Harmonies of #79ACD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ACD9

Black with #79ACD9

Text Example


Text Example

White with #79ACD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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