#79A2EA

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

Shades of Jordy Blue #79A2EA

Tints of Jordy Blue #79A2EA

Color information

#79A2EA (or 0x79A2EA) is unknown color: approx Jordy Blue. HEX triplet: 79, A2 and EA. RGB value is (121,162,234). Sum of RGB (Red+Green+Blue) = 121+162+234=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 162 (63.67% from 255 or 31.33% from 517); Blue value is 234 (91.80% from 255 or 45.26% from 517); Max value from RGB is 234 - color contains mainly: blue. Hex color #79A2EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79A2EA is #865D15. Grayscale: #9D9D9D. Windows color (decimal): -8805654 or 15377017. OLE color: 15377017.

HSL color Cylindrical-coordinate representation of color #79A2EA: hue angle of 218.23º 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 #79A2EA is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121162234-
CMYK0.480.3100.08
HSL218.23º72.9%69.61%-
HSV(B)218.23º48.29%91.76%-
XYZ35.6635.8582.88-
YUV157.95170.92101.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 162 (63.67% from 255) = 31.33%
BLUE value IS 234 (91.80% from 255) = 45.26%
R=23.40%
G=31.33%
B=45.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211622340.480.3100.08218.2372.969.61
Hex79A2EA301F08da4946
Octal1712423526037010332111106
Binary1111001101000101110101011000011111010001101101010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A2EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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