#79B1DB

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

Shades of Jordy Blue #79B1DB

Tints of Jordy Blue #79B1DB

Color information

#79B1DB (or 0x79B1DB) is unknown color: approx Jordy Blue. HEX triplet: 79, B1 and DB. RGB value is (121,177,219). Sum of RGB (Red+Green+Blue) = 121+177+219=517 (68% of max value = 765). Red value is 121 (47.66% from 255 or 23.40% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #79B1DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B1DB is #864E24. Grayscale: #A4A4A4. Windows color (decimal): -8801829 or 14397817. OLE color: 14397817.

HSL color Cylindrical-coordinate representation of color #79B1DB: hue angle of 205.71º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #79B1DB is Cyan = 0.45, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB121177219-
CMYK0.450.1900.14
HSL205.71º57.65%66.67%-
HSV(B)205.71º44.75%85.88%-
XYZ36.3940.6272.94-
YUV165.04158.4596.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 23.40%
GREEN value IS 177 (69.53% from 255) = 34.24%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=23.40%
G=34.24%
B=42.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1211772190.450.1900.14205.7157.6566.67
Hex79B1DB2D130Ece3a43
Octal171261333552301631672103
Binary111100110110001110110111011011001101110110011101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,177,219); }

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

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

 a { background-color: rgb(121,177,219); }

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

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

 span { border-color: rgb(121,177,219); }

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