COLOR #93CCFA

HEX: #93CCFA
RGB: (147,204,250)

Color info

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

RGB color model

#93CCFA color RGB value is (147,204,250).

  • red value is 147;
  • green value is 204;
  • blue value is 250.
RGB:
(147,204,250)
(58%,80%,98%)

RGB channels and saturation

R 147 of 255 = 58%
G 204 of 255 = 80%
B 250 of 255 = 98%

147
204
250

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

Portions of RGB colors in percentages

R + G + B =
147 + 204 + 250 = 601 (100%)
R 147 of 601 ~ 24.46%
G 204 of 601 ~ 33.94%
B 250 of 601 ~ 41.6%

%24.46
%33.94
%41.6

CMYK color model

#93CCFA color CMYK value is (41,18,0,2).

  • cyan value is 41.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(41,18,0,2)
C41M18Y0K2 
(41%,18%,0%,2%)
(0.41/0.18/0.00/0.02)	

CMYK percentages

%41.2
%18.4
%0
%1.96

Codes

Color #93CCFA in popluar color models

93CCFA
RGB147204250
HSL207°91.15%77.84%
HSB/HSV207°41.20%98.04%
CMYK41.20%18.40%0.00%
1.96%

Color #93CCFA in popluar number systems.

HEX93CCFA
Decimal147204250
Binary100100111100110011111010
Octal223314372

Shades and tints

Shades of #93CCFA

#93CCFA
(147,204,250)
#86BAE4
(134,186,228)
#79A8CE
(121,168,206)
#6C96B8
(108,150,184)
#5F84A2
(95,132,162)
#52728C
(82,114,140)
#456076
(69,96,118)
#384E60
(56,78,96)
#2B3C4A
(43,60,74)
#1E2A34
(30,42,52)
#11181E
(17,24,30)
#000000
(0,0,0)

Tints of #93CCFA

#93CCFA
(147,204,250)
#9CD0FA
(156,208,250)
#A5D4FA
(165,212,250)
#AED8FA
(174,216,250)
#B7DCFA
(183,220,250)
#C0E0FA
(192,224,250)
#C9E4FA
(201,228,250)
#D2E8FA
(210,232,250)
#DBECFA
(219,236,250)
#E4F0FA
(228,240,250)
#EDF4FA
(237,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93CCFA color. Also use rgb(147,204,250) instead hex code.

Text Font Color

.myTextColor { color: #93CCFA; }

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

This text font color is #93CCFA.


Background Color

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

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

This div background color is #93CCFA.


Border color

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

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

This div border color is #93CCFA.


Opacity

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

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

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

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

This text has shadow with #93CCFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93CCFA on black background.


Color preview on white background

This text has color #93CCFA on white background.



Black color preview on #93CCFA background

This text has black color on #93CCFA background.


White color preview on #93CCFA background

This text has white color on #93CCFA background.