COLOR #93E3FD

HEX: #93E3FD RGB: (147,227,253)

Color info

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

RGB color model

#93E3FD color RGB value is (147,227,253).

RGB: (147,227,253) (58%, 89%, 99%)

RGB channels and saturation

R 147 of 255 = 58%
G 227 of 255 = 89%
B 253 of 255 = 99%

147
227
253

R + G + B ~ 82%. #93E3FD is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 227 + 253 = 627 (100%)
R 147 of 627 ~ 23.44%
G 227 of 627 ~ 36.2%
B 253 of 627 ~ 40.35'%

%23.44
%36.2
%40.35

CMYK color model

#93E3FD color CMYK value is (42,10,0,1).

  • cyan value is 41.90%
  • magenta value is 10.28%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (42,10,0,1)
C42M10Y0K1 (42%, 10%, 0%, 1%)
(0.42 / 0.10 / 0.00 / 0.01)

CMYK percentages

%41.9
%10.28
%0
%0.78

Codes

Color #93E3FD in popluar color models

93 E3 FD
RGB 147 227 253
HSL 195° 96.36% 78.43%
HSB/HSV 195° 41.90% 99.22%
CMYK 41.90% 10.28% 0.00%
0.78%

Color #93E3FD in popluar number systems.

HEX 93 E3 FD
Decimal 147 227 253
Binary 10010011 11100011 11111101
Octal 223 343 375

Shades and tints

Shades of #93E3FD

#93E3FD
(147,227,253)
#86CFE6
(134,207,230)
#79BBCF
(121,187,207)
#6CA7B8
(108,167,184)
#5F93A1
(95,147,161)
#527F8A
(82,127,138)
#456B73
(69,107,115)
#38575C
(56,87,92)
#2B4345
(43,67,69)
#1E2F2E
(30,47,46)
#111B17
(17,27,23)
#000000
(0,0,0)

Tints of #93E3FD

#93E3FD
(147,227,253)
#9CE5FD
(156,229,253)
#A5E7FD
(165,231,253)
#AEE9FD
(174,233,253)
#B7EBFD
(183,235,253)
#C0EDFD
(192,237,253)
#C9EFFD
(201,239,253)
#D2F1FD
(210,241,253)
#DBF3FD
(219,243,253)
#E4F5FD
(228,245,253)
#EDF7FD
(237,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93E3FD color. Also use rgb(147,227,253) instead hex code.

Text Font Color

.myTextColor { color: #93E3FD; }

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

This text font color is #93E3FD.

Background Color

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

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

This div background color is #93E3FD.

Border color

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

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

This div border color is #93E3FD.

Opacity

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

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

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

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

This text has shadow with #93E3FD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93E3FD.

Preview

Color preview on black background

This text has color #93E3FD on black background.


Color preview on white background

This text has color #93E3FD on white background.


Black color preview on #93E3FD background

This text has black color on #93E3FD background.


White color preview on #93E3FD background

This text has white color on #93E3FD background.


Related colors

Complementary color

Complementary color for #hex is #6C1C02.


I love getcolorcode.com

Triadic colors

1 #FD93E3 and #E3FD93 with #93E3FD are triadic colors.

2 #FDE393 and #E393FD with #93E3FD are triadic colors.