COLOR #58BFF5

HEX: #58BFF5
RGB: (88,191,245)

Color info

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

RGB color model

#58BFF5 color RGB value is (88,191,245).

  • red value is 88;
  • green value is 191;
  • blue value is 245.
RGB:
(88,191,245)
(35%,75%,96%)

RGB channels and saturation

R 88 of 255 = 35%
G 191 of 255 = 75%
B 245 of 255 = 96%

88
191
245

R + G + B ~ 69%. #58BFF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 191 + 245 = 524 (100%)
R 88 of 524 ~ 16.79%
G 191 of 524 ~ 36.45%
B 245 of 524 ~ 46.76%

%16.79
%36.45
%46.76

CMYK color model

#58BFF5 color CMYK value is (64,22,0,4).

  • cyan value is 64.08%
  • magenta value is 22.04%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(64,22,0,4)
C64M22Y0K4 
(64%,22%,0%,4%)
(0.64/0.22/0.00/0.04)	

CMYK percentages

%64.08
%22.04
%0
%3.92

Codes

Color #58BFF5 in popluar color models

58BFF5
RGB88191245
HSL201°88.70%65.29%
HSB/HSV201°64.08%96.08%
CMYK64.08%22.04%0.00%
3.92%

Color #58BFF5 in popluar number systems.

HEX58BFF5
Decimal88191245
Binary10110001011111111110101
Octal130277365

Shades and tints

Shades of #58BFF5

#58BFF5
(88,191,245)
#50AEDF
(80,174,223)
#489DC9
(72,157,201)
#408CB3
(64,140,179)
#387B9D
(56,123,157)
#306A87
(48,106,135)
#285971
(40,89,113)
#20485B
(32,72,91)
#183745
(24,55,69)
#10262F
(16,38,47)
#081519
(8,21,25)
#000000
(0,0,0)

Tints of #58BFF5

#58BFF5
(88,191,245)
#67C4F5
(103,196,245)
#76C9F5
(118,201,245)
#85CEF5
(133,206,245)
#94D3F5
(148,211,245)
#A3D8F5
(163,216,245)
#B2DDF5
(178,221,245)
#C1E2F5
(193,226,245)
#D0E7F5
(208,231,245)
#DFECF5
(223,236,245)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BFF5 color. Also use rgb(88,191,245) instead hex code.

Text Font Color

.myTextColor { color: #58BFF5; }

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

This text font color is #58BFF5.


Background Color

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

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

This div background color is #58BFF5.


Border color

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

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

This div border color is #58BFF5.


Opacity

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

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

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

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

This text has shadow with #58BFF5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BFF5 on black background.


Color preview on white background

This text has color #58BFF5 on white background.



Black color preview on #58BFF5 background

This text has black color on #58BFF5 background.


White color preview on #58BFF5 background

This text has white color on #58BFF5 background.