COLOR #35B1CD

HEX: #35B1CD
RGB: (53,177,205)

Color info

#35B1CD contains mainly green and blue colors. Web safe color of #35B1CD is #3399CC (or #39C).

RGB color model

#35B1CD color RGB value is (53,177,205).

  • red value is 53;
  • green value is 177;
  • blue value is 205.
RGB:
(53,177,205)
(21%,69%,80%)

RGB channels and saturation

R 53 of 255 = 21%
G 177 of 255 = 69%
B 205 of 255 = 80%

53
177
205

R + G + B ~ 57%. #35B1CD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 177 + 205 = 435 (100%)
R 53 of 435 ~ 12.18%
G 177 of 435 ~ 40.69%
B 205 of 435 ~ 47.13%

%12.18
%40.69
%47.13

CMYK color model

#35B1CD color CMYK value is (74,14,0,20).

  • cyan value is 74.15%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(74,14,0,20)
C74M14Y0K20 
(74%,14%,0%,20%)
(0.74/0.14/0.00/0.20)	

CMYK percentages

%74.15
%13.66
%0
%19.61

Codes

Color #35B1CD in popluar color models

35B1CD
RGB53177205
HSL191°60.32%50.59%
HSB/HSV191°74.15%80.39%
CMYK74.15%13.66%0.00%
19.61%

Color #35B1CD in popluar number systems.

HEX35B1CD
Decimal53177205
Binary1101011011000111001101
Octal65261315

Shades and tints

Shades of #35B1CD

#35B1CD
(53,177,205)
#31A1BB
(49,161,187)
#2D91A9
(45,145,169)
#298197
(41,129,151)
#257185
(37,113,133)
#216173
(33,97,115)
#1D5161
(29,81,97)
#19414F
(25,65,79)
#15313D
(21,49,61)
#11212B
(17,33,43)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #35B1CD

#35B1CD
(53,177,205)
#47B8D1
(71,184,209)
#59BFD5
(89,191,213)
#6BC6D9
(107,198,217)
#7DCDDD
(125,205,221)
#8FD4E1
(143,212,225)
#A1DBE5
(161,219,229)
#B3E2E9
(179,226,233)
#C5E9ED
(197,233,237)
#D7F0F1
(215,240,241)
#E9F7F5
(233,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B1CD color. Also use rgb(53,177,205) instead hex code.

Text Font Color

.myTextColor { color: #35B1CD; }

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

This text font color is #35B1CD.


Background Color

.myBgColor { background-color: #35B1CD; }

<div style="background-color:#35B1CD">Inner text</div>

This div background color is #35B1CD.


Border color

.myBorderColor { border: 1px solid #35B1CD; }

<div style="border:3px solid #35B1CD">Div</div>

This div border color is #35B1CD.


Opacity

.myOpacity80 { color: #35B1CD; opacity: 0.8; }

<p style="color:#35B1CD;opacity:0.8;">80%</p>

Text with #35B1CD 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 #35B1CD;}

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

This text has shadow with #35B1CD color.

.textShadow {text-shadow: 3px 3px 1px #35B1CD, 3px 3px 1px red;}

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

This text has shadow with #35B1CD primary color and red secondary color.


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

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

This text has shadow with #35B1CD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B1CD on black background.


Color preview on white background

This text has color #35B1CD on white background.



Black color preview on #35B1CD background

This text has black color on #35B1CD background.


White color preview on #35B1CD background

This text has white color on #35B1CD background.