COLOR #93D8EA

HEX: #93D8EA RGB: (147,216,234)

Color info

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

RGB color model

#93D8EA color RGB value is (147,216,234).

RGB: (147,216,234) (58%, 85%, 92%)

RGB channels and saturation

R 147 of 255 = 58%
G 216 of 255 = 85%
B 234 of 255 = 92%

147
216
234

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

Portions of RGB colors in percentages

R + G + B = 147 + 216 + 234 = 597 (100%)
R 147 of 597 ~ 24.62%
G 216 of 597 ~ 36.18%
B 234 of 597 ~ 39.2'%

%24.62
%36.18
%39.2

CMYK color model

#93D8EA color CMYK value is (37,8,0,8).

  • cyan value is 37.18%
  • magenta value is 7.69%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (37,8,0,8)
C37M8Y0K8 (37%, 8%, 0%, 8%)
(0.37 / 0.08 / 0.00 / 0.08)

CMYK percentages

%37.18
%7.69
%0
%8.24

Codes

Color #93D8EA in popluar color models

93 D8 EA
RGB 147 216 234
HSL 192° 67.44% 74.71%
HSB/HSV 192° 37.18% 91.76%
CMYK 37.18% 7.69% 0.00%
8.24%

Color #93D8EA in popluar number systems.

HEX 93 D8 EA
Decimal 147 216 234
Binary 10010011 11011000 11101010
Octal 223 330 352

Shades and tints

Shades of #93D8EA

#93D8EA
(147,216,234)
#86C5D5
(134,197,213)
#79B2C0
(121,178,192)
#6C9FAB
(108,159,171)
#5F8C96
(95,140,150)
#527981
(82,121,129)
#45666C
(69,102,108)
#385357
(56,83,87)
#2B4042
(43,64,66)
#1E2D2D
(30,45,45)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #93D8EA

#93D8EA
(147,216,234)
#9CDBEB
(156,219,235)
#A5DEEC
(165,222,236)
#AEE1ED
(174,225,237)
#B7E4EE
(183,228,238)
#C0E7EF
(192,231,239)
#C9EAF0
(201,234,240)
#D2EDF1
(210,237,241)
#DBF0F2
(219,240,242)
#E4F3F3
(228,243,243)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93D8EA color. Also use rgb(147,216,234) instead hex code.

Text Font Color

.myTextColor { color: #93D8EA; }

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

This text font color is #93D8EA.

Background Color

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

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

This div background color is #93D8EA.

Border color

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

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

This div border color is #93D8EA.

Opacity

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

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

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

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

This text has shadow with #93D8EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93D8EA.

Preview

Color preview on black background

This text has color #93D8EA on black background.


Color preview on white background

This text has color #93D8EA on white background.


Black color preview on #93D8EA background

This text has black color on #93D8EA background.


White color preview on #93D8EA background

This text has white color on #93D8EA background.


Related colors

Complementary color

Complementary color for #hex is #6C2715.


I love getcolorcode.com

Triadic colors

1 #EA93D8 and #D8EA93 with #93D8EA are triadic colors.

2 #EAD893 and #D893EA with #93D8EA are triadic colors.