COLOR #58ABED

HEX: #58ABED RGB: (88,171,237)

Color info

#58ABED contains mainly blue color. Web safe color of #58ABED is #6699FF (or #69F).

RGB color model

#58ABED color RGB value is (88,171,237).

RGB: (88,171,237) (35%, 67%, 93%)

RGB channels and saturation

R 88 of 255 = 35%
G 171 of 255 = 67%
B 237 of 255 = 93%

88
171
237

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

Portions of RGB colors in percentages

R + G + B = 88 + 171 + 237 = 496 (100%)
R 88 of 496 ~ 17.74%
G 171 of 496 ~ 34.48%
B 237 of 496 ~ 47.78'%

%17.74
%34.48
%47.78

CMYK color model

#58ABED color CMYK value is (63,28,0,7).

  • cyan value is 62.87%
  • magenta value is 27.85%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (63,28,0,7)
C63M28Y0K7 (63%, 28%, 0%, 7%)
(0.63 / 0.28 / 0.00 / 0.07)

CMYK percentages

%62.87
%27.85
%0
%7.06

Codes

Color #58ABED in popluar color models

58 AB ED
RGB 88 171 237
HSL 207° 80.54% 63.73%
HSB/HSV 207° 62.87% 92.94%
CMYK 62.87% 27.85% 0.00%
7.06%

Color #58ABED in popluar number systems.

HEX 58 AB ED
Decimal 88 171 237
Binary 1011000 10101011 11101101
Octal 130 253 355

Shades and tints

Shades of #58ABED

#58ABED
(88,171,237)
#509CD8
(80,156,216)
#488DC3
(72,141,195)
#407EAE
(64,126,174)
#386F99
(56,111,153)
#306084
(48,96,132)
#28516F
(40,81,111)
#20425A
(32,66,90)
#183345
(24,51,69)
#102430
(16,36,48)
#08151B
(8,21,27)
#000000
(0,0,0)

Tints of #58ABED

#58ABED
(88,171,237)
#67B2EE
(103,178,238)
#76B9EF
(118,185,239)
#85C0F0
(133,192,240)
#94C7F1
(148,199,241)
#A3CEF2
(163,206,242)
#B2D5F3
(178,213,243)
#C1DCF4
(193,220,244)
#D0E3F5
(208,227,245)
#DFEAF6
(223,234,246)
#EEF1F7
(238,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58ABED color. Also use rgb(88,171,237) instead hex code.

Text Font Color

.myTextColor { color: #58ABED; }

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

This text font color is #58ABED.

Background Color

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

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

This div background color is #58ABED.

Border color

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

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

This div border color is #58ABED.

Opacity

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

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

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

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

This text has shadow with #58ABED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58ABED.

Preview

Color preview on black background

This text has color #58ABED on black background.


Color preview on white background

This text has color #58ABED on white background.


Black color preview on #58ABED background

This text has black color on #58ABED background.


White color preview on #58ABED background

This text has white color on #58ABED background.


Related colors

Complementary color

Complementary color for #hex is #A75412.


I love getcolorcode.com

Triadic colors

1 #ED58AB and #ABED58 with #58ABED are triadic colors.

2 #EDAB58 and #AB58ED with #58ABED are triadic colors.