COLOR #18CDE7

HEX: #18CDE7
RGB: (24,205,231)

Color info

#18CDE7 contains mainly green and blue colors. Web safe color of #18CDE7 is #00CCFF (or #0CF).

RGB color model

#18CDE7 color RGB value is (24,205,231).

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

RGB channels and saturation

R 24 of 255 = 9%
G 205 of 255 = 80%
B 231 of 255 = 91%

24
205
231

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

Portions of RGB colors in percentages

R + G + B =
24 + 205 + 231 = 460 (100%)
R 24 of 460 ~ 5.22%
G 205 of 460 ~ 44.57%
B 231 of 460 ~ 50.22%

%44.57
%50.22

CMYK color model

#18CDE7 color CMYK value is (90,11,0,9).

  • cyan value is 89.61%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(90,11,0,9)
C90M11Y0K9 
(90%,11%,0%,9%)
(0.90/0.11/0.00/0.09)	

CMYK percentages

%89.61
%11.26
%0
%9.41

Codes

Color #18CDE7 in popluar color models

18CDE7
RGB24205231
HSL188°81.18%50.00%
HSB/HSV188°89.61%90.59%
CMYK89.61%11.26%0.00%
9.41%

Color #18CDE7 in popluar number systems.

HEX18CDE7
Decimal24205231
Binary110001100110111100111
Octal30315347

Shades and tints

Shades of #18CDE7

#18CDE7
(24,205,231)
#16BBD2
(22,187,210)
#14A9BD
(20,169,189)
#1297A8
(18,151,168)
#108593
(16,133,147)
#0E737E
(14,115,126)
#0C6169
(12,97,105)
#0A4F54
(10,79,84)
#083D3F
(8,61,63)
#062B2A
(6,43,42)
#041915
(4,25,21)
#000000
(0,0,0)

Tints of #18CDE7

#18CDE7
(24,205,231)
#2DD1E9
(45,209,233)
#42D5EB
(66,213,235)
#57D9ED
(87,217,237)
#6CDDEF
(108,221,239)
#81E1F1
(129,225,241)
#96E5F3
(150,229,243)
#ABE9F5
(171,233,245)
#C0EDF7
(192,237,247)
#D5F1F9
(213,241,249)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #18CDE7; }

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

This text font color is #18CDE7.


Background Color

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

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

This div background color is #18CDE7.


Border color

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

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

This div border color is #18CDE7.


Opacity

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

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

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

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

This text has shadow with #18CDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18CDE7 on black background.


Color preview on white background

This text has color #18CDE7 on white background.



Black color preview on #18CDE7 background

This text has black color on #18CDE7 background.


White color preview on #18CDE7 background

This text has white color on #18CDE7 background.