Html Css Color HEX #79AEDF Jordy Blue

📋 copy color: '#79AEDF'

red 121 ◦ green 174 ◦ blue 223

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

Shades of Jordy Blue #79AEDF

Tints of Jordy Blue #79AEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.05%

R = 23.36%
G = 33.59%
B = 43.05%

CMYK

 C value IS 0.46

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79AEDF (or 0x79AEDF) is known color: Jordy Blue. HEX triplet: 79, AE and DF. RGB value is (121,174,223). Sum of RGB (Red+Green+Blue) = 121+174+223=518 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.36% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 223 (87.5% from 255 or 43.05% from 518); Max value from RGB is 223 - color contains mainly: blue. Hex color #79AEDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79AEDF is #865120. Grayscale: #A3A3A3. Windows color (decimal): -8802593 or 14659193. OLE color: 14659193.

HSL color Cylindrical-coordinate representation of color #79AEDF: hue angle of 208.82º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79AEDF is Cyan = 0.46, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 174 223 -
CMYK 0.46 0.22 0 0.13
HSL 208.82º 0.61% 0.67% -
HSV(B) 208.82º 0.46% 0.87% -
XYZ 36.34 39.66 75.55 -
YUV 163.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 121 174 223 0.46 0.22 0 0.13 208.82 0.61 0.67
Hex 79 AE DF 2E 16 0 D D1 3D 43
Octal 171 256 337 56 26 0 15 321 75 103
Binary 1111001 10101110 11011111 101110 10110 0 1101 11010001 111101 1000011

Color Harmonies of #79AEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AEDF

Black with #79AEDF

Text Example


Text Example

White with #79AEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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