COLOR #35AFEF

HEX: #35AFEF
RGB: (53,175,239)

Color info

#35AFEF contains mainly blue color. Web safe color of #35AFEF is #3399FF (or #39F).

RGB color model

#35AFEF color RGB value is (53,175,239).

  • red value is 53;
  • green value is 175;
  • blue value is 239.
RGB:
(53,175,239)
(21%,69%,94%)

RGB channels and saturation

R 53 of 255 = 21%
G 175 of 255 = 69%
B 239 of 255 = 94%

53
175
239

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

Portions of RGB colors in percentages

R + G + B =
53 + 175 + 239 = 467 (100%)
R 53 of 467 ~ 11.35%
G 175 of 467 ~ 37.47%
B 239 of 467 ~ 51.18%

%11.35
%37.47
%51.18

CMYK color model

#35AFEF color CMYK value is (78,27,0,6).

  • cyan value is 77.82%
  • magenta value is 26.78%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(78,27,0,6)
C78M27Y0K6 
(78%,27%,0%,6%)
(0.78/0.27/0.00/0.06)	

CMYK percentages

%77.82
%26.78
%0
%6.27

Codes

Color #35AFEF in popluar color models

35AFEF
RGB53175239
HSL201°85.32%57.25%
HSB/HSV201°77.82%93.73%
CMYK77.82%26.78%0.00%
6.27%

Color #35AFEF in popluar number systems.

HEX35AFEF
Decimal53175239
Binary1101011010111111101111
Octal65257357

Shades and tints

Shades of #35AFEF

#35AFEF
(53,175,239)
#31A0DA
(49,160,218)
#2D91C5
(45,145,197)
#2982B0
(41,130,176)
#25739B
(37,115,155)
#216486
(33,100,134)
#1D5571
(29,85,113)
#19465C
(25,70,92)
#153747
(21,55,71)
#112832
(17,40,50)
#0D191D
(13,25,29)
#000000
(0,0,0)

Tints of #35AFEF

#35AFEF
(53,175,239)
#47B6F0
(71,182,240)
#59BDF1
(89,189,241)
#6BC4F2
(107,196,242)
#7DCBF3
(125,203,243)
#8FD2F4
(143,210,244)
#A1D9F5
(161,217,245)
#B3E0F6
(179,224,246)
#C5E7F7
(197,231,247)
#D7EEF8
(215,238,248)
#E9F5F9
(233,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35AFEF color. Also use rgb(53,175,239) instead hex code.

Text Font Color

.myTextColor { color: #35AFEF; }

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

This text font color is #35AFEF.


Background Color

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

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

This div background color is #35AFEF.


Border color

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

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

This div border color is #35AFEF.


Opacity

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

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

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

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

This text has shadow with #35AFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35AFEF on black background.


Color preview on white background

This text has color #35AFEF on white background.



Black color preview on #35AFEF background

This text has black color on #35AFEF background.


White color preview on #35AFEF background

This text has white color on #35AFEF background.