Html Css Color HEX #79ADDE Jordy Blue

📋 copy color: '#79ADDE'

red 121 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #79ADDE

Tints of Jordy Blue #79ADDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.02%

R = 23.45%
G = 33.53%
B = 43.02%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79ADDE (or 0x79ADDE) is known color: Jordy Blue. HEX triplet: 79, AD and DE. RGB value is (121,173,222). Sum of RGB (Red+Green+Blue) = 121+173+222=516 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.45% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 222 (87.11% from 255 or 43.02% from 516); Max value from RGB is 222 - color contains mainly: blue. Hex color #79ADDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ADDE is #865221. Grayscale: #A2A2A2. Windows color (decimal): -8802850 or 14593401. OLE color: 14593401.

HSL color Cylindrical-coordinate representation of color #79ADDE: hue angle of 209.11º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79ADDE is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 173 222 -
CMYK 0.45 0.22 0 0.13
HSL 209.11º 0.6% 0.67% -
HSV(B) 209.11º 0.45% 0.87% -
XYZ 36.01 39.23 74.78 -
YUV 163.04 161.27 98.02 -
System Red Green Blue C M Y K H S L
Decimal 121 173 222 0.45 0.22 0 0.13 209.11 0.6 0.67
Hex 79 AD DE 2D 16 0 D D1 3C 43
Octal 171 255 336 55 26 0 15 321 74 103
Binary 1111001 10101101 11011110 101101 10110 0 1101 11010001 111100 1000011

Color Harmonies of #79ADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ADDE

Black with #79ADDE

Text Example


Text Example

White with #79ADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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