Html Css Color HEX #79A3DF Jordy Blue

📋 copy color: '#79A3DF'

red 121 ◦ green 163 ◦ blue 223

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

Shades of Jordy Blue #79A3DF

Tints of Jordy Blue #79A3DF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 32.15%

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

R = 23.87%
G = 32.15%
B = 43.98%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#79A3DF (or 0x79A3DF) is known color: Jordy Blue. HEX triplet: 79, A3 and DF. RGB value is (121,163,223). Sum of RGB (Red+Green+Blue) = 121+163+223=507 (67% of max value = 765). Red value is 121 (47.66% from 255 or 23.87% from 507); Green value is 163 (64.06% from 255 or 32.15% from 507); Blue value is 223 (87.5% from 255 or 43.98% from 507); Max value from RGB is 223 - color contains mainly: blue. Hex color #79A3DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A3DF is #865C20. Grayscale: #9D9D9D. Windows color (decimal): -8805409 or 14656377. OLE color: 14656377.

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

Color convert

RGB 121 163 223 -
CMYK 0.46 0.27 0 0.13
HSL 215.29º 0.61% 0.67% -
HSV(B) 215.29º 0.46% 0.87% -
XYZ 34.3 35.59 74.87 -
YUV 157.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 121 163 223 0.46 0.27 0 0.13 215.29 0.61 0.67
Hex 79 A3 DF 2E 1B 0 D D7 3D 43
Octal 171 243 337 56 33 0 15 327 75 103
Binary 1111001 10100011 11011111 101110 11011 0 1101 11010111 111101 1000011

Color Harmonies of #79A3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A3DF

Black with #79A3DF

Text Example


Text Example

White with #79A3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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