COLOR #58BCF3

HEX: #58BCF3
RGB: (88,188,243)

Color info

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

RGB color model

#58BCF3 color RGB value is (88,188,243).

  • red value is 88;
  • green value is 188;
  • blue value is 243.
RGB:
(88,188,243)
(35%,74%,95%)

RGB channels and saturation

R 88 of 255 = 35%
G 188 of 255 = 74%
B 243 of 255 = 95%

88
188
243

R + G + B ~ 68%. #58BCF3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 188 + 243 = 519 (100%)
R 88 of 519 ~ 16.96%
G 188 of 519 ~ 36.22%
B 243 of 519 ~ 46.82%

%16.96
%36.22
%46.82

CMYK color model

#58BCF3 color CMYK value is (64,23,0,5).

  • cyan value is 63.79%
  • magenta value is 22.63%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(64,23,0,5)
C64M23Y0K5 
(64%,23%,0%,5%)
(0.64/0.23/0.00/0.05)	

CMYK percentages

%63.79
%22.63
%0
%4.71

Codes

Color #58BCF3 in popluar color models

58BCF3
RGB88188243
HSL201°86.59%64.90%
HSB/HSV201°63.79%95.29%
CMYK63.79%22.63%0.00%
4.71%

Color #58BCF3 in popluar number systems.

HEX58BCF3
Decimal88188243
Binary10110001011110011110011
Octal130274363

Shades and tints

Shades of #58BCF3

#58BCF3
(88,188,243)
#50ABDD
(80,171,221)
#489AC7
(72,154,199)
#4089B1
(64,137,177)
#38789B
(56,120,155)
#306785
(48,103,133)
#28566F
(40,86,111)
#204559
(32,69,89)
#183443
(24,52,67)
#10232D
(16,35,45)
#081217
(8,18,23)
#000000
(0,0,0)

Tints of #58BCF3

#58BCF3
(88,188,243)
#67C2F4
(103,194,244)
#76C8F5
(118,200,245)
#85CEF6
(133,206,246)
#94D4F7
(148,212,247)
#A3DAF8
(163,218,248)
#B2E0F9
(178,224,249)
#C1E6FA
(193,230,250)
#D0ECFB
(208,236,251)
#DFF2FC
(223,242,252)
#EEF8FD
(238,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BCF3 color. Also use rgb(88,188,243) instead hex code.

Text Font Color

.myTextColor { color: #58BCF3; }

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

This text font color is #58BCF3.


Background Color

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

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

This div background color is #58BCF3.


Border color

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

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

This div border color is #58BCF3.


Opacity

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

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

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

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

This text has shadow with #58BCF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BCF3 on black background.


Color preview on white background

This text has color #58BCF3 on white background.



Black color preview on #58BCF3 background

This text has black color on #58BCF3 background.


White color preview on #58BCF3 background

This text has white color on #58BCF3 background.