Html Css Color HEX #79ABDD Jordy Blue

📋 copy color: '#79ABDD'

red 121 ◦ green 171 ◦ blue 221

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

Shades of Jordy Blue #79ABDD

Tints of Jordy Blue #79ABDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.08%

R = 23.59%
G = 33.33%
B = 43.08%

CMYK

 C value IS 0.45

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79ABDD (or 0x79ABDD) is known color: Jordy Blue. HEX triplet: 79, AB and DD. RGB value is (121,171,221). Sum of RGB (Red+Green+Blue) = 121+171+221=513 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.59% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 221 (86.72% from 255 or 43.08% from 513); Max value from RGB is 221 - color contains mainly: blue. Hex color #79ABDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79ABDD is #865422. Grayscale: #A1A1A1. Windows color (decimal): -8803363 or 14527353. OLE color: 14527353.

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

Color convert

RGB 121 171 221 -
CMYK 0.45 0.23 0 0.13
HSL 210º 0.6% 0.67% -
HSV(B) 210º 0.45% 0.87% -
XYZ 35.5 38.41 73.95 -
YUV 161.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 121 171 221 0.45 0.23 0 0.13 210 0.6 0.67
Hex 79 AB DD 2D 17 0 D D2 3C 43
Octal 171 253 335 55 27 0 15 322 74 103
Binary 1111001 10101011 11011101 101101 10111 0 1101 11010010 111100 1000011

Color Harmonies of #79ABDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79ABDD

Black with #79ABDD

Text Example


Text Example

White with #79ABDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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