COLOR #58BFE1

HEX: #58BFE1
RGB: (88,191,225)

Color info

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

RGB color model

#58BFE1 color RGB value is (88,191,225).

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

RGB channels and saturation

R 88 of 255 = 35%
G 191 of 255 = 75%
B 225 of 255 = 88%

88
191
225

R + G + B ~ 66%. #58BFE1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 191 + 225 = 504 (100%)
R 88 of 504 ~ 17.46%
G 191 of 504 ~ 37.9%
B 225 of 504 ~ 44.64%

%17.46
%37.9
%44.64

CMYK color model

#58BFE1 color CMYK value is (61,15,0,12).

  • cyan value is 60.89%
  • magenta value is 15.11%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(61,15,0,12)
C61M15Y0K12 
(61%,15%,0%,12%)
(0.61/0.15/0.00/0.12)	

CMYK percentages

%60.89
%15.11
%0
%11.76

Codes

Color #58BFE1 in popluar color models

58BFE1
RGB88191225
HSL195°69.54%61.37%
HSB/HSV195°60.89%88.24%
CMYK60.89%15.11%0.00%
11.76%

Color #58BFE1 in popluar number systems.

HEX58BFE1
Decimal88191225
Binary10110001011111111100001
Octal130277341

Shades and tints

Shades of #58BFE1

#58BFE1
(88,191,225)
#50AECD
(80,174,205)
#489DB9
(72,157,185)
#408CA5
(64,140,165)
#387B91
(56,123,145)
#306A7D
(48,106,125)
#285969
(40,89,105)
#204855
(32,72,85)
#183741
(24,55,65)
#10262D
(16,38,45)
#081519
(8,21,25)
#000000
(0,0,0)

Tints of #58BFE1

#58BFE1
(88,191,225)
#67C4E3
(103,196,227)
#76C9E5
(118,201,229)
#85CEE7
(133,206,231)
#94D3E9
(148,211,233)
#A3D8EB
(163,216,235)
#B2DDED
(178,221,237)
#C1E2EF
(193,226,239)
#D0E7F1
(208,231,241)
#DFECF3
(223,236,243)
#EEF1F5
(238,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #58BFE1; }

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

This text font color is #58BFE1.


Background Color

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

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

This div background color is #58BFE1.


Border color

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

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

This div border color is #58BFE1.


Opacity

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

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

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

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

This text has shadow with #58BFE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58BFE1 on black background.


Color preview on white background

This text has color #58BFE1 on white background.



Black color preview on #58BFE1 background

This text has black color on #58BFE1 background.


White color preview on #58BFE1 background

This text has white color on #58BFE1 background.