COLOR #55C7E9

HEX: #55C7E9
RGB: (85,199,233)

Color info

#55C7E9 contains mainly green and blue colors. Web safe color of #55C7E9 is #66CCFF (or #6CF).

RGB color model

#55C7E9 color RGB value is (85,199,233).

  • red value is 85;
  • green value is 199;
  • blue value is 233.
RGB:
(85,199,233)
(33%,78%,91%)

RGB channels and saturation

R 85 of 255 = 33%
G 199 of 255 = 78%
B 233 of 255 = 91%

85
199
233

R + G + B ~ 67%. #55C7E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 199 + 233 = 517 (100%)
R 85 of 517 ~ 16.44%
G 199 of 517 ~ 38.49%
B 233 of 517 ~ 45.07%

%16.44
%38.49
%45.07

CMYK color model

#55C7E9 color CMYK value is (64,15,0,9).

  • cyan value is 63.52%
  • magenta value is 14.59%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(64,15,0,9)
C64M15Y0K9 
(64%,15%,0%,9%)
(0.64/0.15/0.00/0.09)	

CMYK percentages

%63.52
%14.59
%0
%8.63

Codes

Color #55C7E9 in popluar color models

55C7E9
RGB85199233
HSL194°77.08%62.35%
HSB/HSV194°63.52%91.37%
CMYK63.52%14.59%0.00%
8.63%

Color #55C7E9 in popluar number systems.

HEX55C7E9
Decimal85199233
Binary10101011100011111101001
Octal125307351

Shades and tints

Shades of #55C7E9

#55C7E9
(85,199,233)
#4EB5D4
(78,181,212)
#47A3BF
(71,163,191)
#4091AA
(64,145,170)
#397F95
(57,127,149)
#326D80
(50,109,128)
#2B5B6B
(43,91,107)
#244956
(36,73,86)
#1D3741
(29,55,65)
#16252C
(22,37,44)
#0F1317
(15,19,23)
#000000
(0,0,0)

Tints of #55C7E9

#55C7E9
(85,199,233)
#64CCEB
(100,204,235)
#73D1ED
(115,209,237)
#82D6EF
(130,214,239)
#91DBF1
(145,219,241)
#A0E0F3
(160,224,243)
#AFE5F5
(175,229,245)
#BEEAF7
(190,234,247)
#CDEFF9
(205,239,249)
#DCF4FB
(220,244,251)
#EBF9FD
(235,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #55C7E9; }

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

This text font color is #55C7E9.


Background Color

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

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

This div background color is #55C7E9.


Border color

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

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

This div border color is #55C7E9.


Opacity

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

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

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

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

This text has shadow with #55C7E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C7E9 on black background.


Color preview on white background

This text has color #55C7E9 on white background.



Black color preview on #55C7E9 background

This text has black color on #55C7E9 background.


White color preview on #55C7E9 background

This text has white color on #55C7E9 background.