COLOR #41AECB

HEX: #41AECB
RGB: (65,174,203)

Color info

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

RGB color model

#41AECB color RGB value is (65,174,203).

  • red value is 65;
  • green value is 174;
  • blue value is 203.
RGB:
(65,174,203)
(25%,68%,80%)

RGB channels and saturation

R 65 of 255 = 25%
G 174 of 255 = 68%
B 203 of 255 = 80%

65
174
203

R + G + B ~ 58%. #41AECB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
65 + 174 + 203 = 442 (100%)
R 65 of 442 ~ 14.71%
G 174 of 442 ~ 39.37%
B 203 of 442 ~ 45.93%

%14.71
%39.37
%45.93

CMYK color model

#41AECB color CMYK value is (68,14,0,20).

  • cyan value is 67.98%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(68,14,0,20)
C68M14Y0K20 
(68%,14%,0%,20%)
(0.68/0.14/0.00/0.20)	

CMYK percentages

%67.98
%14.29
%0
%20.39

Codes

Color #41AECB in popluar color models

41AECB
RGB65174203
HSL193°57.02%52.55%
HSB/HSV193°67.98%79.61%
CMYK67.98%14.29%0.00%
20.39%

Color #41AECB in popluar number systems.

HEX41AECB
Decimal65174203
Binary10000011010111011001011
Octal101256313

Shades and tints

Shades of #41AECB

#41AECB
(65,174,203)
#3C9FB9
(60,159,185)
#3790A7
(55,144,167)
#328195
(50,129,149)
#2D7283
(45,114,131)
#286371
(40,99,113)
#23545F
(35,84,95)
#1E454D
(30,69,77)
#19363B
(25,54,59)
#142729
(20,39,41)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #41AECB

#41AECB
(65,174,203)
#52B5CF
(82,181,207)
#63BCD3
(99,188,211)
#74C3D7
(116,195,215)
#85CADB
(133,202,219)
#96D1DF
(150,209,223)
#A7D8E3
(167,216,227)
#B8DFE7
(184,223,231)
#C9E6EB
(201,230,235)
#DAEDEF
(218,237,239)
#EBF4F3
(235,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #41AECB color. Also use rgb(65,174,203) instead hex code.

Text Font Color

.myTextColor { color: #41AECB; }

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

This text font color is #41AECB.


Background Color

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

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

This div background color is #41AECB.


Border color

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

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

This div border color is #41AECB.


Opacity

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

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

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

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

This text has shadow with #41AECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #41AECB on black background.


Color preview on white background

This text has color #41AECB on white background.



Black color preview on #41AECB background

This text has black color on #41AECB background.


White color preview on #41AECB background

This text has white color on #41AECB background.