COLOR #58C1DA

HEX: #58C1DA RGB: (88,193,218)

Color info

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

RGB color model

#58C1DA color RGB value is (88,193,218).

RGB: (88,193,218) (35%, 76%, 85%)

RGB channels and saturation

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

88
193
218

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

Portions of RGB colors in percentages

R + G + B = 88 + 193 + 218 = 499 (100%)
R 88 of 499 ~ 17.64%
G 193 of 499 ~ 38.68%
B 218 of 499 ~ 43.69'%

%17.64
%38.68
%43.69

CMYK color model

#58C1DA color CMYK value is (60,11,0,15).

  • cyan value is 59.63%
  • magenta value is 11.47%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (60,11,0,15)
C60M11Y0K15 (60%, 11%, 0%, 15%)
(0.60 / 0.11 / 0.00 / 0.15)

CMYK percentages

%59.63
%11.47
%0
%14.51

Codes

Color #58C1DA in popluar color models

58 C1 DA
RGB 88 193 218
HSL 192° 63.73% 60.00%
HSB/HSV 192° 59.63% 85.49%
CMYK 59.63% 11.47% 0.00%
14.51%

Color #58C1DA in popluar number systems.

HEX 58 C1 DA
Decimal 88 193 218
Binary 1011000 11000001 11011010
Octal 130 301 332

Shades and tints

Shades of #58C1DA

#58C1DA
(88,193,218)
#50B0C7
(80,176,199)
#489FB4
(72,159,180)
#408EA1
(64,142,161)
#387D8E
(56,125,142)
#306C7B
(48,108,123)
#285B68
(40,91,104)
#204A55
(32,74,85)
#183942
(24,57,66)
#10282F
(16,40,47)
#08171C
(8,23,28)
#000000
(0,0,0)

Tints of #58C1DA

#58C1DA
(88,193,218)
#67C6DD
(103,198,221)
#76CBE0
(118,203,224)
#85D0E3
(133,208,227)
#94D5E6
(148,213,230)
#A3DAE9
(163,218,233)
#B2DFEC
(178,223,236)
#C1E4EF
(193,228,239)
#D0E9F2
(208,233,242)
#DFEEF5
(223,238,245)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58C1DA; }

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

This text font color is #58C1DA.

Background Color

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

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

This div background color is #58C1DA.

Border color

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

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

This div border color is #58C1DA.

Opacity

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

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

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

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

This text has shadow with #58C1DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58C1DA.

Preview

Color preview on black background

This text has color #58C1DA on black background.


Color preview on white background

This text has color #58C1DA on white background.


Black color preview on #58C1DA background

This text has black color on #58C1DA background.


White color preview on #58C1DA background

This text has white color on #58C1DA background.


Related colors

Complementary color

Complementary color for #hex is #A73E25.


I love getcolorcode.com

Triadic colors

1 #DA58C1 and #C1DA58 with #58C1DA are triadic colors.

2 #DAC158 and #C158DA with #58C1DA are triadic colors.