COLOR #93D5F0

HEX: #93D5F0
RGB: (147,213,240)

Color info

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

RGB color model

#93D5F0 color RGB value is (147,213,240).

  • red value is 147;
  • green value is 213;
  • blue value is 240.
RGB:
(147,213,240)
(58%,84%,94%)

RGB channels and saturation

R 147 of 255 = 58%
G 213 of 255 = 84%
B 240 of 255 = 94%

147
213
240

R + G + B ~ 79%. #93D5F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 213 + 240 = 600 (100%)
R 147 of 600 ~ 24.5%
G 213 of 600 ~ 35.5%
B 240 of 600 ~ 40%

%24.5
%35.5
%40

CMYK color model

#93D5F0 color CMYK value is (39,11,0,6).

  • cyan value is 38.75%
  • magenta value is 11.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(39,11,0,6)
C39M11Y0K6 
(39%,11%,0%,6%)
(0.39/0.11/0.00/0.06)	

CMYK percentages

%38.75
%11.25
%0
%5.88

Codes

Color #93D5F0 in popluar color models

93D5F0
RGB147213240
HSL197°75.61%75.88%
HSB/HSV197°38.75%94.12%
CMYK38.75%11.25%0.00%
5.88%

Color #93D5F0 in popluar number systems.

HEX93D5F0
Decimal147213240
Binary100100111101010111110000
Octal223325360

Shades and tints

Shades of #93D5F0

#93D5F0
(147,213,240)
#86C2DB
(134,194,219)
#79AFC6
(121,175,198)
#6C9CB1
(108,156,177)
#5F899C
(95,137,156)
#527687
(82,118,135)
#456372
(69,99,114)
#38505D
(56,80,93)
#2B3D48
(43,61,72)
#1E2A33
(30,42,51)
#11171E
(17,23,30)
#000000
(0,0,0)

Tints of #93D5F0

#93D5F0
(147,213,240)
#9CD8F1
(156,216,241)
#A5DBF2
(165,219,242)
#AEDEF3
(174,222,243)
#B7E1F4
(183,225,244)
#C0E4F5
(192,228,245)
#C9E7F6
(201,231,246)
#D2EAF7
(210,234,247)
#DBEDF8
(219,237,248)
#E4F0F9
(228,240,249)
#EDF3FA
(237,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D5F0 color. Also use rgb(147,213,240) instead hex code.

Text Font Color

.myTextColor { color: #93D5F0; }

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

This text font color is #93D5F0.


Background Color

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

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

This div background color is #93D5F0.


Border color

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

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

This div border color is #93D5F0.


Opacity

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

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

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

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

This text has shadow with #93D5F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93D5F0 on black background.


Color preview on white background

This text has color #93D5F0 on white background.



Black color preview on #93D5F0 background

This text has black color on #93D5F0 background.


White color preview on #93D5F0 background

This text has white color on #93D5F0 background.