COLOR #59C4EE

HEX: #59C4EE
RGB: (89,196,238)

Color info

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

RGB color model

#59C4EE color RGB value is (89,196,238).

  • red value is 89;
  • green value is 196;
  • blue value is 238.
RGB:
(89,196,238)
(35%,77%,93%)

RGB channels and saturation

R 89 of 255 = 35%
G 196 of 255 = 77%
B 238 of 255 = 93%

89
196
238

R + G + B ~ 68%. #59C4EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 196 + 238 = 523 (100%)
R 89 of 523 ~ 17.02%
G 196 of 523 ~ 37.48%
B 238 of 523 ~ 45.51%

%17.02
%37.48
%45.51

CMYK color model

#59C4EE color CMYK value is (63,18,0,7).

  • cyan value is 62.61%
  • magenta value is 17.65%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(63,18,0,7)
C63M18Y0K7 
(63%,18%,0%,7%)
(0.63/0.18/0.00/0.07)	

CMYK percentages

%62.61
%17.65
%0
%6.67

Codes

Color #59C4EE in popluar color models

59C4EE
RGB89196238
HSL197°81.42%64.12%
HSB/HSV197°62.61%93.33%
CMYK62.61%17.65%0.00%
6.67%

Color #59C4EE in popluar number systems.

HEX59C4EE
Decimal89196238
Binary10110011100010011101110
Octal131304356

Shades and tints

Shades of #59C4EE

#59C4EE
(89,196,238)
#51B3D9
(81,179,217)
#49A2C4
(73,162,196)
#4191AF
(65,145,175)
#39809A
(57,128,154)
#316F85
(49,111,133)
#295E70
(41,94,112)
#214D5B
(33,77,91)
#193C46
(25,60,70)
#112B31
(17,43,49)
#091A1C
(9,26,28)
#000000
(0,0,0)

Tints of #59C4EE

#59C4EE
(89,196,238)
#68C9EF
(104,201,239)
#77CEF0
(119,206,240)
#86D3F1
(134,211,241)
#95D8F2
(149,216,242)
#A4DDF3
(164,221,243)
#B3E2F4
(179,226,244)
#C2E7F5
(194,231,245)
#D1ECF6
(209,236,246)
#E0F1F7
(224,241,247)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59C4EE color. Also use rgb(89,196,238) instead hex code.

Text Font Color

.myTextColor { color: #59C4EE; }

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

This text font color is #59C4EE.


Background Color

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

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

This div background color is #59C4EE.


Border color

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

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

This div border color is #59C4EE.


Opacity

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

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

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

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

This text has shadow with #59C4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #59C4EE on black background.


Color preview on white background

This text has color #59C4EE on white background.



Black color preview on #59C4EE background

This text has black color on #59C4EE background.


White color preview on #59C4EE background

This text has white color on #59C4EE background.