Html Css Color HEX #79A8DC Jordy Blue

📋 copy color: '#79A8DC'

red 121 ◦ green 168 ◦ blue 220

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

Shades of Jordy Blue #79A8DC

Tints of Jordy Blue #79A8DC

RGB

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

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

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

R = 23.77%
G = 33.01%
B = 43.22%

CMYK

 C value IS 0.45

 M value IS 0.24

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79A8DC (or 0x79A8DC) is known color: Jordy Blue. HEX triplet: 79, A8 and DC. RGB value is (121,168,220). Sum of RGB (Red+Green+Blue) = 121+168+220=509 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.77% from 509); Green value is 168 (66.02% from 255 or 33.01% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #79A8DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A8DC is #865723. Grayscale: #9F9F9F. Windows color (decimal): -8804132 or 14461049. OLE color: 14461049.

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

Color convert

RGB 121 168 220 -
CMYK 0.45 0.24 0 0.14
HSL 211.52º 0.59% 0.67% -
HSV(B) 211.52º 0.45% 0.86% -
XYZ 34.81 37.24 73.06 -
YUV 159.88 161.93 100.27 -
System Red Green Blue C M Y K H S L
Decimal 121 168 220 0.45 0.24 0 0.14 211.52 0.59 0.67
Hex 79 A8 DC 2D 18 0 E D4 3B 43
Octal 171 250 334 55 30 0 16 324 73 103
Binary 1111001 10101000 11011100 101101 11000 0 1110 11010100 111011 1000011

Color Harmonies of #79A8DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A8DC

Black with #79A8DC

Text Example


Text Example

White with #79A8DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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