Html Css Color HEX #79AADB Jordy Blue

📋 copy color: '#79AADB'

red 121 ◦ green 170 ◦ blue 219

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

Shades of Jordy Blue #79AADB

Tints of Jordy Blue #79AADB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.33%

 BLUE value IS 219 (85.94% from 255) = 42.94%

R = 23.73%
G = 33.33%
B = 42.94%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79AADB (or 0x79AADB) is known color: Jordy Blue. HEX triplet: 79, AA and DB. RGB value is (121,170,219). Sum of RGB (Red+Green+Blue) = 121+170+219=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 219 (85.94% from 255 or 42.94% from 510); Max value from RGB is 219 - color contains mainly: blue. Hex color #79AADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AADB is #865524. Grayscale: #A0A0A0. Windows color (decimal): -8803621 or 14396025. OLE color: 14396025.

HSL color Cylindrical-coordinate representation of color #79AADB: hue angle of 210º degrees, saturation: 0.58, 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 #79AADB is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 170 219 -
CMYK 0.45 0.22 0 0.14
HSL 210º 0.58% 0.67% -
HSV(B) 210º 0.45% 0.86% -
XYZ 35.05 37.93 72.49 -
YUV 160.94 160.77 99.52 -
System Red Green Blue C M Y K H S L
Decimal 121 170 219 0.45 0.22 0 0.14 210 0.58 0.67
Hex 79 AA DB 2D 16 0 E D2 3A 43
Octal 171 252 333 55 26 0 16 322 72 103
Binary 1111001 10101010 11011011 101101 10110 0 1110 11010010 111010 1000011

Color Harmonies of #79AADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AADB

Black with #79AADB

Text Example


Text Example

White with #79AADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,170,219); }

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

background-color css

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

 a { background-color: rgb(121,170,219); }

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

border-color css

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

 span { border-color: rgb(121,170,219); }

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