COLOR #93C6F9

HEX: #93C6F9
RGB: (147,198,249)

Color info

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

RGB color model

#93C6F9 color RGB value is (147,198,249).

  • red value is 147;
  • green value is 198;
  • blue value is 249.
RGB:
(147,198,249)
(58%,78%,98%)

RGB channels and saturation

R 147 of 255 = 58%
G 198 of 255 = 78%
B 249 of 255 = 98%

147
198
249

R + G + B ~ 78%. #93C6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
147 + 198 + 249 = 594 (100%)
R 147 of 594 ~ 24.75%
G 198 of 594 ~ 33.33%
B 249 of 594 ~ 41.92%

%24.75
%33.33
%41.92

CMYK color model

#93C6F9 color CMYK value is (41,20,0,2).

  • cyan value is 40.96%
  • magenta value is 20.48%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(41,20,0,2)
C41M20Y0K2 
(41%,20%,0%,2%)
(0.41/0.20/0.00/0.02)	

CMYK percentages

%40.96
%20.48
%0
%2.35

Codes

Color #93C6F9 in popluar color models

93C6F9
RGB147198249
HSL210°89.47%77.65%
HSB/HSV210°40.96%97.65%
CMYK40.96%20.48%0.00%
2.35%

Color #93C6F9 in popluar number systems.

HEX93C6F9
Decimal147198249
Binary100100111100011011111001
Octal223306371

Shades and tints

Shades of #93C6F9

#93C6F9
(147,198,249)
#86B4E3
(134,180,227)
#79A2CD
(121,162,205)
#6C90B7
(108,144,183)
#5F7EA1
(95,126,161)
#526C8B
(82,108,139)
#455A75
(69,90,117)
#38485F
(56,72,95)
#2B3649
(43,54,73)
#1E2433
(30,36,51)
#11121D
(17,18,29)
#000000
(0,0,0)

Tints of #93C6F9

#93C6F9
(147,198,249)
#9CCBF9
(156,203,249)
#A5D0F9
(165,208,249)
#AED5F9
(174,213,249)
#B7DAF9
(183,218,249)
#C0DFF9
(192,223,249)
#C9E4F9
(201,228,249)
#D2E9F9
(210,233,249)
#DBEEF9
(219,238,249)
#E4F3F9
(228,243,249)
#EDF8F9
(237,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C6F9 color. Also use rgb(147,198,249) instead hex code.

Text Font Color

.myTextColor { color: #93C6F9; }

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

This text font color is #93C6F9.


Background Color

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

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

This div background color is #93C6F9.


Border color

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

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

This div border color is #93C6F9.


Opacity

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

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

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

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

This text has shadow with #93C6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93C6F9 on black background.


Color preview on white background

This text has color #93C6F9 on white background.



Black color preview on #93C6F9 background

This text has black color on #93C6F9 background.


White color preview on #93C6F9 background

This text has white color on #93C6F9 background.