Html Css Color HEX #79ADDB Jordy Blue

📋 copy color: '#79ADDB'

red 121 ◦ green 173 ◦ blue 219

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

Shades of Jordy Blue #79ADDB

Tints of Jordy Blue #79ADDB

RGB

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

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

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

R = 23.59%
G = 33.72%
B = 42.69%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79ADDB (or 0x79ADDB) is known color: Jordy Blue. HEX triplet: 79, AD and DB. RGB value is (121,173,219). Sum of RGB (Red+Green+Blue) = 121+173+219=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 173 (67.97% from 255 or 33.72% from 513); Blue value is 219 (85.94% from 255 or 42.69% from 513); Max value from RGB is 219 - color contains mainly: blue. Hex color #79ADDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADDB is #865224. Grayscale: #A2A2A2. Windows color (decimal): -8802853 or 14396793. OLE color: 14396793.

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

Color convert

RGB 121 173 219 -
CMYK 0.45 0.21 0 0.14
HSL 208.16º 0.58% 0.67% -
HSV(B) 208.16º 0.45% 0.86% -
XYZ 35.61 39.07 72.68 -
YUV 162.7 159.77 98.26 -
System Red Green Blue C M Y K H S L
Decimal 121 173 219 0.45 0.21 0 0.14 208.16 0.58 0.67
Hex 79 AD DB 2D 15 0 E D0 3A 43
Octal 171 255 333 55 25 0 16 320 72 103
Binary 1111001 10101101 11011011 101101 10101 0 1110 11010000 111010 1000011

Color Harmonies of #79ADDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ADDB

Black with #79ADDB

Text Example


Text Example

White with #79ADDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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