COLOR #93DEF0

HEX: #93DEF0 RGB: (147,222,240)

Color info

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

RGB color model

#93DEF0 color RGB value is (147,222,240).

RGB: (147,222,240) (58%, 87%, 94%)

RGB channels and saturation

R 147 of 255 = 58%
G 222 of 255 = 87%
B 240 of 255 = 94%

147
222
240

R + G + B ~ 80%. #93DEF0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 147 + 222 + 240 = 609 (100%)
R 147 of 609 ~ 24.14%
G 222 of 609 ~ 36.45%
B 240 of 609 ~ 39.41'%

%24.14
%36.45
%39.41

CMYK color model

#93DEF0 color CMYK value is (39,8,0,6).

  • cyan value is 38.75%
  • magenta value is 7.50%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (39,8,0,6)
C39M8Y0K6 (39%, 8%, 0%, 6%)
(0.39 / 0.08 / 0.00 / 0.06)

CMYK percentages

%38.75
%7.5
%0
%5.88

Codes

Color #93DEF0 in popluar color models

93 DE F0
RGB 147 222 240
HSL 192° 75.61% 75.88%
HSB/HSV 192° 38.75% 94.12%
CMYK 38.75% 7.50% 0.00%
5.88%

Color #93DEF0 in popluar number systems.

HEX 93 DE F0
Decimal 147 222 240
Binary 10010011 11011110 11110000
Octal 223 336 360

Shades and tints

Shades of #93DEF0

#93DEF0
(147,222,240)
#86CADB
(134,202,219)
#79B6C6
(121,182,198)
#6CA2B1
(108,162,177)
#5F8E9C
(95,142,156)
#527A87
(82,122,135)
#456672
(69,102,114)
#38525D
(56,82,93)
#2B3E48
(43,62,72)
#1E2A33
(30,42,51)
#11161E
(17,22,30)
#000000
(0,0,0)

Tints of #93DEF0

#93DEF0
(147,222,240)
#9CE1F1
(156,225,241)
#A5E4F2
(165,228,242)
#AEE7F3
(174,231,243)
#B7EAF4
(183,234,244)
#C0EDF5
(192,237,245)
#C9F0F6
(201,240,246)
#D2F3F7
(210,243,247)
#DBF6F8
(219,246,248)
#E4F9F9
(228,249,249)
#EDFCFA
(237,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DEF0 color. Also use rgb(147,222,240) instead hex code.

Text Font Color

.myTextColor { color: #93DEF0; }

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

This text font color is #93DEF0.

Background Color

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

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

This div background color is #93DEF0.

Border color

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

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

This div border color is #93DEF0.

Opacity

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

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

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

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

This text has shadow with #93DEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #93DEF0.

Preview

Color preview on black background

This text has color #93DEF0 on black background.


Color preview on white background

This text has color #93DEF0 on white background.


Black color preview on #93DEF0 background

This text has black color on #93DEF0 background.


White color preview on #93DEF0 background

This text has white color on #93DEF0 background.


Related colors

Complementary color

Complementary color for #hex is #6C210F.


I love getcolorcode.com

Triadic colors

1 #F093DE and #DEF093 with #93DEF0 are triadic colors.

2 #F0DE93 and #DE93F0 with #93DEF0 are triadic colors.