COLOR #55CDD9

HEX: #55CDD9 RGB: (85,205,217)

Color info

#55CDD9 contains mainly green and blue colors. Web safe color of #55CDD9 is #66CCCC (or #6CC).

RGB color model

#55CDD9 color RGB value is (85,205,217).

RGB: (85,205,217) (33%, 80%, 85%)

RGB channels and saturation

R 85 of 255 = 33%
G 205 of 255 = 80%
B 217 of 255 = 85%

85
205
217

R + G + B ~ 66%. #55CDD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 205 + 217 = 507 (100%)
R 85 of 507 ~ 16.77%
G 205 of 507 ~ 40.43%
B 217 of 507 ~ 42.8'%

%16.77
%40.43
%42.8

CMYK color model

#55CDD9 color CMYK value is (61,6,0,15).

  • cyan value is 60.83%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 14.90%

CMYK: (61,6,0,15)
C61M6Y0K15 (61%, 6%, 0%, 15%)
(0.61 / 0.06 / 0.00 / 0.15)

CMYK percentages

%60.83
%5.53
%0
%14.9

Codes

Color #55CDD9 in popluar color models

55 CD D9
RGB 85 205 217
HSL 185° 63.46% 59.22%
HSB/HSV 185° 60.83% 85.10%
CMYK 60.83% 5.53% 0.00%
14.90%

Color #55CDD9 in popluar number systems.

HEX 55 CD D9
Decimal 85 205 217
Binary 1010101 11001101 11011001
Octal 125 315 331

Shades and tints

Shades of #55CDD9

#55CDD9
(85,205,217)
#4EBBC6
(78,187,198)
#47A9B3
(71,169,179)
#4097A0
(64,151,160)
#39858D
(57,133,141)
#32737A
(50,115,122)
#2B6167
(43,97,103)
#244F54
(36,79,84)
#1D3D41
(29,61,65)
#162B2E
(22,43,46)
#0F191B
(15,25,27)
#000000
(0,0,0)

Tints of #55CDD9

#55CDD9
(85,205,217)
#64D1DC
(100,209,220)
#73D5DF
(115,213,223)
#82D9E2
(130,217,226)
#91DDE5
(145,221,229)
#A0E1E8
(160,225,232)
#AFE5EB
(175,229,235)
#BEE9EE
(190,233,238)
#CDEDF1
(205,237,241)
#DCF1F4
(220,241,244)
#EBF5F7
(235,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55CDD9 color. Also use rgb(85,205,217) instead hex code.

Text Font Color

.myTextColor { color: #55CDD9; }

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

This text font color is #55CDD9.

Background Color

.myBgColor { background-color: #55CDD9; }

<div style="background-color:#55CDD9">Inner text</div>

This div background color is #55CDD9.

Border color

.myBorderColor { border: 1px solid #55CDD9; }

<div style="border:3px solid #55CDD9">Div</div>

This div border color is #55CDD9.

Opacity

.myOpacity80 { color: #55CDD9; opacity: 0.8; }

<p style="color:#55CDD9;opacity:0.8;">80%</p>

Text with #55CDD9 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 #55CDD9;}

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

This text has shadow with #55CDD9 color.


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

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

This text has shadow with #55CDD9 primary color and red secondary color.


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

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

This text has shadow with #55CDD9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #55CDD9.

Preview

Color preview on black background

This text has color #55CDD9 on black background.


Color preview on white background

This text has color #55CDD9 on white background.


Black color preview on #55CDD9 background

This text has black color on #55CDD9 background.


White color preview on #55CDD9 background

This text has white color on #55CDD9 background.


Related colors

Complementary color

Complementary color for #hex is #AA3226.


I love getcolorcode.com

Triadic colors

1 #D955CD and #CDD955 with #55CDD9 are triadic colors.

2 #D9CD55 and #CD55D9 with #55CDD9 are triadic colors.