COLOR #93DCF8

HEX: #93DCF8
RGB: (147,220,248)

Color info

#93DCF8 contains mainly green and blue colors. Web safe color of #93DCF8 is #99CCFF (or #9CF).

RGB color model

#93DCF8 color RGB value is (147,220,248).

  • red value is 147;
  • green value is 220;
  • blue value is 248.
RGB:
(147,220,248)
(58%,86%,97%)

RGB channels and saturation

R 147 of 255 = 58%
G 220 of 255 = 86%
B 248 of 255 = 97%

147
220
248

R + G + B ~ 80%. #93DCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 220 + 248 = 615 (100%)
R 147 of 615 ~ 23.9%
G 220 of 615 ~ 35.77%
B 248 of 615 ~ 40.33%

%23.9
%35.77
%40.33

CMYK color model

#93DCF8 color CMYK value is (41,11,0,3).

  • cyan value is 40.73%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(41,11,0,3)
C41M11Y0K3 
(41%,11%,0%,3%)
(0.41/0.11/0.00/0.03)	

CMYK percentages

%40.73
%11.29
%0
%2.75

Codes

Color #93DCF8 in popluar color models

93DCF8
RGB147220248
HSL197°87.83%77.45%
HSB/HSV197°40.73%97.25%
CMYK40.73%11.29%0.00%
2.75%

Color #93DCF8 in popluar number systems.

HEX93DCF8
Decimal147220248
Binary100100111101110011111000
Octal223334370

Shades and tints

Shades of #93DCF8

#93DCF8
(147,220,248)
#86C8E2
(134,200,226)
#79B4CC
(121,180,204)
#6CA0B6
(108,160,182)
#5F8CA0
(95,140,160)
#52788A
(82,120,138)
#456474
(69,100,116)
#38505E
(56,80,94)
#2B3C48
(43,60,72)
#1E2832
(30,40,50)
#11141C
(17,20,28)
#000000
(0,0,0)

Tints of #93DCF8

#93DCF8
(147,220,248)
#9CDFF8
(156,223,248)
#A5E2F8
(165,226,248)
#AEE5F8
(174,229,248)
#B7E8F8
(183,232,248)
#C0EBF8
(192,235,248)
#C9EEF8
(201,238,248)
#D2F1F8
(210,241,248)
#DBF4F8
(219,244,248)
#E4F7F8
(228,247,248)
#EDFAF8
(237,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DCF8 color. Also use rgb(147,220,248) instead hex code.

Text Font Color

.myTextColor { color: #93DCF8; }

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

This text font color is #93DCF8.


Background Color

.myBgColor { background-color: #93DCF8; }

<div style="background-color:#93DCF8">Inner text</div>

This div background color is #93DCF8.


Border color

.myBorderColor { border: 1px solid #93DCF8; }

<div style="border:3px solid #93DCF8">Div</div>

This div border color is #93DCF8.


Opacity

.myOpacity80 { color: #93DCF8; opacity: 0.8; }

<p style="color:#93DCF8;opacity:0.8;">80%</p>

Text with #93DCF8 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 #93DCF8;}

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

This text has shadow with #93DCF8 color.

.textShadow {text-shadow: 3px 3px 1px #93DCF8, 3px 3px 1px red;}

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

This text has shadow with #93DCF8 primary color and red secondary color.


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

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

This text has shadow with #93DCF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DCF8 on black background.


Color preview on white background

This text has color #93DCF8 on white background.



Black color preview on #93DCF8 background

This text has black color on #93DCF8 background.


White color preview on #93DCF8 background

This text has white color on #93DCF8 background.