#79ABE8

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

Shades of Jordy Blue #79ABE8

Tints of Jordy Blue #79ABE8

Color information

#79ABE8 (or 0x79ABE8) is unknown color: approx Jordy Blue. HEX triplet: 79, AB and E8. RGB value is (121,171,232). Sum of RGB (Red+Green+Blue) = 121+171+232=524 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.09% from 524); Green value is 171 (67.19% from 255 or 32.63% from 524); Blue value is 232 (91.02% from 255 or 44.27% from 524); Max value from RGB is 232 - color contains mainly: blue. Hex color #79ABE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79ABE8 is #865417. Grayscale: #A2A2A2. Windows color (decimal): -8803352 or 15248249. OLE color: 15248249.

HSL color Cylindrical-coordinate representation of color #79ABE8: hue angle of 212.97º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79ABE8 is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB121171232-
CMYK0.480.2600.09
HSL212.97º70.7%69.22%-
HSV(B)212.97º47.84%90.98%-
XYZ37.0139.0281.92-
YUV163166.9498.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.09%
GREEN value IS 171 (67.19% from 255) = 32.63%
BLUE value IS 232 (91.02% from 255) = 44.27%
R=23.09%
G=32.63%
B=44.27%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1211712320.480.2600.09212.9770.769.22
Hex79ABE8301A09d54745
Octal1712533506032011325107105
Binary1111001101010111110100011000011010010011101010110001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79ABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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