COLOR #58BBF8

HEX: #58BBF8
RGB: (88,187,248)

Color info

#58BBF8 contains mainly blue color. Web safe color of #58BBF8 is #66CCFF (or #6CF).

RGB color model

#58BBF8 color RGB value is (88,187,248).

  • red value is 88;
  • green value is 187;
  • blue value is 248.
RGB:
(88,187,248)
(35%,73%,97%)

RGB channels and saturation

R 88 of 255 = 35%
G 187 of 255 = 73%
B 248 of 255 = 97%

88
187
248

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

Portions of RGB colors in percentages

R + G + B =
88 + 187 + 248 = 523 (100%)
R 88 of 523 ~ 16.83%
G 187 of 523 ~ 35.76%
B 248 of 523 ~ 47.42%

%16.83
%35.76
%47.42

CMYK color model

#58BBF8 color CMYK value is (65,25,0,3).

  • cyan value is 64.52%
  • magenta value is 24.60%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(65,25,0,3)
C65M25Y0K3 
(65%,25%,0%,3%)
(0.65/0.25/0.00/0.03)	

CMYK percentages

%64.52
%24.6
%0
%2.75

Codes

Color #58BBF8 in popluar color models

58BBF8
RGB88187248
HSL203°91.95%65.88%
HSB/HSV203°64.52%97.25%
CMYK64.52%24.60%0.00%
2.75%

Color #58BBF8 in popluar number systems.

HEX58BBF8
Decimal88187248
Binary10110001011101111111000
Octal130273370

Shades and tints

Shades of #58BBF8

#58BBF8
(88,187,248)
#50AAE2
(80,170,226)
#4899CC
(72,153,204)
#4088B6
(64,136,182)
#3877A0
(56,119,160)
#30668A
(48,102,138)
#285574
(40,85,116)
#20445E
(32,68,94)
#183348
(24,51,72)
#102232
(16,34,50)
#08111C
(8,17,28)
#000000
(0,0,0)

Tints of #58BBF8

#58BBF8
(88,187,248)
#67C1F8
(103,193,248)
#76C7F8
(118,199,248)
#85CDF8
(133,205,248)
#94D3F8
(148,211,248)
#A3D9F8
(163,217,248)
#B2DFF8
(178,223,248)
#C1E5F8
(193,229,248)
#D0EBF8
(208,235,248)
#DFF1F8
(223,241,248)
#EEF7F8
(238,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BBF8 color. Also use rgb(88,187,248) instead hex code.

Text Font Color

.myTextColor { color: #58BBF8; }

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

This text font color is #58BBF8.


Background Color

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

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

This div background color is #58BBF8.


Border color

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

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

This div border color is #58BBF8.


Opacity

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

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

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

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

This text has shadow with #58BBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BBF8 on black background.


Color preview on white background

This text has color #58BBF8 on white background.



Black color preview on #58BBF8 background

This text has black color on #58BBF8 background.


White color preview on #58BBF8 background

This text has white color on #58BBF8 background.