COLOR #18BEDB

HEX: #18BEDB
RGB: (24,190,219)

Color info

#18BEDB contains mainly green and blue colors. Web safe color of #18BEDB is #00CCCC (or #0CC).

RGB color model

#18BEDB color RGB value is (24,190,219).

  • red value is 24;
  • green value is 190;
  • blue value is 219.
RGB:
(24,190,219)
(9%,75%,86%)

RGB channels and saturation

R 24 of 255 = 9%
G 190 of 255 = 75%
B 219 of 255 = 86%

24
190
219

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

Portions of RGB colors in percentages

R + G + B =
24 + 190 + 219 = 433 (100%)
R 24 of 433 ~ 5.54%
G 190 of 433 ~ 43.88%
B 219 of 433 ~ 50.58%

%43.88
%50.58

CMYK color model

#18BEDB color CMYK value is (89,13,0,14).

  • cyan value is 89.04%
  • magenta value is 13.24%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(89,13,0,14)
C89M13Y0K14 
(89%,13%,0%,14%)
(0.89/0.13/0.00/0.14)	

CMYK percentages

%89.04
%13.24
%0
%14.12

Codes

Color #18BEDB in popluar color models

18BEDB
RGB24190219
HSL189°80.25%47.65%
HSB/HSV189°89.04%85.88%
CMYK89.04%13.24%0.00%
14.12%

Color #18BEDB in popluar number systems.

HEX18BEDB
Decimal24190219
Binary110001011111011011011
Octal30276333

Shades and tints

Shades of #18BEDB

#18BEDB
(24,190,219)
#16ADC8
(22,173,200)
#149CB5
(20,156,181)
#128BA2
(18,139,162)
#107A8F
(16,122,143)
#0E697C
(14,105,124)
#0C5869
(12,88,105)
#0A4756
(10,71,86)
#083643
(8,54,67)
#062530
(6,37,48)
#04141D
(4,20,29)
#000000
(0,0,0)

Tints of #18BEDB

#18BEDB
(24,190,219)
#2DC3DE
(45,195,222)
#42C8E1
(66,200,225)
#57CDE4
(87,205,228)
#6CD2E7
(108,210,231)
#81D7EA
(129,215,234)
#96DCED
(150,220,237)
#ABE1F0
(171,225,240)
#C0E6F3
(192,230,243)
#D5EBF6
(213,235,246)
#EAF0F9
(234,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18BEDB color. Also use rgb(24,190,219) instead hex code.

Text Font Color

.myTextColor { color: #18BEDB; }

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

This text font color is #18BEDB.


Background Color

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

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

This div background color is #18BEDB.


Border color

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

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

This div border color is #18BEDB.


Opacity

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

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

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

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

This text has shadow with #18BEDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18BEDB on black background.


Color preview on white background

This text has color #18BEDB on white background.



Black color preview on #18BEDB background

This text has black color on #18BEDB background.


White color preview on #18BEDB background

This text has white color on #18BEDB background.