#79AAED

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

Shades of Jordy Blue #79AAED

Tints of Jordy Blue #79AAED

Color information

#79AAED (or 0x79AAED) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and ED. RGB value is (121,170,237). Sum of RGB (Red+Green+Blue) = 121+170+237=528 (69% of max value = 765). Red value is 121 (47.66% from 255 or 22.92% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #79AAED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAED is #865512. Grayscale: #A2A2A2. Windows color (decimal): -8803603 or 15575673. OLE color: 15575673.

HSL color Cylindrical-coordinate representation of color #79AAED: hue angle of 214.66º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79AAED is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121170237-
CMYK0.490.2800.07
HSL214.66º76.32%70.2%-
HSV(B)214.66º48.95%92.94%-
XYZ37.5538.9385.66-
YUV162.99169.7798.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.92%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 237 (92.97% from 255) = 44.89%
R=22.92%
G=32.20%
B=44.89%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211702370.490.2800.07214.6676.3270.2
Hex79AAED311C07d74c46
Octal171252355613407327114106
Binary111100110101010111011011100011110001111101011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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