Html Css Color HEX #79ABDC Jordy Blue

📋 copy color: '#79ABDC'

red 121 ◦ green 171 ◦ blue 220

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

Shades of Jordy Blue #79ABDC

Tints of Jordy Blue #79ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.4%

 BLUE value IS 220 (86.33% from 255) = 42.97%

R = 23.63%
G = 33.4%
B = 42.97%

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

#79ABDC (or 0x79ABDC) is known color: Jordy Blue. HEX triplet: 79, AB and DC. RGB value is (121,171,220). Sum of RGB (Red+Green+Blue) = 121+171+220=512 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.63% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 220 (86.33% from 255 or 42.97% from 512); Max value from RGB is 220 - color contains mainly: blue. Hex color #79ABDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABDC is #865423. Grayscale: #A1A1A1. Windows color (decimal): -8803364 or 14461817. OLE color: 14461817.

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

Color convert

RGB 121 171 220 -
CMYK 0.45 0.22 0 0.14
HSL 209.7º 0.59% 0.67% -
HSV(B) 209.7º 0.45% 0.86% -
XYZ 35.37 38.36 73.25 -
YUV 161.64 160.94 99.02 -
System Red Green Blue C M Y K H S L
Decimal 121 171 220 0.45 0.22 0 0.14 209.7 0.59 0.67
Hex 79 AB DC 2D 16 0 E D2 3B 43
Octal 171 253 334 55 26 0 16 322 73 103
Binary 1111001 10101011 11011100 101101 10110 0 1110 11010010 111011 1000011

Color Harmonies of #79ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABDC

Black with #79ABDC

Text Example


Text Example

White with #79ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,171,220); }

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

background-color css

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

 a { background-color: rgb(121,171,220); }

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

border-color css

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

 span { border-color: rgb(121,171,220); }

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