Html Css Color HEX #79A3EE Jordy Blue

📋 copy color: '#79A3EE'

red 121 ◦ green 163 ◦ blue 238

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

Shades of Jordy Blue #79A3EE

Tints of Jordy Blue #79A3EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.59%

R = 23.18%
G = 31.23%
B = 45.59%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#79A3EE (or 0x79A3EE) is known color: Jordy Blue. HEX triplet: 79, A3 and EE. RGB value is (121,163,238). Sum of RGB (Red+Green+Blue) = 121+163+238=522 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.18% from 522); Green value is 163 (64.06% from 255 or 31.23% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #79A3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A3EE is #865C11. Grayscale: #9E9E9E. Windows color (decimal): -8805394 or 15639417. OLE color: 15639417.

HSL color Cylindrical-coordinate representation of color #79A3EE: hue angle of 218.46º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79A3EE is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 121 163 238 -
CMYK 0.49 0.32 0 0.07
HSL 218.46º 0.77% 0.7% -
HSV(B) 218.46º 0.49% 0.93% -
XYZ 36.41 36.43 86 -
YUV 158.99 172.59 100.9 -
System Red Green Blue C M Y K H S L
Decimal 121 163 238 0.49 0.32 0 0.07 218.46 0.77 0.7
Hex 79 A3 EE 31 20 0 7 DA 4D 46
Octal 171 243 356 61 40 0 7 332 115 106
Binary 1111001 10100011 11101110 110001 100000 0 111 11011010 1001101 1000110

Color Harmonies of #79A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79A3EE

Black with #79A3EE

Text Example


Text Example

White with #79A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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