#79A1DE

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

Shades of Jordy Blue #79A1DE

Tints of Jordy Blue #79A1DE

Color information

#79A1DE (or 0x79A1DE) is unknown color: approx Jordy Blue. HEX triplet: 79, A1 and DE. RGB value is (121,161,222). Sum of RGB (Red+Green+Blue) = 121+161+222=504 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.01% from 504); Green value is 161 (63.28% from 255 or 31.94% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #79A1DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A1DE is #865E21. Grayscale: #9B9B9B. Windows color (decimal): -8805922 or 14590329. OLE color: 14590329.

HSL color Cylindrical-coordinate representation of color #79A1DE: hue angle of 216.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79A1DE is Cyan = 0.45, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB121161222-
CMYK0.450.2700.13
HSL216.24º60.48%67.25%-
HSV(B)216.24º45.5%87.06%-
XYZ33.8134.8374.05-
YUV155.99165.25103.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.01%
GREEN value IS 161 (63.28% from 255) = 31.94%
BLUE value IS 222 (87.11% from 255) = 44.05%
R=24.01%
G=31.94%
B=44.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1211612220.450.2700.13216.2460.4867.25
Hex79A1DE2D1B0Dd83c43
Octal171241336553301533074103
Binary111100110100001110111101011011101101101110110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A1DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,161,222); }

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

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

 a { background-color: rgb(121,161,222); }

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

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

 span { border-color: rgb(121,161,222); }

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