COLOR #18A5E1

HEX: #18A5E1
RGB: (24,165,225)

Color info

#18A5E1 contains mainly blue color. Web safe color of #18A5E1 is #0099CC (or #09C).

RGB color model

#18A5E1 color RGB value is (24,165,225).

  • red value is 24;
  • green value is 165;
  • blue value is 225.
RGB:
(24,165,225)
(9%,65%,88%)

RGB channels and saturation

R 24 of 255 = 9%
G 165 of 255 = 65%
B 225 of 255 = 88%

24
165
225

R + G + B ~ 54%. #18A5E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
24 + 165 + 225 = 414 (100%)
R 24 of 414 ~ 5.8%
G 165 of 414 ~ 39.86%
B 225 of 414 ~ 54.35%

%39.86
%54.35

CMYK color model

#18A5E1 color CMYK value is (89,27,0,12).

  • cyan value is 89.33%
  • magenta value is 26.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(89,27,0,12)
C89M27Y0K12 
(89%,27%,0%,12%)
(0.89/0.27/0.00/0.12)	

CMYK percentages

%89.33
%26.67
%0
%11.76

Codes

Color #18A5E1 in popluar color models

18A5E1
RGB24165225
HSL198°80.72%48.82%
HSB/HSV198°89.33%88.24%
CMYK89.33%26.67%0.00%
11.76%

Color #18A5E1 in popluar number systems.

HEX18A5E1
Decimal24165225
Binary110001010010111100001
Octal30245341

Shades and tints

Shades of #18A5E1

#18A5E1
(24,165,225)
#1696CD
(22,150,205)
#1487B9
(20,135,185)
#1278A5
(18,120,165)
#106991
(16,105,145)
#0E5A7D
(14,90,125)
#0C4B69
(12,75,105)
#0A3C55
(10,60,85)
#082D41
(8,45,65)
#061E2D
(6,30,45)
#040F19
(4,15,25)
#000000
(0,0,0)

Tints of #18A5E1

#18A5E1
(24,165,225)
#2DADE3
(45,173,227)
#42B5E5
(66,181,229)
#57BDE7
(87,189,231)
#6CC5E9
(108,197,233)
#81CDEB
(129,205,235)
#96D5ED
(150,213,237)
#ABDDEF
(171,221,239)
#C0E5F1
(192,229,241)
#D5EDF3
(213,237,243)
#EAF5F5
(234,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18A5E1 color. Also use rgb(24,165,225) instead hex code.

Text Font Color

.myTextColor { color: #18A5E1; }

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

This text font color is #18A5E1.


Background Color

.myBgColor { background-color: #18A5E1; }

<div style="background-color:#18A5E1">Inner text</div>

This div background color is #18A5E1.


Border color

.myBorderColor { border: 1px solid #18A5E1; }

<div style="border:3px solid #18A5E1">Div</div>

This div border color is #18A5E1.


Opacity

.myOpacity80 { color: #18A5E1; opacity: 0.8; }

<p style="color:#18A5E1;opacity:0.8;">80%</p>

Text with #18A5E1 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 #18A5E1;}

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

This text has shadow with #18A5E1 color.

.textShadow {text-shadow: 3px 3px 1px #18A5E1, 3px 3px 1px red;}

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

This text has shadow with #18A5E1 primary color and red secondary color.


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

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

This text has shadow with #18A5E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A5E1 on black background.


Color preview on white background

This text has color #18A5E1 on white background.



Black color preview on #18A5E1 background

This text has black color on #18A5E1 background.


White color preview on #18A5E1 background

This text has white color on #18A5E1 background.