COLOR #18A5E7

HEX: #18A5E7
RGB: (24,165,231)

Color info

#18A5E7 contains mainly blue color. Web safe color of #18A5E7 is #0099FF (or #09F).

RGB color model

#18A5E7 color RGB value is (24,165,231).

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

RGB channels and saturation

R 24 of 255 = 9%
G 165 of 255 = 65%
B 231 of 255 = 91%

24
165
231

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

Portions of RGB colors in percentages

R + G + B =
24 + 165 + 231 = 420 (100%)
R 24 of 420 ~ 5.71%
G 165 of 420 ~ 39.29%
B 231 of 420 ~ 55%

%39.29
%55

CMYK color model

#18A5E7 color CMYK value is (90,29,0,9).

  • cyan value is 89.61%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(90,29,0,9)
C90M29Y0K9 
(90%,29%,0%,9%)
(0.90/0.29/0.00/0.09)	

CMYK percentages

%89.61
%28.57
%0
%9.41

Codes

Color #18A5E7 in popluar color models

18A5E7
RGB24165231
HSL199°81.18%50.00%
HSB/HSV199°89.61%90.59%
CMYK89.61%28.57%0.00%
9.41%

Color #18A5E7 in popluar number systems.

HEX18A5E7
Decimal24165231
Binary110001010010111100111
Octal30245347

Shades and tints

Shades of #18A5E7

#18A5E7
(24,165,231)
#1696D2
(22,150,210)
#1487BD
(20,135,189)
#1278A8
(18,120,168)
#106993
(16,105,147)
#0E5A7E
(14,90,126)
#0C4B69
(12,75,105)
#0A3C54
(10,60,84)
#082D3F
(8,45,63)
#061E2A
(6,30,42)
#040F15
(4,15,21)
#000000
(0,0,0)

Tints of #18A5E7

#18A5E7
(24,165,231)
#2DADE9
(45,173,233)
#42B5EB
(66,181,235)
#57BDED
(87,189,237)
#6CC5EF
(108,197,239)
#81CDF1
(129,205,241)
#96D5F3
(150,213,243)
#ABDDF5
(171,221,245)
#C0E5F7
(192,229,247)
#D5EDF9
(213,237,249)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18A5E7; }

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

This text font color is #18A5E7.


Background Color

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

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

This div background color is #18A5E7.


Border color

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

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

This div border color is #18A5E7.


Opacity

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

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

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

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

This text has shadow with #18A5E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18A5E7 on black background.


Color preview on white background

This text has color #18A5E7 on white background.



Black color preview on #18A5E7 background

This text has black color on #18A5E7 background.


White color preview on #18A5E7 background

This text has white color on #18A5E7 background.