Html Css Color HEX #79B4DC Jordy Blue

📋 copy color: '#79B4DC'

red 121 ◦ green 180 ◦ blue 220

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

Shades of Jordy Blue #79B4DC

Tints of Jordy Blue #79B4DC

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.55%

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

R = 23.22%
G = 34.55%
B = 42.23%

CMYK

 C value IS 0.45

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79B4DC (or 0x79B4DC) is known color: Jordy Blue. HEX triplet: 79, B4 and DC. RGB value is (121,180,220). Sum of RGB (Red+Green+Blue) = 121+180+220=521 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.22% from 521); Green value is 180 (70.70% from 255 or 34.55% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #79B4DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B4DC is #864B23. Grayscale: #A6A6A6. Windows color (decimal): -8801060 or 14464121. OLE color: 14464121.

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

Color convert

RGB 121 180 220 -
CMYK 0.45 0.18 0 0.14
HSL 204.24º 0.59% 0.67% -
HSV(B) 204.24º 0.45% 0.86% -
XYZ 37.12 41.87 73.84 -
YUV 166.92 157.95 95.25 -
System Red Green Blue C M Y K H S L
Decimal 121 180 220 0.45 0.18 0 0.14 204.24 0.59 0.67
Hex 79 B4 DC 2D 12 0 E CC 3B 43
Octal 171 264 334 55 22 0 16 314 73 103
Binary 1111001 10110100 11011100 101101 10010 0 1110 11001100 111011 1000011

Color Harmonies of #79B4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79B4DC

Black with #79B4DC

Text Example


Text Example

White with #79B4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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