#799ED9

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

Shades of Jordy Blue #799ED9

Tints of Jordy Blue #799ED9

Color information

#799ED9 (or 0x799ED9) is unknown color: approx Jordy Blue. HEX triplet: 79, 9E and D9. RGB value is (121,158,217). Sum of RGB (Red+Green+Blue) = 121+158+217=496 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.40% from 496); Green value is 158 (62.11% from 255 or 31.85% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #799ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #799ED9 is #866126. Grayscale: #999999. Windows color (decimal): -8806695 or 14261881. OLE color: 14261881.

HSL color Cylindrical-coordinate representation of color #799ED9: hue angle of 216.88º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #799ED9 is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB121158217-
CMYK0.440.2700.15
HSL216.88º55.81%66.27%-
HSV(B)216.88º44.24%85.1%-
XYZ32.6433.5370.4-
YUV153.66163.74104.7-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.40%
GREEN value IS 158 (62.11% from 255) = 31.85%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=24.40%
G=31.85%
B=43.75%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1211582170.440.2700.15216.8855.8166.27
Hex799ED92C1B0Fd93842
Octal171236331543301733170102
Binary111100110011110110110011011001101101111110110011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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