COLOR #40ABEC

HEX: #40ABEC
RGB: (64,171,236)

Color info

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

RGB color model

#40ABEC color RGB value is (64,171,236).

  • red value is 64;
  • green value is 171;
  • blue value is 236.
RGB:
(64,171,236)
(25%,67%,93%)

RGB channels and saturation

R 64 of 255 = 25%
G 171 of 255 = 67%
B 236 of 255 = 93%

64
171
236

R + G + B ~ 62%. #40ABEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
64 + 171 + 236 = 471 (100%)
R 64 of 471 ~ 13.59%
G 171 of 471 ~ 36.31%
B 236 of 471 ~ 50.11%

%13.59
%36.31
%50.11

CMYK color model

#40ABEC color CMYK value is (73,28,0,7).

  • cyan value is 72.88%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(73,28,0,7)
C73M28Y0K7 
(73%,28%,0%,7%)
(0.73/0.28/0.00/0.07)	

CMYK percentages

%72.88
%27.54
%0
%7.45

Codes

Color #40ABEC in popluar color models

40ABEC
RGB64171236
HSL203°81.90%58.82%
HSB/HSV203°72.88%92.55%
CMYK72.88%27.54%0.00%
7.45%

Color #40ABEC in popluar number systems.

HEX40ABEC
Decimal64171236
Binary10000001010101111101100
Octal100253354

Shades and tints

Shades of #40ABEC

#40ABEC
(64,171,236)
#3B9CD7
(59,156,215)
#368DC2
(54,141,194)
#317EAD
(49,126,173)
#2C6F98
(44,111,152)
#276083
(39,96,131)
#22516E
(34,81,110)
#1D4259
(29,66,89)
#183344
(24,51,68)
#13242F
(19,36,47)
#0E151A
(14,21,26)
#000000
(0,0,0)

Tints of #40ABEC

#40ABEC
(64,171,236)
#51B2ED
(81,178,237)
#62B9EE
(98,185,238)
#73C0EF
(115,192,239)
#84C7F0
(132,199,240)
#95CEF1
(149,206,241)
#A6D5F2
(166,213,242)
#B7DCF3
(183,220,243)
#C8E3F4
(200,227,244)
#D9EAF5
(217,234,245)
#EAF1F6
(234,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #40ABEC color. Also use rgb(64,171,236) instead hex code.

Text Font Color

.myTextColor { color: #40ABEC; }

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

This text font color is #40ABEC.


Background Color

.myBgColor { background-color: #40ABEC; }

<div style="background-color:#40ABEC">Inner text</div>

This div background color is #40ABEC.


Border color

.myBorderColor { border: 1px solid #40ABEC; }

<div style="border:3px solid #40ABEC">Div</div>

This div border color is #40ABEC.


Opacity

.myOpacity80 { color: #40ABEC; opacity: 0.8; }

<p style="color:#40ABEC;opacity:0.8;">80%</p>

Text with #40ABEC 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 #40ABEC;}

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

This text has shadow with #40ABEC color.

.textShadow {text-shadow: 3px 3px 1px #40ABEC, 3px 3px 1px red;}

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

This text has shadow with #40ABEC primary color and red secondary color.


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

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

This text has shadow with #40ABEC and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #40ABEC on black background.


Color preview on white background

This text has color #40ABEC on white background.



Black color preview on #40ABEC background

This text has black color on #40ABEC background.


White color preview on #40ABEC background

This text has white color on #40ABEC background.