COLOR #48B5CE

HEX: #48B5CE
RGB: (72,181,206)

Color info

#48B5CE contains mainly green and blue colors. Web safe color of #48B5CE is #33CCCC (or #3CC).

RGB color model

#48B5CE color RGB value is (72,181,206).

  • red value is 72;
  • green value is 181;
  • blue value is 206.
RGB:
(72,181,206)
(28%,71%,81%)

RGB channels and saturation

R 72 of 255 = 28%
G 181 of 255 = 71%
B 206 of 255 = 81%

72
181
206

R + G + B ~ 60%. #48B5CE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
72 + 181 + 206 = 459 (100%)
R 72 of 459 ~ 15.69%
G 181 of 459 ~ 39.43%
B 206 of 459 ~ 44.88%

%15.69
%39.43
%44.88

CMYK color model

#48B5CE color CMYK value is (65,12,0,19).

  • cyan value is 65.05%
  • magenta value is 12.14%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(65,12,0,19)
C65M12Y0K19 
(65%,12%,0%,19%)
(0.65/0.12/0.00/0.19)	

CMYK percentages

%65.05
%12.14
%0
%19.22

Codes

Color #48B5CE in popluar color models

48B5CE
RGB72181206
HSL191°57.76%54.51%
HSB/HSV191°65.05%80.78%
CMYK65.05%12.14%0.00%
19.22%

Color #48B5CE in popluar number systems.

HEX48B5CE
Decimal72181206
Binary10010001011010111001110
Octal110265316

Shades and tints

Shades of #48B5CE

#48B5CE
(72,181,206)
#42A5BC
(66,165,188)
#3C95AA
(60,149,170)
#368598
(54,133,152)
#307586
(48,117,134)
#2A6574
(42,101,116)
#245562
(36,85,98)
#1E4550
(30,69,80)
#18353E
(24,53,62)
#12252C
(18,37,44)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #48B5CE

#48B5CE
(72,181,206)
#58BBD2
(88,187,210)
#68C1D6
(104,193,214)
#78C7DA
(120,199,218)
#88CDDE
(136,205,222)
#98D3E2
(152,211,226)
#A8D9E6
(168,217,230)
#B8DFEA
(184,223,234)
#C8E5EE
(200,229,238)
#D8EBF2
(216,235,242)
#E8F1F6
(232,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B5CE color. Also use rgb(72,181,206) instead hex code.

Text Font Color

.myTextColor { color: #48B5CE; }

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

This text font color is #48B5CE.


Background Color

.myBgColor { background-color: #48B5CE; }

<div style="background-color:#48B5CE">Inner text</div>

This div background color is #48B5CE.


Border color

.myBorderColor { border: 1px solid #48B5CE; }

<div style="border:3px solid #48B5CE">Div</div>

This div border color is #48B5CE.


Opacity

.myOpacity80 { color: #48B5CE; opacity: 0.8; }

<p style="color:#48B5CE;opacity:0.8;">80%</p>

Text with #48B5CE 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 #48B5CE;}

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

This text has shadow with #48B5CE color.

.textShadow {text-shadow: 3px 3px 1px #48B5CE, 3px 3px 1px red;}

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

This text has shadow with #48B5CE primary color and red secondary color.


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

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

This text has shadow with #48B5CE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B5CE on black background.


Color preview on white background

This text has color #48B5CE on white background.



Black color preview on #48B5CE background

This text has black color on #48B5CE background.


White color preview on #48B5CE background

This text has white color on #48B5CE background.