#79ABF3

Color #79ABF3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #79ABF3

Tints of Jordy Blue #79ABF3

Color information

#79ABF3 (or 0x79ABF3) is unknown color: approx Jordy Blue. HEX triplet: 79, AB and F3. RGB value is (121,171,243). Sum of RGB (Red+Green+Blue) = 121+171+243=535 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.62% from 535); Green value is 171 (67.19% from 255 or 31.96% from 535); Blue value is 243 (95.31% from 255 or 45.42% from 535); Max value from RGB is 243 - color contains mainly: blue. Hex color #79ABF3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ABF3 is #86540C. Grayscale: #A3A3A3. Windows color (decimal): -8803341 or 15969145. OLE color: 15969145.

HSL color Cylindrical-coordinate representation of color #79ABF3: hue angle of 215.41º degrees, saturation: 0.84, 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 #79ABF3 is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB121171243-
CMYK0.500.3000.05
HSL215.41º83.56%71.37%-
HSV(B)215.41º50.21%95.29%-
XYZ38.6339.6690.41-
YUV164.26172.4497.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.62%
GREEN value IS 171 (67.19% from 255) = 31.96%
BLUE value IS 243 (95.31% from 255) = 45.42%
R=22.62%
G=31.96%
B=45.42%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1211712430.500.3000.05215.4183.5671.37
Hex79ABF3321E05d75447
Octal171253363623605327124107
Binary111100110101011111100111100101111001011101011110101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,171,243); }

 H1.HeaderClassName
 {
   color: #79ABF3;
 }
 .AnyTagClassName
 {
   color: #79ABF3;
 }
</style>
background-color css

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

 a { background-color: rgb(121,171,243); }

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

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

 span { border-color: rgb(121,171,243); }

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