COLOR #93C0F7

HEX: #93C0F7 RGB: (147,192,247)

Color info

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

RGB color model

#93C0F7 color RGB value is (147,192,247).

RGB: (147,192,247) (58%, 75%, 97%)

RGB channels and saturation

R 147 of 255 = 58%
G 192 of 255 = 75%
B 247 of 255 = 97%

147
192
247

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

Portions of RGB colors in percentages

R + G + B = 147 + 192 + 247 = 586 (100%)
R 147 of 586 ~ 25.09%
G 192 of 586 ~ 32.76%
B 247 of 586 ~ 42.15'%

%25.09
%32.76
%42.15

CMYK color model

#93C0F7 color CMYK value is (40,22,0,3).

  • cyan value is 40.49%
  • magenta value is 22.27%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (40,22,0,3)
C40M22Y0K3 (40%, 22%, 0%, 3%)
(0.40 / 0.22 / 0.00 / 0.03)

CMYK percentages

%40.49
%22.27
%0
%3.14

Codes

Color #93C0F7 in popluar color models

93 C0 F7
RGB 147 192 247
HSL 213° 86.21% 77.25%
HSB/HSV 213° 40.49% 96.86%
CMYK 40.49% 22.27% 0.00%
3.14%

Color #93C0F7 in popluar number systems.

HEX 93 C0 F7
Decimal 147 192 247
Binary 10010011 11000000 11110111
Octal 223 300 367

Shades and tints

Shades of #93C0F7

#93C0F7
(147,192,247)
#86AFE1
(134,175,225)
#799ECB
(121,158,203)
#6C8DB5
(108,141,181)
#5F7C9F
(95,124,159)
#526B89
(82,107,137)
#455A73
(69,90,115)
#38495D
(56,73,93)
#2B3847
(43,56,71)
#1E2731
(30,39,49)
#11161B
(17,22,27)
#000000
(0,0,0)

Tints of #93C0F7

#93C0F7
(147,192,247)
#9CC5F7
(156,197,247)
#A5CAF7
(165,202,247)
#AECFF7
(174,207,247)
#B7D4F7
(183,212,247)
#C0D9F7
(192,217,247)
#C9DEF7
(201,222,247)
#D2E3F7
(210,227,247)
#DBE8F7
(219,232,247)
#E4EDF7
(228,237,247)
#EDF2F7
(237,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93C0F7 color. Also use rgb(147,192,247) instead hex code.

Text Font Color

.myTextColor { color: #93C0F7; }

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

This text font color is #93C0F7.

Background Color

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

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

This div background color is #93C0F7.

Border color

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

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

This div border color is #93C0F7.

Opacity

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

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

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

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

This text has shadow with #93C0F7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93C0F7.

Preview

Color preview on black background

This text has color #93C0F7 on black background.


Color preview on white background

This text has color #93C0F7 on white background.


Black color preview on #93C0F7 background

This text has black color on #93C0F7 background.


White color preview on #93C0F7 background

This text has white color on #93C0F7 background.


Related colors

Complementary color

Complementary color for #hex is #6C3F08.


I love getcolorcode.com

Triadic colors

1 #F793C0 and #C0F793 with #93C0F7 are triadic colors.

2 #F7C093 and #C093F7 with #93C0F7 are triadic colors.