COLOR #48DDEB

HEX: #48DDEB
RGB: (72,221,235)

Color info

#48DDEB contains mainly green and blue colors. Web safe color of #48DDEB is #33CCFF (or #3CF).

RGB color model

#48DDEB color RGB value is (72,221,235).

  • red value is 72;
  • green value is 221;
  • blue value is 235.
RGB:
(72,221,235)
(28%,87%,92%)

RGB channels and saturation

R 72 of 255 = 28%
G 221 of 255 = 87%
B 235 of 255 = 92%

72
221
235

R + G + B ~ 69%. #48DDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 221 + 235 = 528 (100%)
R 72 of 528 ~ 13.64%
G 221 of 528 ~ 41.86%
B 235 of 528 ~ 44.51%

%13.64
%41.86
%44.51

CMYK color model

#48DDEB color CMYK value is (69,6,0,8).

  • cyan value is 69.36%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(69,6,0,8)
C69M6Y0K8 
(69%,6%,0%,8%)
(0.69/0.06/0.00/0.08)	

CMYK percentages

%69.36
%5.96
%0
%7.84

Codes

Color #48DDEB in popluar color models

48DDEB
RGB72221235
HSL185°80.30%60.20%
HSB/HSV185°69.36%92.16%
CMYK69.36%5.96%0.00%
7.84%

Color #48DDEB in popluar number systems.

HEX48DDEB
Decimal72221235
Binary10010001101110111101011
Octal110335353

Shades and tints

Shades of #48DDEB

#48DDEB
(72,221,235)
#42C9D6
(66,201,214)
#3CB5C1
(60,181,193)
#36A1AC
(54,161,172)
#308D97
(48,141,151)
#2A7982
(42,121,130)
#24656D
(36,101,109)
#1E5158
(30,81,88)
#183D43
(24,61,67)
#12292E
(18,41,46)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #48DDEB

#48DDEB
(72,221,235)
#58E0EC
(88,224,236)
#68E3ED
(104,227,237)
#78E6EE
(120,230,238)
#88E9EF
(136,233,239)
#98ECF0
(152,236,240)
#A8EFF1
(168,239,241)
#B8F2F2
(184,242,242)
#C8F5F3
(200,245,243)
#D8F8F4
(216,248,244)
#E8FBF5
(232,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48DDEB color. Also use rgb(72,221,235) instead hex code.

Text Font Color

.myTextColor { color: #48DDEB; }

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

This text font color is #48DDEB.


Background Color

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

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

This div background color is #48DDEB.


Border color

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

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

This div border color is #48DDEB.


Opacity

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

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

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

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

This text has shadow with #48DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48DDEB on black background.


Color preview on white background

This text has color #48DDEB on white background.



Black color preview on #48DDEB background

This text has black color on #48DDEB background.


White color preview on #48DDEB background

This text has white color on #48DDEB background.