COLOR #1AB9D8

HEX: #1AB9D8
RGB: (26,185,216)

Color info

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

RGB color model

#1AB9D8 color RGB value is (26,185,216).

  • red value is 26;
  • green value is 185;
  • blue value is 216.
RGB:
(26,185,216)
(10%,73%,85%)

RGB channels and saturation

R 26 of 255 = 10%
G 185 of 255 = 73%
B 216 of 255 = 85%

26
185
216

R + G + B ~ 56%. #1AB9D8 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
26 + 185 + 216 = 427 (100%)
R 26 of 427 ~ 6.09%
G 185 of 427 ~ 43.33%
B 216 of 427 ~ 50.59%

%43.33
%50.59

CMYK color model

#1AB9D8 color CMYK value is (88,14,0,15).

  • cyan value is 87.96%
  • magenta value is 14.35%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(88,14,0,15)
C88M14Y0K15 
(88%,14%,0%,15%)
(0.88/0.14/0.00/0.15)	

CMYK percentages

%87.96
%14.35
%0
%15.29

Codes

Color #1AB9D8 in popluar color models

1AB9D8
RGB26185216
HSL190°78.51%47.45%
HSB/HSV190°87.96%84.71%
CMYK87.96%14.35%0.00%
15.29%

Color #1AB9D8 in popluar number systems.

HEX1AB9D8
Decimal26185216
Binary110101011100111011000
Octal32271330

Shades and tints

Shades of #1AB9D8

#1AB9D8
(26,185,216)
#18A9C5
(24,169,197)
#1699B2
(22,153,178)
#14899F
(20,137,159)
#12798C
(18,121,140)
#106979
(16,105,121)
#0E5966
(14,89,102)
#0C4953
(12,73,83)
#0A3940
(10,57,64)
#08292D
(8,41,45)
#06191A
(6,25,26)
#000000
(0,0,0)

Tints of #1AB9D8

#1AB9D8
(26,185,216)
#2EBFDB
(46,191,219)
#42C5DE
(66,197,222)
#56CBE1
(86,203,225)
#6AD1E4
(106,209,228)
#7ED7E7
(126,215,231)
#92DDEA
(146,221,234)
#A6E3ED
(166,227,237)
#BAE9F0
(186,233,240)
#CEEFF3
(206,239,243)
#E2F5F6
(226,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AB9D8 color. Also use rgb(26,185,216) instead hex code.

Text Font Color

.myTextColor { color: #1AB9D8; }

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

This text font color is #1AB9D8.


Background Color

.myBgColor { background-color: #1AB9D8; }

<div style="background-color:#1AB9D8">Inner text</div>

This div background color is #1AB9D8.


Border color

.myBorderColor { border: 1px solid #1AB9D8; }

<div style="border:3px solid #1AB9D8">Div</div>

This div border color is #1AB9D8.


Opacity

.myOpacity80 { color: #1AB9D8; opacity: 0.8; }

<p style="color:#1AB9D8;opacity:0.8;">80%</p>

Text with #1AB9D8 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 #1AB9D8;}

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

This text has shadow with #1AB9D8 color.

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

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

This text has shadow with #1AB9D8 primary color and red secondary color.


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

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

This text has shadow with #1AB9D8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AB9D8 on black background.


Color preview on white background

This text has color #1AB9D8 on white background.



Black color preview on #1AB9D8 background

This text has black color on #1AB9D8 background.


White color preview on #1AB9D8 background

This text has white color on #1AB9D8 background.