COLOR #18BDF0

HEX: #18BDF0
RGB: (24,189,240)

Color info

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

RGB color model

#18BDF0 color RGB value is (24,189,240).

  • red value is 24;
  • green value is 189;
  • blue value is 240.
RGB:
(24,189,240)
(9%,74%,94%)

RGB channels and saturation

R 24 of 255 = 9%
G 189 of 255 = 74%
B 240 of 255 = 94%

24
189
240

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

Portions of RGB colors in percentages

R + G + B =
24 + 189 + 240 = 453 (100%)
R 24 of 453 ~ 5.3%
G 189 of 453 ~ 41.72%
B 240 of 453 ~ 52.98%

%41.72
%52.98

CMYK color model

#18BDF0 color CMYK value is (90,21,0,6).

  • cyan value is 90.00%
  • magenta value is 21.25%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(90,21,0,6)
C90M21Y0K6 
(90%,21%,0%,6%)
(0.90/0.21/0.00/0.06)	

CMYK percentages

%90
%21.25
%0
%5.88

Codes

Color #18BDF0 in popluar color models

18BDF0
RGB24189240
HSL194°87.80%51.76%
HSB/HSV194°90.00%94.12%
CMYK90.00%21.25%0.00%
5.88%

Color #18BDF0 in popluar number systems.

HEX18BDF0
Decimal24189240
Binary110001011110111110000
Octal30275360

Shades and tints

Shades of #18BDF0

#18BDF0
(24,189,240)
#16ACDB
(22,172,219)
#149BC6
(20,155,198)
#128AB1
(18,138,177)
#10799C
(16,121,156)
#0E6887
(14,104,135)
#0C5772
(12,87,114)
#0A465D
(10,70,93)
#083548
(8,53,72)
#062433
(6,36,51)
#04131E
(4,19,30)
#000000
(0,0,0)

Tints of #18BDF0

#18BDF0
(24,189,240)
#2DC3F1
(45,195,241)
#42C9F2
(66,201,242)
#57CFF3
(87,207,243)
#6CD5F4
(108,213,244)
#81DBF5
(129,219,245)
#96E1F6
(150,225,246)
#ABE7F7
(171,231,247)
#C0EDF8
(192,237,248)
#D5F3F9
(213,243,249)
#EAF9FA
(234,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #18BDF0 color. Also use rgb(24,189,240) instead hex code.

Text Font Color

.myTextColor { color: #18BDF0; }

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

This text font color is #18BDF0.


Background Color

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

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

This div background color is #18BDF0.


Border color

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

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

This div border color is #18BDF0.


Opacity

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

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

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

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

This text has shadow with #18BDF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #18BDF0 on black background.


Color preview on white background

This text has color #18BDF0 on white background.



Black color preview on #18BDF0 background

This text has black color on #18BDF0 background.


White color preview on #18BDF0 background

This text has white color on #18BDF0 background.