COLOR #48E0FB

HEX: #48E0FB
RGB: (72,224,251)

Color info

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

RGB color model

#48E0FB color RGB value is (72,224,251).

  • red value is 72;
  • green value is 224;
  • blue value is 251.
RGB:
(72,224,251)
(28%,88%,98%)

RGB channels and saturation

R 72 of 255 = 28%
G 224 of 255 = 88%
B 251 of 255 = 98%

72
224
251

R + G + B ~ 71%. #48E0FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 224 + 251 = 547 (100%)
R 72 of 547 ~ 13.16%
G 224 of 547 ~ 40.95%
B 251 of 547 ~ 45.89%

%13.16
%40.95
%45.89

CMYK color model

#48E0FB color CMYK value is (71,11,0,2).

  • cyan value is 71.31%
  • magenta value is 10.76%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(71,11,0,2)
C71M11Y0K2 
(71%,11%,0%,2%)
(0.71/0.11/0.00/0.02)	

CMYK percentages

%71.31
%10.76
%0
%1.57

Codes

Color #48E0FB in popluar color models

48E0FB
RGB72224251
HSL189°95.72%63.33%
HSB/HSV189°71.31%98.43%
CMYK71.31%10.76%0.00%
1.57%

Color #48E0FB in popluar number systems.

HEX48E0FB
Decimal72224251
Binary10010001110000011111011
Octal110340373

Shades and tints

Shades of #48E0FB

#48E0FB
(72,224,251)
#42CCE5
(66,204,229)
#3CB8CF
(60,184,207)
#36A4B9
(54,164,185)
#3090A3
(48,144,163)
#2A7C8D
(42,124,141)
#246877
(36,104,119)
#1E5461
(30,84,97)
#18404B
(24,64,75)
#122C35
(18,44,53)
#0C181F
(12,24,31)
#000000
(0,0,0)

Tints of #48E0FB

#48E0FB
(72,224,251)
#58E2FB
(88,226,251)
#68E4FB
(104,228,251)
#78E6FB
(120,230,251)
#88E8FB
(136,232,251)
#98EAFB
(152,234,251)
#A8ECFB
(168,236,251)
#B8EEFB
(184,238,251)
#C8F0FB
(200,240,251)
#D8F2FB
(216,242,251)
#E8F4FB
(232,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48E0FB color. Also use rgb(72,224,251) instead hex code.

Text Font Color

.myTextColor { color: #48E0FB; }

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

This text font color is #48E0FB.


Background Color

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

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

This div background color is #48E0FB.


Border color

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

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

This div border color is #48E0FB.


Opacity

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

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

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

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

This text has shadow with #48E0FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48E0FB on black background.


Color preview on white background

This text has color #48E0FB on white background.



Black color preview on #48E0FB background

This text has black color on #48E0FB background.


White color preview on #48E0FB background

This text has white color on #48E0FB background.