COLOR #55C2E5

HEX: #55C2E5 RGB: (85,194,229)

Color info

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

RGB color model

#55C2E5 color RGB value is (85,194,229).

RGB: (85,194,229) (33%, 76%, 90%)

RGB channels and saturation

R 85 of 255 = 33%
G 194 of 255 = 76%
B 229 of 255 = 90%

85
194
229

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

Portions of RGB colors in percentages

R + G + B = 85 + 194 + 229 = 508 (100%)
R 85 of 508 ~ 16.73%
G 194 of 508 ~ 38.19%
B 229 of 508 ~ 45.08'%

%16.73
%38.19
%45.08

CMYK color model

#55C2E5 color CMYK value is (63,15,0,10).

  • cyan value is 62.88%
  • magenta value is 15.28%
  • yellow value is 0.00%
  • key color value is 10.20%

CMYK: (63,15,0,10)
C63M15Y0K10 (63%, 15%, 0%, 10%)
(0.63 / 0.15 / 0.00 / 0.10)

CMYK percentages

%62.88
%15.28
%0
%10.2

Codes

Color #55C2E5 in popluar color models

55 C2 E5
RGB 85 194 229
HSL 195° 73.47% 61.57%
HSB/HSV 195° 62.88% 89.80%
CMYK 62.88% 15.28% 0.00%
10.20%

Color #55C2E5 in popluar number systems.

HEX 55 C2 E5
Decimal 85 194 229
Binary 1010101 11000010 11100101
Octal 125 302 345

Shades and tints

Shades of #55C2E5

#55C2E5
(85,194,229)
#4EB1D1
(78,177,209)
#47A0BD
(71,160,189)
#408FA9
(64,143,169)
#397E95
(57,126,149)
#326D81
(50,109,129)
#2B5C6D
(43,92,109)
#244B59
(36,75,89)
#1D3A45
(29,58,69)
#162931
(22,41,49)
#0F181D
(15,24,29)
#000000
(0,0,0)

Tints of #55C2E5

#55C2E5
(85,194,229)
#64C7E7
(100,199,231)
#73CCE9
(115,204,233)
#82D1EB
(130,209,235)
#91D6ED
(145,214,237)
#A0DBEF
(160,219,239)
#AFE0F1
(175,224,241)
#BEE5F3
(190,229,243)
#CDEAF5
(205,234,245)
#DCEFF7
(220,239,247)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55C2E5 color. Also use rgb(85,194,229) instead hex code.

Text Font Color

.myTextColor { color: #55C2E5; }

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

This text font color is #55C2E5.

Background Color

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

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

This div background color is #55C2E5.

Border color

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

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

This div border color is #55C2E5.

Opacity

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

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

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

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

This text has shadow with #55C2E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #55C2E5.

Preview

Color preview on black background

This text has color #55C2E5 on black background.


Color preview on white background

This text has color #55C2E5 on white background.


Black color preview on #55C2E5 background

This text has black color on #55C2E5 background.


White color preview on #55C2E5 background

This text has white color on #55C2E5 background.


Related colors

Complementary color

Complementary color for #hex is #AA3D1A.


I love getcolorcode.com

Triadic colors

1 #E555C2 and #C2E555 with #55C2E5 are triadic colors.

2 #E5C255 and #C255E5 with #55C2E5 are triadic colors.