COLOR #35A6D0

HEX: #35A6D0
RGB: (53,166,208)

Color info

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

RGB color model

#35A6D0 color RGB value is (53,166,208).

  • red value is 53;
  • green value is 166;
  • blue value is 208.
RGB:
(53,166,208)
(21%,65%,82%)

RGB channels and saturation

R 53 of 255 = 21%
G 166 of 255 = 65%
B 208 of 255 = 82%

53
166
208

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

Portions of RGB colors in percentages

R + G + B =
53 + 166 + 208 = 427 (100%)
R 53 of 427 ~ 12.41%
G 166 of 427 ~ 38.88%
B 208 of 427 ~ 48.71%

%12.41
%38.88
%48.71

CMYK color model

#35A6D0 color CMYK value is (75,20,0,18).

  • cyan value is 74.52%
  • magenta value is 20.19%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(75,20,0,18)
C75M20Y0K18 
(75%,20%,0%,18%)
(0.75/0.20/0.00/0.18)	

CMYK percentages

%74.52
%20.19
%0
%18.43

Codes

Color #35A6D0 in popluar color models

35A6D0
RGB53166208
HSL196°62.25%51.18%
HSB/HSV196°74.52%81.57%
CMYK74.52%20.19%0.00%
18.43%

Color #35A6D0 in popluar number systems.

HEX35A6D0
Decimal53166208
Binary1101011010011011010000
Octal65246320

Shades and tints

Shades of #35A6D0

#35A6D0
(53,166,208)
#3197BE
(49,151,190)
#2D88AC
(45,136,172)
#29799A
(41,121,154)
#256A88
(37,106,136)
#215B76
(33,91,118)
#1D4C64
(29,76,100)
#193D52
(25,61,82)
#152E40
(21,46,64)
#111F2E
(17,31,46)
#0D101C
(13,16,28)
#000000
(0,0,0)

Tints of #35A6D0

#35A6D0
(53,166,208)
#47AED4
(71,174,212)
#59B6D8
(89,182,216)
#6BBEDC
(107,190,220)
#7DC6E0
(125,198,224)
#8FCEE4
(143,206,228)
#A1D6E8
(161,214,232)
#B3DEEC
(179,222,236)
#C5E6F0
(197,230,240)
#D7EEF4
(215,238,244)
#E9F6F8
(233,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35A6D0 color. Also use rgb(53,166,208) instead hex code.

Text Font Color

.myTextColor { color: #35A6D0; }

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

This text font color is #35A6D0.


Background Color

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

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

This div background color is #35A6D0.


Border color

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

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

This div border color is #35A6D0.


Opacity

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

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

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

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

This text has shadow with #35A6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35A6D0 on black background.


Color preview on white background

This text has color #35A6D0 on white background.



Black color preview on #35A6D0 background

This text has black color on #35A6D0 background.


White color preview on #35A6D0 background

This text has white color on #35A6D0 background.