COLOR #58ACDD

HEX: #58ACDD
RGB: (88,172,221)

Color info

#58ACDD contains mainly green and blue colors. Web safe color of #58ACDD is #6699CC (or #69C).

RGB color model

#58ACDD color RGB value is (88,172,221).

  • red value is 88;
  • green value is 172;
  • blue value is 221.
RGB:
(88,172,221)
(35%,67%,87%)

RGB channels and saturation

R 88 of 255 = 35%
G 172 of 255 = 67%
B 221 of 255 = 87%

88
172
221

R + G + B ~ 63%. #58ACDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
88 + 172 + 221 = 481 (100%)
R 88 of 481 ~ 18.3%
G 172 of 481 ~ 35.76%
B 221 of 481 ~ 45.95%

%18.3
%35.76
%45.95

CMYK color model

#58ACDD color CMYK value is (60,22,0,13).

  • cyan value is 60.18%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(60,22,0,13)
C60M22Y0K13 
(60%,22%,0%,13%)
(0.60/0.22/0.00/0.13)	

CMYK percentages

%60.18
%22.17
%0
%13.33

Codes

Color #58ACDD in popluar color models

58ACDD
RGB88172221
HSL202°66.17%60.59%
HSB/HSV202°60.18%86.67%
CMYK60.18%22.17%0.00%
13.33%

Color #58ACDD in popluar number systems.

HEX58ACDD
Decimal88172221
Binary10110001010110011011101
Octal130254335

Shades and tints

Shades of #58ACDD

#58ACDD
(88,172,221)
#509DC9
(80,157,201)
#488EB5
(72,142,181)
#407FA1
(64,127,161)
#38708D
(56,112,141)
#306179
(48,97,121)
#285265
(40,82,101)
#204351
(32,67,81)
#18343D
(24,52,61)
#102529
(16,37,41)
#081615
(8,22,21)
#000000
(0,0,0)

Tints of #58ACDD

#58ACDD
(88,172,221)
#67B3E0
(103,179,224)
#76BAE3
(118,186,227)
#85C1E6
(133,193,230)
#94C8E9
(148,200,233)
#A3CFEC
(163,207,236)
#B2D6EF
(178,214,239)
#C1DDF2
(193,221,242)
#D0E4F5
(208,228,245)
#DFEBF8
(223,235,248)
#EEF2FB
(238,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58ACDD color. Also use rgb(88,172,221) instead hex code.

Text Font Color

.myTextColor { color: #58ACDD; }

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

This text font color is #58ACDD.


Background Color

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

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

This div background color is #58ACDD.


Border color

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

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

This div border color is #58ACDD.


Opacity

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

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

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

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

This text has shadow with #58ACDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58ACDD on black background.


Color preview on white background

This text has color #58ACDD on white background.



Black color preview on #58ACDD background

This text has black color on #58ACDD background.


White color preview on #58ACDD background

This text has white color on #58ACDD background.