#79B2EB

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

Shades of Jordy Blue #79B2EB

Tints of Jordy Blue #79B2EB

Color information

#79B2EB (or 0x79B2EB) is unknown color: approx Jordy Blue. HEX triplet: 79, B2 and EB. RGB value is (121,178,235). Sum of RGB (Red+Green+Blue) = 121+178+235=534 (70% of max value = 765). Red value is 121 (47.66% from 255 or 22.66% from 534); Green value is 178 (69.92% from 255 or 33.33% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #79B2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #79B2EB is #864D14. Grayscale: #A7A7A7. Windows color (decimal): -8801557 or 15446649. OLE color: 15446649.

HSL color Cylindrical-coordinate representation of color #79B2EB: hue angle of 210º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #79B2EB is Cyan = 0.49, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB121178235-
CMYK0.490.2400.08
HSL210º74.03%69.8%-
HSV(B)210º48.51%92.16%-
XYZ38.841.984.64-
YUV167.46166.1294.87-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 22.66%
GREEN value IS 178 (69.92% from 255) = 33.33%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=22.66%
G=33.33%
B=44.01%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1211782350.490.2400.0821074.0369.8
Hex79B2EB311808d24a46
Octal1712623536130010322112106
Binary1111001101100101110101111000111000010001101001010010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79B2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,178,235); }

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

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

 a { background-color: rgb(121,178,235); }

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

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

 span { border-color: rgb(121,178,235); }

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