COLOR #35B8E8

HEX: #35B8E8
RGB: (53,184,232)

Color info

#35B8E8 contains mainly green and blue colors. Web safe color of #35B8E8 is #33CCFF (or #3CF).

RGB color model

#35B8E8 color RGB value is (53,184,232).

  • red value is 53;
  • green value is 184;
  • blue value is 232.
RGB:
(53,184,232)
(21%,72%,91%)

RGB channels and saturation

R 53 of 255 = 21%
G 184 of 255 = 72%
B 232 of 255 = 91%

53
184
232

R + G + B ~ 61%. #35B8E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
53 + 184 + 232 = 469 (100%)
R 53 of 469 ~ 11.3%
G 184 of 469 ~ 39.23%
B 232 of 469 ~ 49.47%

%11.3
%39.23
%49.47

CMYK color model

#35B8E8 color CMYK value is (77,21,0,9).

  • cyan value is 77.16%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(77,21,0,9)
C77M21Y0K9 
(77%,21%,0%,9%)
(0.77/0.21/0.00/0.09)	

CMYK percentages

%77.16
%20.69
%0
%9.02

Codes

Color #35B8E8 in popluar color models

35B8E8
RGB53184232
HSL196°79.56%55.88%
HSB/HSV196°77.16%90.98%
CMYK77.16%20.69%0.00%
9.02%

Color #35B8E8 in popluar number systems.

HEX35B8E8
Decimal53184232
Binary1101011011100011101000
Octal65270350

Shades and tints

Shades of #35B8E8

#35B8E8
(53,184,232)
#31A8D3
(49,168,211)
#2D98BE
(45,152,190)
#2988A9
(41,136,169)
#257894
(37,120,148)
#21687F
(33,104,127)
#1D586A
(29,88,106)
#194855
(25,72,85)
#153840
(21,56,64)
#11282B
(17,40,43)
#0D1816
(13,24,22)
#000000
(0,0,0)

Tints of #35B8E8

#35B8E8
(53,184,232)
#47BEEA
(71,190,234)
#59C4EC
(89,196,236)
#6BCAEE
(107,202,238)
#7DD0F0
(125,208,240)
#8FD6F2
(143,214,242)
#A1DCF4
(161,220,244)
#B3E2F6
(179,226,246)
#C5E8F8
(197,232,248)
#D7EEFA
(215,238,250)
#E9F4FC
(233,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35B8E8 color. Also use rgb(53,184,232) instead hex code.

Text Font Color

.myTextColor { color: #35B8E8; }

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

This text font color is #35B8E8.


Background Color

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

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

This div background color is #35B8E8.


Border color

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

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

This div border color is #35B8E8.


Opacity

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

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

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

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

This text has shadow with #35B8E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35B8E8 on black background.


Color preview on white background

This text has color #35B8E8 on white background.



Black color preview on #35B8E8 background

This text has black color on #35B8E8 background.


White color preview on #35B8E8 background

This text has white color on #35B8E8 background.