COLOR #48D1E3

HEX: #48D1E3 RGB: (72,209,227)

Color info

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

RGB color model

#48D1E3 color RGB value is (72,209,227).

RGB: (72,209,227) (28%, 82%, 89%)

RGB channels and saturation

R 72 of 255 = 28%
G 209 of 255 = 82%
B 227 of 255 = 89%

72
209
227

R + G + B ~ 66%. #48D1E3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 72 + 209 + 227 = 508 (100%)
R 72 of 508 ~ 14.17%
G 209 of 508 ~ 41.14%
B 227 of 508 ~ 44.69'%

%14.17
%41.14
%44.69

CMYK color model

#48D1E3 color CMYK value is (68,8,0,11).

  • cyan value is 68.28%
  • magenta value is 7.93%
  • yellow value is 0.00%
  • key color value is 10.98%

CMYK: (68,8,0,11)
C68M8Y0K11 (68%, 8%, 0%, 11%)
(0.68 / 0.08 / 0.00 / 0.11)

CMYK percentages

%68.28
%7.93
%0
%10.98

Codes

Color #48D1E3 in popluar color models

48 D1 E3
RGB 72 209 227
HSL 187° 73.46% 58.63%
HSB/HSV 187° 68.28% 89.02%
CMYK 68.28% 7.93% 0.00%
10.98%

Color #48D1E3 in popluar number systems.

HEX 48 D1 E3
Decimal 72 209 227
Binary 1001000 11010001 11100011
Octal 110 321 343

Shades and tints

Shades of #48D1E3

#48D1E3
(72,209,227)
#42BECF
(66,190,207)
#3CABBB
(60,171,187)
#3698A7
(54,152,167)
#308593
(48,133,147)
#2A727F
(42,114,127)
#245F6B
(36,95,107)
#1E4C57
(30,76,87)
#183943
(24,57,67)
#12262F
(18,38,47)
#0C131B
(12,19,27)
#000000
(0,0,0)

Tints of #48D1E3

#48D1E3
(72,209,227)
#58D5E5
(88,213,229)
#68D9E7
(104,217,231)
#78DDE9
(120,221,233)
#88E1EB
(136,225,235)
#98E5ED
(152,229,237)
#A8E9EF
(168,233,239)
#B8EDF1
(184,237,241)
#C8F1F3
(200,241,243)
#D8F5F5
(216,245,245)
#E8F9F7
(232,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48D1E3 color. Also use rgb(72,209,227) instead hex code.

Text Font Color

.myTextColor { color: #48D1E3; }

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

This text font color is #48D1E3.

Background Color

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

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

This div background color is #48D1E3.

Border color

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

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

This div border color is #48D1E3.

Opacity

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

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

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

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

This text has shadow with #48D1E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48D1E3.

Preview

Color preview on black background

This text has color #48D1E3 on black background.


Color preview on white background

This text has color #48D1E3 on white background.


Black color preview on #48D1E3 background

This text has black color on #48D1E3 background.


White color preview on #48D1E3 background

This text has white color on #48D1E3 background.


Related colors

Complementary color

Complementary color for #hex is #B72E1C.


I love getcolorcode.com

Triadic colors

1 #E348D1 and #D1E348 with #48D1E3 are triadic colors.

2 #E3D148 and #D148E3 with #48D1E3 are triadic colors.