COLOR #38ACD8

HEX: #38ACD8
RGB: (56,172,216)

Color info

#38ACD8 contains mainly green and blue colors. Web safe color of #38ACD8 is #3399CC (or #39C).

RGB color model

#38ACD8 color RGB value is (56,172,216).

  • red value is 56;
  • green value is 172;
  • blue value is 216.
RGB:
(56,172,216)
(22%,67%,85%)

RGB channels and saturation

R 56 of 255 = 22%
G 172 of 255 = 67%
B 216 of 255 = 85%

56
172
216

R + G + B ~ 58%. #38ACD8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
56 + 172 + 216 = 444 (100%)
R 56 of 444 ~ 12.61%
G 172 of 444 ~ 38.74%
B 216 of 444 ~ 48.65%

%12.61
%38.74
%48.65

CMYK color model

#38ACD8 color CMYK value is (74,20,0,15).

  • cyan value is 74.07%
  • magenta value is 20.37%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(74,20,0,15)
C74M20Y0K15 
(74%,20%,0%,15%)
(0.74/0.20/0.00/0.15)	

CMYK percentages

%74.07
%20.37
%0
%15.29

Codes

Color #38ACD8 in popluar color models

38ACD8
RGB56172216
HSL197°67.23%53.33%
HSB/HSV197°74.07%84.71%
CMYK74.07%20.37%0.00%
15.29%

Color #38ACD8 in popluar number systems.

HEX38ACD8
Decimal56172216
Binary1110001010110011011000
Octal70254330

Shades and tints

Shades of #38ACD8

#38ACD8
(56,172,216)
#339DC5
(51,157,197)
#2E8EB2
(46,142,178)
#297F9F
(41,127,159)
#24708C
(36,112,140)
#1F6179
(31,97,121)
#1A5266
(26,82,102)
#154353
(21,67,83)
#103440
(16,52,64)
#0B252D
(11,37,45)
#06161A
(6,22,26)
#000000
(0,0,0)

Tints of #38ACD8

#38ACD8
(56,172,216)
#4AB3DB
(74,179,219)
#5CBADE
(92,186,222)
#6EC1E1
(110,193,225)
#80C8E4
(128,200,228)
#92CFE7
(146,207,231)
#A4D6EA
(164,214,234)
#B6DDED
(182,221,237)
#C8E4F0
(200,228,240)
#DAEBF3
(218,235,243)
#ECF2F6
(236,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #38ACD8 color. Also use rgb(56,172,216) instead hex code.

Text Font Color

.myTextColor { color: #38ACD8; }

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

This text font color is #38ACD8.


Background Color

.myBgColor { background-color: #38ACD8; }

<div style="background-color:#38ACD8">Inner text</div>

This div background color is #38ACD8.


Border color

.myBorderColor { border: 1px solid #38ACD8; }

<div style="border:3px solid #38ACD8">Div</div>

This div border color is #38ACD8.


Opacity

.myOpacity80 { color: #38ACD8; opacity: 0.8; }

<p style="color:#38ACD8;opacity:0.8;">80%</p>

Text with #38ACD8 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 #38ACD8;}

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

This text has shadow with #38ACD8 color.

.textShadow {text-shadow: 3px 3px 1px #38ACD8, 3px 3px 1px red;}

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

This text has shadow with #38ACD8 primary color and red secondary color.


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

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

This text has shadow with #38ACD8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #38ACD8 on black background.


Color preview on white background

This text has color #38ACD8 on white background.



Black color preview on #38ACD8 background

This text has black color on #38ACD8 background.


White color preview on #38ACD8 background

This text has white color on #38ACD8 background.