COLOR #59DBF9

HEX: #59DBF9
RGB: (89,219,249)

Color info

#59DBF9 contains mainly green and blue colors. Web safe color of #59DBF9 is #66CCFF (or #6CF).

RGB color model

#59DBF9 color RGB value is (89,219,249).

  • red value is 89;
  • green value is 219;
  • blue value is 249.
RGB:
(89,219,249)
(35%,86%,98%)

RGB channels and saturation

R 89 of 255 = 35%
G 219 of 255 = 86%
B 249 of 255 = 98%

89
219
249

R + G + B ~ 73%. #59DBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 219 + 249 = 557 (100%)
R 89 of 557 ~ 15.98%
G 219 of 557 ~ 39.32%
B 249 of 557 ~ 44.7%

%15.98
%39.32
%44.7

CMYK color model

#59DBF9 color CMYK value is (64,12,0,2).

  • cyan value is 64.26%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(64,12,0,2)
C64M12Y0K2 
(64%,12%,0%,2%)
(0.64/0.12/0.00/0.02)	

CMYK percentages

%64.26
%12.05
%0
%2.35

Codes

Color #59DBF9 in popluar color models

59DBF9
RGB89219249
HSL191°93.02%66.27%
HSB/HSV191°64.26%97.65%
CMYK64.26%12.05%0.00%
2.35%

Color #59DBF9 in popluar number systems.

HEX59DBF9
Decimal89219249
Binary10110011101101111111001
Octal131333371

Shades and tints

Shades of #59DBF9

#59DBF9
(89,219,249)
#51C8E3
(81,200,227)
#49B5CD
(73,181,205)
#41A2B7
(65,162,183)
#398FA1
(57,143,161)
#317C8B
(49,124,139)
#296975
(41,105,117)
#21565F
(33,86,95)
#194349
(25,67,73)
#113033
(17,48,51)
#091D1D
(9,29,29)
#000000
(0,0,0)

Tints of #59DBF9

#59DBF9
(89,219,249)
#68DEF9
(104,222,249)
#77E1F9
(119,225,249)
#86E4F9
(134,228,249)
#95E7F9
(149,231,249)
#A4EAF9
(164,234,249)
#B3EDF9
(179,237,249)
#C2F0F9
(194,240,249)
#D1F3F9
(209,243,249)
#E0F6F9
(224,246,249)
#EFF9F9
(239,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DBF9 color. Also use rgb(89,219,249) instead hex code.

Text Font Color

.myTextColor { color: #59DBF9; }

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

This text font color is #59DBF9.


Background Color

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

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

This div background color is #59DBF9.


Border color

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

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

This div border color is #59DBF9.


Opacity

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

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

Text with #59DBF9 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 #59DBF9;}

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

This text has shadow with #59DBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59DBF9 on black background.


Color preview on white background

This text has color #59DBF9 on white background.



Black color preview on #59DBF9 background

This text has black color on #59DBF9 background.


White color preview on #59DBF9 background

This text has white color on #59DBF9 background.