#79AAEB

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

Shades of Jordy Blue #79AAEB

Tints of Jordy Blue #79AAEB

Color information

#79AAEB (or 0x79AAEB) is unknown color: approx Jordy Blue. HEX triplet: 79, AA and EB. RGB value is (121,170,235). Sum of RGB (Red+Green+Blue) = 121+170+235=526 (69% of max value = 765). Red value is 121 (47.66% from 255 or 23.00% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #79AAEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79AAEB is #865514. Grayscale: #A2A2A2. Windows color (decimal): -8803605 or 15444601. OLE color: 15444601.

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

Color convert

RGB121170235-
CMYK0.490.2800.08
HSL214.21º74.03%69.8%-
HSV(B)214.21º48.51%92.16%-
XYZ37.2638.8184.13-
YUV162.76168.7798.21-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.00%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=23.00%
G=32.32%
B=44.68%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211702350.490.2800.08214.2174.0369.8
Hex79AAEB311C08d64a46
Octal1712523536134010326112106
Binary1111001101010101110101111000111100010001101011010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79AAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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