#799ED6

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

Shades of Jordy Blue #799ED6

Tints of Jordy Blue #799ED6

Color information

#799ED6 (or 0x799ED6) is unknown color: approx Jordy Blue. HEX triplet: 79, 9E and D6. RGB value is (121,158,214). Sum of RGB (Red+Green+Blue) = 121+158+214=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 214 (83.98% from 255 or 43.41% from 493); Max value from RGB is 214 - color contains mainly: blue. Hex color #799ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ED6 is #866129. Grayscale: #999999. Windows color (decimal): -8806698 or 14065273. OLE color: 14065273.

HSL color Cylindrical-coordinate representation of color #799ED6: hue angle of 216.13º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #799ED6 is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB121158214-
CMYK0.430.2600.16
HSL216.13º53.14%65.69%-
HSV(B)216.13º43.46%83.92%-
XYZ32.2533.3768.36-
YUV153.32162.24104.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 158 (62.11% from 255) = 32.05%
BLUE value IS 214 (83.98% from 255) = 43.41%
R=24.54%
G=32.05%
B=43.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1211582140.430.2600.16216.1353.1465.69
Hex799ED62B1A010d83542
Octal171236326533202033065102
Binary1111001100111101101011010101111010010000110110001101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799ED6; }

 p { color: rgb(121,158,214); }

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

<style>
 a { background-color: #799ED6; }

 a { background-color: rgb(121,158,214); }

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

<style>
 span { border-color: #799ED6; }

 span { border-color: rgb(121,158,214); }

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