COLOR #55C8EE

HEX: #55C8EE
RGB: (85,200,238)

Color info

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

RGB color model

#55C8EE color RGB value is (85,200,238).

  • red value is 85;
  • green value is 200;
  • blue value is 238.
RGB:
(85,200,238)
(33%,78%,93%)

RGB channels and saturation

R 85 of 255 = 33%
G 200 of 255 = 78%
B 238 of 255 = 93%

85
200
238

R + G + B ~ 68%. #55C8EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 200 + 238 = 523 (100%)
R 85 of 523 ~ 16.25%
G 200 of 523 ~ 38.24%
B 238 of 523 ~ 45.51%

%16.25
%38.24
%45.51

CMYK color model

#55C8EE color CMYK value is (64,16,0,7).

  • cyan value is 64.29%
  • magenta value is 15.97%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(64,16,0,7)
C64M16Y0K7 
(64%,16%,0%,7%)
(0.64/0.16/0.00/0.07)	

CMYK percentages

%64.29
%15.97
%0
%6.67

Codes

Color #55C8EE in popluar color models

55C8EE
RGB85200238
HSL195°81.82%63.33%
HSB/HSV195°64.29%93.33%
CMYK64.29%15.97%0.00%
6.67%

Color #55C8EE in popluar number systems.

HEX55C8EE
Decimal85200238
Binary10101011100100011101110
Octal125310356

Shades and tints

Shades of #55C8EE

#55C8EE
(85,200,238)
#4EB6D9
(78,182,217)
#47A4C4
(71,164,196)
#4092AF
(64,146,175)
#39809A
(57,128,154)
#326E85
(50,110,133)
#2B5C70
(43,92,112)
#244A5B
(36,74,91)
#1D3846
(29,56,70)
#162631
(22,38,49)
#0F141C
(15,20,28)
#000000
(0,0,0)

Tints of #55C8EE

#55C8EE
(85,200,238)
#64CDEF
(100,205,239)
#73D2F0
(115,210,240)
#82D7F1
(130,215,241)
#91DCF2
(145,220,242)
#A0E1F3
(160,225,243)
#AFE6F4
(175,230,244)
#BEEBF5
(190,235,245)
#CDF0F6
(205,240,246)
#DCF5F7
(220,245,247)
#EBFAF8
(235,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C8EE color. Also use rgb(85,200,238) instead hex code.

Text Font Color

.myTextColor { color: #55C8EE; }

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

This text font color is #55C8EE.


Background Color

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

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

This div background color is #55C8EE.


Border color

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

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

This div border color is #55C8EE.


Opacity

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

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

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

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

This text has shadow with #55C8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55C8EE on black background.


Color preview on white background

This text has color #55C8EE on white background.



Black color preview on #55C8EE background

This text has black color on #55C8EE background.


White color preview on #55C8EE background

This text has white color on #55C8EE background.