Html Css Color HEX #79AAF2 Jordy Blue

📋 copy color: '#79AAF2'

red 121 ◦ green 170 ◦ blue 242

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

Shades of Jordy Blue #79AAF2

Tints of Jordy Blue #79AAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.4%

R = 22.7%
G = 31.89%
B = 45.4%

CMYK

 C value IS 0.50

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#79AAF2 (or 0x79AAF2) is known color: Jordy Blue. HEX triplet: 79, AA and F2. RGB value is (121,170,242). Sum of RGB (Red+Green+Blue) = 121+170+242=533 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.70% from 533); Green value is 170 (66.80% from 255 or 31.89% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #79AAF2 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAF2 is #86550D. Grayscale: #A3A3A3. Windows color (decimal): -8803598 or 15903353. OLE color: 15903353.

HSL color Cylindrical-coordinate representation of color #79AAF2: hue angle of 215.7º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #79AAF2 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 121 170 242 -
CMYK 0.50 0.30 0 0.05
HSL 215.7º 0.82% 0.71% -
HSV(B) 215.7º 0.5% 0.95% -
XYZ 38.29 39.23 89.56 -
YUV 163.56 172.27 97.65 -
System Red Green Blue C M Y K H S L
Decimal 121 170 242 0.50 0.30 0 0.05 215.7 0.82 0.71
Hex 79 AA F2 32 1E 0 5 D8 52 47
Octal 171 252 362 62 36 0 5 330 122 107
Binary 1111001 10101010 11110010 110010 11110 0 101 11011000 1010010 1000111

Color Harmonies of #79AAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79AAF2

Black with #79AAF2

Text Example


Text Example

White with #79AAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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