COLOR #48ACE8

HEX: #48ACE8
RGB: (72,172,232)

Color info

#48ACE8 contains mainly blue color. Web safe color of #48ACE8 is #3399FF (or #39F).

RGB color model

#48ACE8 color RGB value is (72,172,232).

  • red value is 72;
  • green value is 172;
  • blue value is 232.
RGB:
(72,172,232)
(28%,67%,91%)

RGB channels and saturation

R 72 of 255 = 28%
G 172 of 255 = 67%
B 232 of 255 = 91%

72
172
232

R + G + B ~ 62%. #48ACE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
72 + 172 + 232 = 476 (100%)
R 72 of 476 ~ 15.13%
G 172 of 476 ~ 36.13%
B 232 of 476 ~ 48.74%

%15.13
%36.13
%48.74

CMYK color model

#48ACE8 color CMYK value is (69,26,0,9).

  • cyan value is 68.97%
  • magenta value is 25.86%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(69,26,0,9)
C69M26Y0K9 
(69%,26%,0%,9%)
(0.69/0.26/0.00/0.09)	

CMYK percentages

%68.97
%25.86
%0
%9.02

Codes

Color #48ACE8 in popluar color models

48ACE8
RGB72172232
HSL203°77.67%59.61%
HSB/HSV203°68.97%90.98%
CMYK68.97%25.86%0.00%
9.02%

Color #48ACE8 in popluar number systems.

HEX48ACE8
Decimal72172232
Binary10010001010110011101000
Octal110254350

Shades and tints

Shades of #48ACE8

#48ACE8
(72,172,232)
#429DD3
(66,157,211)
#3C8EBE
(60,142,190)
#367FA9
(54,127,169)
#307094
(48,112,148)
#2A617F
(42,97,127)
#24526A
(36,82,106)
#1E4355
(30,67,85)
#183440
(24,52,64)
#12252B
(18,37,43)
#0C1616
(12,22,22)
#000000
(0,0,0)

Tints of #48ACE8

#48ACE8
(72,172,232)
#58B3EA
(88,179,234)
#68BAEC
(104,186,236)
#78C1EE
(120,193,238)
#88C8F0
(136,200,240)
#98CFF2
(152,207,242)
#A8D6F4
(168,214,244)
#B8DDF6
(184,221,246)
#C8E4F8
(200,228,248)
#D8EBFA
(216,235,250)
#E8F2FC
(232,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48ACE8 color. Also use rgb(72,172,232) instead hex code.

Text Font Color

.myTextColor { color: #48ACE8; }

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

This text font color is #48ACE8.


Background Color

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

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

This div background color is #48ACE8.


Border color

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

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

This div border color is #48ACE8.


Opacity

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

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

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

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

This text has shadow with #48ACE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #48ACE8 on black background.


Color preview on white background

This text has color #48ACE8 on white background.



Black color preview on #48ACE8 background

This text has black color on #48ACE8 background.


White color preview on #48ACE8 background

This text has white color on #48ACE8 background.