COLOR #93C1F8

HEX: #93C1F8
RGB: (147,193,248)

Color info

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

RGB color model

#93C1F8 color RGB value is (147,193,248).

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

RGB channels and saturation

R 147 of 255 = 58%
G 193 of 255 = 76%
B 248 of 255 = 97%

147
193
248

R + G + B ~ 77%. #93C1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 193 + 248 = 588 (100%)
R 147 of 588 ~ 25%
G 193 of 588 ~ 32.82%
B 248 of 588 ~ 42.18%

%25
%32.82
%42.18

CMYK color model

#93C1F8 color CMYK value is (41,22,0,3).

  • cyan value is 40.73%
  • magenta value is 22.18%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(41,22,0,3)
C41M22Y0K3 
(41%,22%,0%,3%)
(0.41/0.22/0.00/0.03)	

CMYK percentages

%40.73
%22.18
%0
%2.75

Codes

Color #93C1F8 in popluar color models

93C1F8
RGB147193248
HSL213°87.83%77.45%
HSB/HSV213°40.73%97.25%
CMYK40.73%22.18%0.00%
2.75%

Color #93C1F8 in popluar number systems.

HEX93C1F8
Decimal147193248
Binary100100111100000111111000
Octal223301370

Shades and tints

Shades of #93C1F8

#93C1F8
(147,193,248)
#86B0E2
(134,176,226)
#799FCC
(121,159,204)
#6C8EB6
(108,142,182)
#5F7DA0
(95,125,160)
#526C8A
(82,108,138)
#455B74
(69,91,116)
#384A5E
(56,74,94)
#2B3948
(43,57,72)
#1E2832
(30,40,50)
#11171C
(17,23,28)
#000000
(0,0,0)

Tints of #93C1F8

#93C1F8
(147,193,248)
#9CC6F8
(156,198,248)
#A5CBF8
(165,203,248)
#AED0F8
(174,208,248)
#B7D5F8
(183,213,248)
#C0DAF8
(192,218,248)
#C9DFF8
(201,223,248)
#D2E4F8
(210,228,248)
#DBE9F8
(219,233,248)
#E4EEF8
(228,238,248)
#EDF3F8
(237,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #93C1F8; }

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

This text font color is #93C1F8.


Background Color

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

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

This div background color is #93C1F8.


Border color

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

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

This div border color is #93C1F8.


Opacity

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

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

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

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

This text has shadow with #93C1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C1F8 on black background.


Color preview on white background

This text has color #93C1F8 on white background.



Black color preview on #93C1F8 background

This text has black color on #93C1F8 background.


White color preview on #93C1F8 background

This text has white color on #93C1F8 background.