COLOR #58BAD8

HEX: #58BAD8 RGB: (88,186,216)

Color info

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

RGB color model

#58BAD8 color RGB value is (88,186,216).

RGB: (88,186,216) (35%, 73%, 85%)

RGB channels and saturation

R 88 of 255 = 35%
G 186 of 255 = 73%
B 216 of 255 = 85%

88
186
216

R + G + B ~ 64%. #58BAD8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 88 + 186 + 216 = 490 (100%)
R 88 of 490 ~ 17.96%
G 186 of 490 ~ 37.96%
B 216 of 490 ~ 44.08'%

%17.96
%37.96
%44.08

CMYK color model

#58BAD8 color CMYK value is (59,14,0,15).

  • cyan value is 59.26%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (59,14,0,15)
C59M14Y0K15 (59%, 14%, 0%, 15%)
(0.59 / 0.14 / 0.00 / 0.15)

CMYK percentages

%59.26
%13.89
%0
%15.29

Codes

Color #58BAD8 in popluar color models

58 BA D8
RGB 88 186 216
HSL 194° 62.14% 59.61%
HSB/HSV 194° 59.26% 84.71%
CMYK 59.26% 13.89% 0.00%
15.29%

Color #58BAD8 in popluar number systems.

HEX 58 BA D8
Decimal 88 186 216
Binary 1011000 10111010 11011000
Octal 130 272 330

Shades and tints

Shades of #58BAD8

#58BAD8
(88,186,216)
#50AAC5
(80,170,197)
#489AB2
(72,154,178)
#408A9F
(64,138,159)
#387A8C
(56,122,140)
#306A79
(48,106,121)
#285A66
(40,90,102)
#204A53
(32,74,83)
#183A40
(24,58,64)
#102A2D
(16,42,45)
#081A1A
(8,26,26)
#000000
(0,0,0)

Tints of #58BAD8

#58BAD8
(88,186,216)
#67C0DB
(103,192,219)
#76C6DE
(118,198,222)
#85CCE1
(133,204,225)
#94D2E4
(148,210,228)
#A3D8E7
(163,216,231)
#B2DEEA
(178,222,234)
#C1E4ED
(193,228,237)
#D0EAF0
(208,234,240)
#DFF0F3
(223,240,243)
#EEF6F6
(238,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58BAD8 color. Also use rgb(88,186,216) instead hex code.

Text Font Color

.myTextColor { color: #58BAD8; }

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

This text font color is #58BAD8.

Background Color

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

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

This div background color is #58BAD8.

Border color

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

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

This div border color is #58BAD8.

Opacity

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

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

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

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

This text has shadow with #58BAD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #58BAD8.

Preview

Color preview on black background

This text has color #58BAD8 on black background.


Color preview on white background

This text has color #58BAD8 on white background.


Black color preview on #58BAD8 background

This text has black color on #58BAD8 background.


White color preview on #58BAD8 background

This text has white color on #58BAD8 background.


Related colors

Complementary color

Complementary color for #hex is #A74527.


I love getcolorcode.com

Triadic colors

1 #D858BA and #BAD858 with #58BAD8 are triadic colors.

2 #D8BA58 and #BA58D8 with #58BAD8 are triadic colors.