COLOR #93DDFF

HEX: #93DDFF
RGB: (147,221,255)

Color info

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

RGB color model

#93DDFF color RGB value is (147,221,255).

  • red value is 147;
  • green value is 221;
  • blue value is 255.
RGB:
(147,221,255)
(58%,87%,100%)

RGB channels and saturation

R 147 of 255 = 58%
G 221 of 255 = 87%
B 255 of 255 = 100%

147
221
255

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

Portions of RGB colors in percentages

R + G + B =
147 + 221 + 255 = 623 (100%)
R 147 of 623 ~ 23.6%
G 221 of 623 ~ 35.47%
B 255 of 623 ~ 40.93%

%23.6
%35.47
%40.93

CMYK color model

#93DDFF color CMYK value is (42,13,0,0).

  • cyan value is 42.35%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(42,13,0,0)
C42M13Y0K0 
(42%,13%,0%,0%)
(0.42/0.13/0.00/0.00)	

CMYK percentages

%42.35
%13.33
%0
%0

Codes

Color #93DDFF in popluar color models

93DDFF
RGB147221255
HSL199°100.00%78.82%
HSB/HSV199°42.35%100.00%
CMYK42.35%13.33%0.00%
0.00%

Color #93DDFF in popluar number systems.

HEX93DDFF
Decimal147221255
Binary100100111101110111111111
Octal223335377

Shades and tints

Shades of #93DDFF

#93DDFF
(147,221,255)
#86C9E8
(134,201,232)
#79B5D1
(121,181,209)
#6CA1BA
(108,161,186)
#5F8DA3
(95,141,163)
#52798C
(82,121,140)
#456575
(69,101,117)
#38515E
(56,81,94)
#2B3D47
(43,61,71)
#1E2930
(30,41,48)
#111519
(17,21,25)
#000000
(0,0,0)

Tints of #93DDFF

#93DDFF
(147,221,255)
#9CE0FF
(156,224,255)
#A5E3FF
(165,227,255)
#AEE6FF
(174,230,255)
#B7E9FF
(183,233,255)
#C0ECFF
(192,236,255)
#C9EFFF
(201,239,255)
#D2F2FF
(210,242,255)
#DBF5FF
(219,245,255)
#E4F8FF
(228,248,255)
#EDFBFF
(237,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #93DDFF color. Also use rgb(147,221,255) instead hex code.

Text Font Color

.myTextColor { color: #93DDFF; }

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

This text font color is #93DDFF.


Background Color

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

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

This div background color is #93DDFF.


Border color

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

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

This div border color is #93DDFF.


Opacity

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

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

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

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

This text has shadow with #93DDFF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #93DDFF on black background.


Color preview on white background

This text has color #93DDFF on white background.



Black color preview on #93DDFF background

This text has black color on #93DDFF background.


White color preview on #93DDFF background

This text has white color on #93DDFF background.