COLOR #41ABEB

HEX: #41ABEB
RGB: (65,171,235)

Color info

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

RGB color model

#41ABEB color RGB value is (65,171,235).

  • red value is 65;
  • green value is 171;
  • blue value is 235.
RGB:
(65,171,235)
(25%,67%,92%)

RGB channels and saturation

R 65 of 255 = 25%
G 171 of 255 = 67%
B 235 of 255 = 92%

65
171
235

R + G + B ~ 61%. #41ABEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
65 + 171 + 235 = 471 (100%)
R 65 of 471 ~ 13.8%
G 171 of 471 ~ 36.31%
B 235 of 471 ~ 49.89%

%13.8
%36.31
%49.89

CMYK color model

#41ABEB color CMYK value is (72,27,0,8).

  • cyan value is 72.34%
  • magenta value is 27.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(72,27,0,8)
C72M27Y0K8 
(72%,27%,0%,8%)
(0.72/0.27/0.00/0.08)	

CMYK percentages

%72.34
%27.23
%0
%7.84

Codes

Color #41ABEB in popluar color models

41ABEB
RGB65171235
HSL203°80.95%58.82%
HSB/HSV203°72.34%92.16%
CMYK72.34%27.23%0.00%
7.84%

Color #41ABEB in popluar number systems.

HEX41ABEB
Decimal65171235
Binary10000011010101111101011
Octal101253353

Shades and tints

Shades of #41ABEB

#41ABEB
(65,171,235)
#3C9CD6
(60,156,214)
#378DC1
(55,141,193)
#327EAC
(50,126,172)
#2D6F97
(45,111,151)
#286082
(40,96,130)
#23516D
(35,81,109)
#1E4258
(30,66,88)
#193343
(25,51,67)
#14242E
(20,36,46)
#0F1519
(15,21,25)
#000000
(0,0,0)

Tints of #41ABEB

#41ABEB
(65,171,235)
#52B2EC
(82,178,236)
#63B9ED
(99,185,237)
#74C0EE
(116,192,238)
#85C7EF
(133,199,239)
#96CEF0
(150,206,240)
#A7D5F1
(167,213,241)
#B8DCF2
(184,220,242)
#C9E3F3
(201,227,243)
#DAEAF4
(218,234,244)
#EBF1F5
(235,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41ABEB color. Also use rgb(65,171,235) instead hex code.

Text Font Color

.myTextColor { color: #41ABEB; }

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

This text font color is #41ABEB.


Background Color

.myBgColor { background-color: #41ABEB; }

<div style="background-color:#41ABEB">Inner text</div>

This div background color is #41ABEB.


Border color

.myBorderColor { border: 1px solid #41ABEB; }

<div style="border:3px solid #41ABEB">Div</div>

This div border color is #41ABEB.


Opacity

.myOpacity80 { color: #41ABEB; opacity: 0.8; }

<p style="color:#41ABEB;opacity:0.8;">80%</p>

Text with #41ABEB 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 #41ABEB;}

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

This text has shadow with #41ABEB color.

.textShadow {text-shadow: 3px 3px 1px #41ABEB, 3px 3px 1px red;}

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

This text has shadow with #41ABEB primary color and red secondary color.


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

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

This text has shadow with #41ABEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41ABEB on black background.


Color preview on white background

This text has color #41ABEB on white background.



Black color preview on #41ABEB background

This text has black color on #41ABEB background.


White color preview on #41ABEB background

This text has white color on #41ABEB background.