Html Css Color HEX #79AEDC Jordy Blue

📋 copy color: '#79AEDC'

red 121 ◦ green 174 ◦ blue 220

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

Shades of Jordy Blue #79AEDC

Tints of Jordy Blue #79AEDC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 33.79%

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

R = 23.5%
G = 33.79%
B = 42.72%

CMYK

 C value IS 0.45

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#79AEDC (or 0x79AEDC) is known color: Jordy Blue. HEX triplet: 79, AE and DC. RGB value is (121,174,220). Sum of RGB (Red+Green+Blue) = 121+174+220=515 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.50% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 220 (86.33% from 255 or 42.72% from 515); Max value from RGB is 220 - color contains mainly: blue. Hex color #79AEDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AEDC is #865123. Grayscale: #A3A3A3. Windows color (decimal): -8802596 or 14462585. OLE color: 14462585.

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

Color convert

RGB 121 174 220 -
CMYK 0.45 0.21 0 0.14
HSL 207.88º 0.59% 0.67% -
HSV(B) 207.88º 0.45% 0.86% -
XYZ 35.94 39.5 73.44 -
YUV 163.4 159.94 97.76 -
System Red Green Blue C M Y K H S L
Decimal 121 174 220 0.45 0.21 0 0.14 207.88 0.59 0.67
Hex 79 AE DC 2D 15 0 E D0 3B 43
Octal 171 256 334 55 25 0 16 320 73 103
Binary 1111001 10101110 11011100 101101 10101 0 1110 11010000 111011 1000011

Color Harmonies of #79AEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AEDC

Black with #79AEDC

Text Example


Text Example

White with #79AEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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