#79B1EC

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

Shades of Jordy Blue #79B1EC

Tints of Jordy Blue #79B1EC

Color information

#79B1EC (or 0x79B1EC) is unknown color: approx Jordy Blue. HEX triplet: 79, B1 and EC. RGB value is (121,177,236). Sum of RGB (Red+Green+Blue) = 121+177+236=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 236 (92.58% from 255 or 44.19% from 534); Max value from RGB is 236 - color contains mainly: blue. Hex color #79B1EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B1EC is #864E13. Grayscale: #A6A6A6. Windows color (decimal): -8801812 or 15511929. OLE color: 15511929.

HSL color Cylindrical-coordinate representation of color #79B1EC: hue angle of 210.78º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79B1EC is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB121177236-
CMYK0.490.2500.07
HSL210.78º75.16%70%-
HSV(B)210.78º48.73%92.55%-
XYZ38.7541.5785.34-
YUV166.98166.9595.2-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 236 (92.58% from 255) = 44.19%
R=22.66%
G=33.15%
B=44.19%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1211772360.490.2500.07210.7875.1670
Hex79B1EC311907d34b46
Octal171261354613107323113106
Binary111100110110001111011001100011100101111101001110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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