COLOR #59B3F6

HEX: #59B3F6
RGB: (89,179,246)

Color info

#59B3F6 contains mainly blue color. Web safe color of #59B3F6 is #6699FF (or #69F).

RGB color model

#59B3F6 color RGB value is (89,179,246).

  • red value is 89;
  • green value is 179;
  • blue value is 246.
RGB:
(89,179,246)
(35%,70%,96%)

RGB channels and saturation

R 89 of 255 = 35%
G 179 of 255 = 70%
B 246 of 255 = 96%

89
179
246

R + G + B ~ 67%. #59B3F6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 179 + 246 = 514 (100%)
R 89 of 514 ~ 17.32%
G 179 of 514 ~ 34.82%
B 246 of 514 ~ 47.86%

%17.32
%34.82
%47.86

CMYK color model

#59B3F6 color CMYK value is (64,27,0,4).

  • cyan value is 63.82%
  • magenta value is 27.24%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(64,27,0,4)
C64M27Y0K4 
(64%,27%,0%,4%)
(0.64/0.27/0.00/0.04)	

CMYK percentages

%63.82
%27.24
%0
%3.53

Codes

Color #59B3F6 in popluar color models

59B3F6
RGB89179246
HSL206°89.71%65.69%
HSB/HSV206°63.82%96.47%
CMYK63.82%27.24%0.00%
3.53%

Color #59B3F6 in popluar number systems.

HEX59B3F6
Decimal89179246
Binary10110011011001111110110
Octal131263366

Shades and tints

Shades of #59B3F6

#59B3F6
(89,179,246)
#51A3E0
(81,163,224)
#4993CA
(73,147,202)
#4183B4
(65,131,180)
#39739E
(57,115,158)
#316388
(49,99,136)
#295372
(41,83,114)
#21435C
(33,67,92)
#193346
(25,51,70)
#112330
(17,35,48)
#09131A
(9,19,26)
#000000
(0,0,0)

Tints of #59B3F6

#59B3F6
(89,179,246)
#68B9F6
(104,185,246)
#77BFF6
(119,191,246)
#86C5F6
(134,197,246)
#95CBF6
(149,203,246)
#A4D1F6
(164,209,246)
#B3D7F6
(179,215,246)
#C2DDF6
(194,221,246)
#D1E3F6
(209,227,246)
#E0E9F6
(224,233,246)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59B3F6 color. Also use rgb(89,179,246) instead hex code.

Text Font Color

.myTextColor { color: #59B3F6; }

<p style="color:#59B3F6">This sample text font color is #59B3F6.</p>

This text font color is #59B3F6.


Background Color

.myBgColor { background-color: #59B3F6; }

<div style="background-color:#59B3F6">Inner text</div>

This div background color is #59B3F6.


Border color

.myBorderColor { border: 1px solid #59B3F6; }

<div style="border:3px solid #59B3F6">Div</div>

This div border color is #59B3F6.


Opacity

.myOpacity80 { color: #59B3F6; opacity: 0.8; }

<p style="color:#59B3F6;opacity:0.8;">80%</p>

Text with #59B3F6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #59B3F6;}

<p style="text-shadow: 3px 3px 1px #59B3F6">Text here.</p>

This text has shadow with #59B3F6 color.

.textShadow {text-shadow: 3px 3px 1px #59B3F6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #59B3F6, 5px 5px 20px red">Text here.</p>

This text has shadow with #59B3F6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#59B3F6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#59B3F6, Direction=45, Strength=4)">Text</p>

This text has shadow with #59B3F6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #59B3F6;
  -webkit-box-shadow:	1px 1px 3px 2px #59B3F6;
  box-shadow:		1px 1px 3px 2px #59B3F6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #59B3F6;
-webkit-box-shadow: 1px 1px 3px 2px #59B3F6;
box-shadow:1px 1px 3px 2px #59B3F6;">
Div content here</div>
This div box has shadow with color #59B3F6.

Preview

Color preview on black background

This text has color #59B3F6 on black background.


Color preview on white background

This text has color #59B3F6 on white background.



Black color preview on #59B3F6 background

This text has black color on #59B3F6 background.


White color preview on #59B3F6 background

This text has white color on #59B3F6 background.