COLOR #48CDF8

HEX: #48CDF8 RGB: (72,205,248)

Color info

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

RGB color model

#48CDF8 color RGB value is (72,205,248).

RGB: (72,205,248) (28%, 80%, 97%)

RGB channels and saturation

R 72 of 255 = 28%
G 205 of 255 = 80%
B 248 of 255 = 97%

72
205
248

R + G + B ~ 68%. #48CDF8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 72 + 205 + 248 = 525 (100%)
R 72 of 525 ~ 13.71%
G 205 of 525 ~ 39.05%
B 248 of 525 ~ 47.24'%

%13.71
%39.05
%47.24

CMYK color model

#48CDF8 color CMYK value is (71,17,0,3).

  • cyan value is 70.97%
  • magenta value is 17.34%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (71,17,0,3)
C71M17Y0K3 (71%, 17%, 0%, 3%)
(0.71 / 0.17 / 0.00 / 0.03)

CMYK percentages

%70.97
%17.34
%0
%2.75

Codes

Color #48CDF8 in popluar color models

48 CD F8
RGB 72 205 248
HSL 195° 92.63% 62.75%
HSB/HSV 195° 70.97% 97.25%
CMYK 70.97% 17.34% 0.00%
2.75%

Color #48CDF8 in popluar number systems.

HEX 48 CD F8
Decimal 72 205 248
Binary 1001000 11001101 11111000
Octal 110 315 370

Shades and tints

Shades of #48CDF8

#48CDF8
(72,205,248)
#42BBE2
(66,187,226)
#3CA9CC
(60,169,204)
#3697B6
(54,151,182)
#3085A0
(48,133,160)
#2A738A
(42,115,138)
#246174
(36,97,116)
#1E4F5E
(30,79,94)
#183D48
(24,61,72)
#122B32
(18,43,50)
#0C191C
(12,25,28)
#000000
(0,0,0)

Tints of #48CDF8

#48CDF8
(72,205,248)
#58D1F8
(88,209,248)
#68D5F8
(104,213,248)
#78D9F8
(120,217,248)
#88DDF8
(136,221,248)
#98E1F8
(152,225,248)
#A8E5F8
(168,229,248)
#B8E9F8
(184,233,248)
#C8EDF8
(200,237,248)
#D8F1F8
(216,241,248)
#E8F5F8
(232,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #48CDF8 color. Also use rgb(72,205,248) instead hex code.

Text Font Color

.myTextColor { color: #48CDF8; }

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

This text font color is #48CDF8.

Background Color

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

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

This div background color is #48CDF8.

Border color

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

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

This div border color is #48CDF8.

Opacity

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

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

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

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

This text has shadow with #48CDF8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #48CDF8.

Preview

Color preview on black background

This text has color #48CDF8 on black background.


Color preview on white background

This text has color #48CDF8 on white background.


Black color preview on #48CDF8 background

This text has black color on #48CDF8 background.


White color preview on #48CDF8 background

This text has white color on #48CDF8 background.


Related colors

Complementary color

Complementary color for #hex is #B73207.


I love getcolorcode.com

Triadic colors

1 #F848CD and #CDF848 with #48CDF8 are triadic colors.

2 #F8CD48 and #CD48F8 with #48CDF8 are triadic colors.