COLOR #58C1D8

HEX: #58C1D8
RGB: (88,193,216)

Color info

#58C1D8 contains mainly green and blue colors. Web safe color of #58C1D8 is #66CCCC (or #6CC).

RGB color model

#58C1D8 color RGB value is (88,193,216).

  • red value is 88;
  • green value is 193;
  • blue value is 216.
RGB:
(88,193,216)
(35%,76%,85%)

RGB channels and saturation

R 88 of 255 = 35%
G 193 of 255 = 76%
B 216 of 255 = 85%

88
193
216

R + G + B ~ 65%. #58C1D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 193 + 216 = 497 (100%)
R 88 of 497 ~ 17.71%
G 193 of 497 ~ 38.83%
B 216 of 497 ~ 43.46%

%17.71
%38.83
%43.46

CMYK color model

#58C1D8 color CMYK value is (59,11,0,15).

  • cyan value is 59.26%
  • magenta value is 10.65%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(59,11,0,15)
C59M11Y0K15 
(59%,11%,0%,15%)
(0.59/0.11/0.00/0.15)	

CMYK percentages

%59.26
%10.65
%0
%15.29

Codes

Color #58C1D8 in popluar color models

58C1D8
RGB88193216
HSL191°62.14%59.61%
HSB/HSV191°59.26%84.71%
CMYK59.26%10.65%0.00%
15.29%

Color #58C1D8 in popluar number systems.

HEX58C1D8
Decimal88193216
Binary10110001100000111011000
Octal130301330

Shades and tints

Shades of #58C1D8

#58C1D8
(88,193,216)
#50B0C5
(80,176,197)
#489FB2
(72,159,178)
#408E9F
(64,142,159)
#387D8C
(56,125,140)
#306C79
(48,108,121)
#285B66
(40,91,102)
#204A53
(32,74,83)
#183940
(24,57,64)
#10282D
(16,40,45)
#08171A
(8,23,26)
#000000
(0,0,0)

Tints of #58C1D8

#58C1D8
(88,193,216)
#67C6DB
(103,198,219)
#76CBDE
(118,203,222)
#85D0E1
(133,208,225)
#94D5E4
(148,213,228)
#A3DAE7
(163,218,231)
#B2DFEA
(178,223,234)
#C1E4ED
(193,228,237)
#D0E9F0
(208,233,240)
#DFEEF3
(223,238,243)
#EEF3F6
(238,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58C1D8 color. Also use rgb(88,193,216) instead hex code.

Text Font Color

.myTextColor { color: #58C1D8; }

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

This text font color is #58C1D8.


Background Color

.myBgColor { background-color: #58C1D8; }

<div style="background-color:#58C1D8">Inner text</div>

This div background color is #58C1D8.


Border color

.myBorderColor { border: 1px solid #58C1D8; }

<div style="border:3px solid #58C1D8">Div</div>

This div border color is #58C1D8.


Opacity

.myOpacity80 { color: #58C1D8; opacity: 0.8; }

<p style="color:#58C1D8;opacity:0.8;">80%</p>

Text with #58C1D8 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 #58C1D8;}

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

This text has shadow with #58C1D8 color.

.textShadow {text-shadow: 3px 3px 1px #58C1D8, 3px 3px 1px red;}

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

This text has shadow with #58C1D8 primary color and red secondary color.


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

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

This text has shadow with #58C1D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58C1D8 on black background.


Color preview on white background

This text has color #58C1D8 on white background.



Black color preview on #58C1D8 background

This text has black color on #58C1D8 background.


White color preview on #58C1D8 background

This text has white color on #58C1D8 background.