Html Css Color HEX #79A8DD Jordy Blue

📋 copy color: '#79A8DD'

red 121 ◦ green 168 ◦ blue 221

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

Shades of Jordy Blue #79A8DD

Tints of Jordy Blue #79A8DD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.94%

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

R = 23.73%
G = 32.94%
B = 43.33%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79A8DD (or 0x79A8DD) is known color: Jordy Blue. HEX triplet: 79, A8 and DD. RGB value is (121,168,221). Sum of RGB (Red+Green+Blue) = 121+168+221=510 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.73% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #79A8DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8DD is #865722. Grayscale: #9F9F9F. Windows color (decimal): -8804131 or 14526585. OLE color: 14526585.

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

Color convert

RGB 121 168 221 -
CMYK 0.45 0.24 0 0.13
HSL 211.8º 0.6% 0.67% -
HSV(B) 211.8º 0.45% 0.87% -
XYZ 34.94 37.29 73.76 -
YUV 159.99 162.43 100.19 -
System Red Green Blue C M Y K H S L
Decimal 121 168 221 0.45 0.24 0 0.13 211.8 0.6 0.67
Hex 79 A8 DD 2D 18 0 D D4 3C 43
Octal 171 250 335 55 30 0 15 324 74 103
Binary 1111001 10101000 11011101 101101 11000 0 1101 11010100 111100 1000011

Color Harmonies of #79A8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8DD

Black with #79A8DD

Text Example


Text Example

White with #79A8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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