#79A8EA

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

Shades of Jordy Blue #79A8EA

Tints of Jordy Blue #79A8EA

Color information

#79A8EA (or 0x79A8EA) is unknown color: approx Jordy Blue. HEX triplet: 79, A8 and EA. RGB value is (121,168,234). Sum of RGB (Red+Green+Blue) = 121+168+234=523 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.14% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 234 (91.80% from 255 or 44.74% from 523); Max value from RGB is 234 - color contains mainly: blue. Hex color #79A8EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A8EA is #865715. Grayscale: #A1A1A1. Windows color (decimal): -8804118 or 15378553. OLE color: 15378553.

HSL color Cylindrical-coordinate representation of color #79A8EA: hue angle of 215.04º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79A8EA is Cyan = 0.48, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121168234-
CMYK0.480.2800.08
HSL215.04º72.9%69.61%-
HSV(B)215.04º48.29%91.76%-
XYZ36.7438.0183.24-
YUV161.47168.9399.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.14%
GREEN value IS 168 (66.02% from 255) = 32.12%
BLUE value IS 234 (91.80% from 255) = 44.74%
R=23.14%
G=32.12%
B=44.74%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211682340.480.2800.08215.0472.969.61
Hex79A8EA301C08d74946
Octal1712503526034010327111106
Binary1111001101010001110101011000011100010001101011110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,168,234); }

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

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

 a { background-color: rgb(121,168,234); }

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

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

 span { border-color: rgb(121,168,234); }

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