COLOR #58BED5

HEX: #58BED5
RGB: (88,190,213)

Color info

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

RGB color model

#58BED5 color RGB value is (88,190,213).

  • red value is 88;
  • green value is 190;
  • blue value is 213.
RGB:
(88,190,213)
(35%,75%,84%)

RGB channels and saturation

R 88 of 255 = 35%
G 190 of 255 = 75%
B 213 of 255 = 84%

88
190
213

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

Portions of RGB colors in percentages

R + G + B =
88 + 190 + 213 = 491 (100%)
R 88 of 491 ~ 17.92%
G 190 of 491 ~ 38.7%
B 213 of 491 ~ 43.38%

%17.92
%38.7
%43.38

CMYK color model

#58BED5 color CMYK value is (59,11,0,16).

  • cyan value is 58.69%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(59,11,0,16)
C59M11Y0K16 
(59%,11%,0%,16%)
(0.59/0.11/0.00/0.16)	

CMYK percentages

%58.69
%10.8
%0
%16.47

Codes

Color #58BED5 in popluar color models

58BED5
RGB88190213
HSL191°59.81%59.02%
HSB/HSV191°58.69%83.53%
CMYK58.69%10.80%0.00%
16.47%

Color #58BED5 in popluar number systems.

HEX58BED5
Decimal88190213
Binary10110001011111011010101
Octal130276325

Shades and tints

Shades of #58BED5

#58BED5
(88,190,213)
#50ADC2
(80,173,194)
#489CAF
(72,156,175)
#408B9C
(64,139,156)
#387A89
(56,122,137)
#306976
(48,105,118)
#285863
(40,88,99)
#204750
(32,71,80)
#18363D
(24,54,61)
#10252A
(16,37,42)
#081417
(8,20,23)
#000000
(0,0,0)

Tints of #58BED5

#58BED5
(88,190,213)
#67C3D8
(103,195,216)
#76C8DB
(118,200,219)
#85CDDE
(133,205,222)
#94D2E1
(148,210,225)
#A3D7E4
(163,215,228)
#B2DCE7
(178,220,231)
#C1E1EA
(193,225,234)
#D0E6ED
(208,230,237)
#DFEBF0
(223,235,240)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BED5 color. Also use rgb(88,190,213) instead hex code.

Text Font Color

.myTextColor { color: #58BED5; }

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

This text font color is #58BED5.


Background Color

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

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

This div background color is #58BED5.


Border color

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

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

This div border color is #58BED5.


Opacity

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

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

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

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

This text has shadow with #58BED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BED5 on black background.


Color preview on white background

This text has color #58BED5 on white background.



Black color preview on #58BED5 background

This text has black color on #58BED5 background.


White color preview on #58BED5 background

This text has white color on #58BED5 background.