COLOR #48B1D9

HEX: #48B1D9
RGB: (72,177,217)

Color info

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

RGB color model

#48B1D9 color RGB value is (72,177,217).

  • red value is 72;
  • green value is 177;
  • blue value is 217.
RGB:
(72,177,217)
(28%,69%,85%)

RGB channels and saturation

R 72 of 255 = 28%
G 177 of 255 = 69%
B 217 of 255 = 85%

72
177
217

R + G + B ~ 61%. #48B1D9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 177 + 217 = 466 (100%)
R 72 of 466 ~ 15.45%
G 177 of 466 ~ 37.98%
B 217 of 466 ~ 46.57%

%15.45
%37.98
%46.57

CMYK color model

#48B1D9 color CMYK value is (67,18,0,15).

  • cyan value is 66.82%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 14.90%
CMYK:
(67,18,0,15)
C67M18Y0K15 
(67%,18%,0%,15%)
(0.67/0.18/0.00/0.15)	

CMYK percentages

%66.82
%18.43
%0
%14.9

Codes

Color #48B1D9 in popluar color models

48B1D9
RGB72177217
HSL197°65.61%56.67%
HSB/HSV197°66.82%85.10%
CMYK66.82%18.43%0.00%
14.90%

Color #48B1D9 in popluar number systems.

HEX48B1D9
Decimal72177217
Binary10010001011000111011001
Octal110261331

Shades and tints

Shades of #48B1D9

#48B1D9
(72,177,217)
#42A1C6
(66,161,198)
#3C91B3
(60,145,179)
#3681A0
(54,129,160)
#30718D
(48,113,141)
#2A617A
(42,97,122)
#245167
(36,81,103)
#1E4154
(30,65,84)
#183141
(24,49,65)
#12212E
(18,33,46)
#0C111B
(12,17,27)
#000000
(0,0,0)

Tints of #48B1D9

#48B1D9
(72,177,217)
#58B8DC
(88,184,220)
#68BFDF
(104,191,223)
#78C6E2
(120,198,226)
#88CDE5
(136,205,229)
#98D4E8
(152,212,232)
#A8DBEB
(168,219,235)
#B8E2EE
(184,226,238)
#C8E9F1
(200,233,241)
#D8F0F4
(216,240,244)
#E8F7F7
(232,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48B1D9 color. Also use rgb(72,177,217) instead hex code.

Text Font Color

.myTextColor { color: #48B1D9; }

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

This text font color is #48B1D9.


Background Color

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

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

This div background color is #48B1D9.


Border color

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

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

This div border color is #48B1D9.


Opacity

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

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

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

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

This text has shadow with #48B1D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48B1D9 on black background.


Color preview on white background

This text has color #48B1D9 on white background.



Black color preview on #48B1D9 background

This text has black color on #48B1D9 background.


White color preview on #48B1D9 background

This text has white color on #48B1D9 background.