COLOR #24BAE2

HEX: #24BAE2
RGB: (36,186,226)

Color info

#24BAE2 contains mainly green and blue colors. Web safe color of #24BAE2 is #33CCCC (or #3CC).

RGB color model

#24BAE2 color RGB value is (36,186,226).

  • red value is 36;
  • green value is 186;
  • blue value is 226.
RGB:
(36,186,226)
(14%,73%,89%)

RGB channels and saturation

R 36 of 255 = 14%
G 186 of 255 = 73%
B 226 of 255 = 89%

36
186
226

R + G + B ~ 59%. #24BAE2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
36 + 186 + 226 = 448 (100%)
R 36 of 448 ~ 8.04%
G 186 of 448 ~ 41.52%
B 226 of 448 ~ 50.45%

%41.52
%50.45

CMYK color model

#24BAE2 color CMYK value is (84,18,0,11).

  • cyan value is 84.07%
  • magenta value is 17.70%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(84,18,0,11)
C84M18Y0K11 
(84%,18%,0%,11%)
(0.84/0.18/0.00/0.11)	

CMYK percentages

%84.07
%17.7
%0
%11.37

Codes

Color #24BAE2 in popluar color models

24BAE2
RGB36186226
HSL193°76.61%51.37%
HSB/HSV193°84.07%88.63%
CMYK84.07%17.70%0.00%
11.37%

Color #24BAE2 in popluar number systems.

HEX24BAE2
Decimal36186226
Binary1001001011101011100010
Octal44272342

Shades and tints

Shades of #24BAE2

#24BAE2
(36,186,226)
#21AACE
(33,170,206)
#1E9ABA
(30,154,186)
#1B8AA6
(27,138,166)
#187A92
(24,122,146)
#156A7E
(21,106,126)
#125A6A
(18,90,106)
#0F4A56
(15,74,86)
#0C3A42
(12,58,66)
#092A2E
(9,42,46)
#061A1A
(6,26,26)
#000000
(0,0,0)

Tints of #24BAE2

#24BAE2
(36,186,226)
#37C0E4
(55,192,228)
#4AC6E6
(74,198,230)
#5DCCE8
(93,204,232)
#70D2EA
(112,210,234)
#83D8EC
(131,216,236)
#96DEEE
(150,222,238)
#A9E4F0
(169,228,240)
#BCEAF2
(188,234,242)
#CFF0F4
(207,240,244)
#E2F6F6
(226,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #24BAE2 color. Also use rgb(36,186,226) instead hex code.

Text Font Color

.myTextColor { color: #24BAE2; }

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

This text font color is #24BAE2.


Background Color

.myBgColor { background-color: #24BAE2; }

<div style="background-color:#24BAE2">Inner text</div>

This div background color is #24BAE2.


Border color

.myBorderColor { border: 1px solid #24BAE2; }

<div style="border:3px solid #24BAE2">Div</div>

This div border color is #24BAE2.


Opacity

.myOpacity80 { color: #24BAE2; opacity: 0.8; }

<p style="color:#24BAE2;opacity:0.8;">80%</p>

Text with #24BAE2 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 #24BAE2;}

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

This text has shadow with #24BAE2 color.

.textShadow {text-shadow: 3px 3px 1px #24BAE2, 3px 3px 1px red;}

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

This text has shadow with #24BAE2 primary color and red secondary color.


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

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

This text has shadow with #24BAE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #24BAE2 on black background.


Color preview on white background

This text has color #24BAE2 on white background.



Black color preview on #24BAE2 background

This text has black color on #24BAE2 background.


White color preview on #24BAE2 background

This text has white color on #24BAE2 background.