COLOR #55C7D8

HEX: #55C7D8 RGB: (85,199,216)

Color info

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

RGB color model

#55C7D8 color RGB value is (85,199,216).

RGB: (85,199,216) (33%, 78%, 85%)

RGB channels and saturation

R 85 of 255 = 33%
G 199 of 255 = 78%
B 216 of 255 = 85%

85
199
216

R + G + B ~ 65%. #55C7D8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 85 + 199 + 216 = 500 (100%)
R 85 of 500 ~ 17%
G 199 of 500 ~ 39.8%
B 216 of 500 ~ 43.2'%

%17
%39.8
%43.2

CMYK color model

#55C7D8 color CMYK value is (61,8,0,15).

  • cyan value is 60.65%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 15.29%

CMYK: (61,8,0,15)
C61M8Y0K15 (61%, 8%, 0%, 15%)
(0.61 / 0.08 / 0.00 / 0.15)

CMYK percentages

%60.65
%7.87
%0
%15.29

Codes

Color #55C7D8 in popluar color models

55 C7 D8
RGB 85 199 216
HSL 188° 62.68% 59.02%
HSB/HSV 188° 60.65% 84.71%
CMYK 60.65% 7.87% 0.00%
15.29%

Color #55C7D8 in popluar number systems.

HEX 55 C7 D8
Decimal 85 199 216
Binary 1010101 11000111 11011000
Octal 125 307 330

Shades and tints

Shades of #55C7D8

#55C7D8
(85,199,216)
#4EB5C5
(78,181,197)
#47A3B2
(71,163,178)
#40919F
(64,145,159)
#397F8C
(57,127,140)
#326D79
(50,109,121)
#2B5B66
(43,91,102)
#244953
(36,73,83)
#1D3740
(29,55,64)
#16252D
(22,37,45)
#0F131A
(15,19,26)
#000000
(0,0,0)

Tints of #55C7D8

#55C7D8
(85,199,216)
#64CCDB
(100,204,219)
#73D1DE
(115,209,222)
#82D6E1
(130,214,225)
#91DBE4
(145,219,228)
#A0E0E7
(160,224,231)
#AFE5EA
(175,229,234)
#BEEAED
(190,234,237)
#CDEFF0
(205,239,240)
#DCF4F3
(220,244,243)
#EBF9F6
(235,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C7D8 color. Also use rgb(85,199,216) instead hex code.

Text Font Color

.myTextColor { color: #55C7D8; }

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

This text font color is #55C7D8.

Background Color

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

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

This div background color is #55C7D8.

Border color

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

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

This div border color is #55C7D8.

Opacity

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

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

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

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

This text has shadow with #55C7D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C7D8.

Preview

Color preview on black background

This text has color #55C7D8 on black background.


Color preview on white background

This text has color #55C7D8 on white background.


Black color preview on #55C7D8 background

This text has black color on #55C7D8 background.


White color preview on #55C7D8 background

This text has white color on #55C7D8 background.


Related colors

Complementary color

Complementary color for #hex is #AA3827.


I love getcolorcode.com

Triadic colors

1 #D855C7 and #C7D855 with #55C7D8 are triadic colors.

2 #D8C755 and #C755D8 with #55C7D8 are triadic colors.