Html Css Color HEX #79AAF0 Jordy Blue

📋 copy color: '#79AAF0'

red 121 ◦ green 170 ◦ blue 240

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

Shades of Jordy Blue #79AAF0

Tints of Jordy Blue #79AAF0

RGB

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

 GREEN value IS 170 (66.8% from 255) = 32.02%

 BLUE value IS 240 (94.14% from 255) = 45.2%

R = 22.79%
G = 32.02%
B = 45.2%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#79AAF0 (or 0x79AAF0) is known color: Jordy Blue. HEX triplet: 79, AA and F0. RGB value is (121,170,240). Sum of RGB (Red+Green+Blue) = 121+170+240=531 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.79% from 531); Green value is 170 (66.80% from 255 or 32.02% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #79AAF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAF0 is #86550F. Grayscale: #A3A3A3. Windows color (decimal): -8803600 or 15772281. OLE color: 15772281.

HSL color Cylindrical-coordinate representation of color #79AAF0: hue angle of 215.29º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79AAF0 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 121 170 240 -
CMYK 0.50 0.29 0 0.06
HSL 215.29º 0.8% 0.71% -
HSV(B) 215.29º 0.5% 0.94% -
XYZ 37.99 39.11 87.98 -
YUV 163.33 171.27 97.81 -
System Red Green Blue C M Y K H S L
Decimal 121 170 240 0.50 0.29 0 0.06 215.29 0.8 0.71
Hex 79 AA F0 32 1D 0 6 D7 50 47
Octal 171 252 360 62 35 0 6 327 120 107
Binary 1111001 10101010 11110000 110010 11101 0 110 11010111 1010000 1000111

Color Harmonies of #79AAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AAF0

Black with #79AAF0

Text Example


Text Example

White with #79AAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,170,240); }

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

background-color css

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

 a { background-color: rgb(121,170,240); }

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

border-color css

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

 span { border-color: rgb(121,170,240); }

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