COLOR #1AB9EB

HEX: #1AB9EB
RGB: (26,185,235)

Color info

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

RGB color model

#1AB9EB color RGB value is (26,185,235).

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

RGB channels and saturation

R 26 of 255 = 10%
G 185 of 255 = 73%
B 235 of 255 = 92%

26
185
235

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

Portions of RGB colors in percentages

R + G + B =
26 + 185 + 235 = 446 (100%)
R 26 of 446 ~ 5.83%
G 185 of 446 ~ 41.48%
B 235 of 446 ~ 52.69%

%41.48
%52.69

CMYK color model

#1AB9EB color CMYK value is (89,21,0,8).

  • cyan value is 88.94%
  • magenta value is 21.28%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(89,21,0,8)
C89M21Y0K8 
(89%,21%,0%,8%)
(0.89/0.21/0.00/0.08)	

CMYK percentages

%88.94
%21.28
%0
%7.84

Codes

Color #1AB9EB in popluar color models

1AB9EB
RGB26185235
HSL194°83.94%51.18%
HSB/HSV194°88.94%92.16%
CMYK88.94%21.28%0.00%
7.84%

Color #1AB9EB in popluar number systems.

HEX1AB9EB
Decimal26185235
Binary110101011100111101011
Octal32271353

Shades and tints

Shades of #1AB9EB

#1AB9EB
(26,185,235)
#18A9D6
(24,169,214)
#1699C1
(22,153,193)
#1489AC
(20,137,172)
#127997
(18,121,151)
#106982
(16,105,130)
#0E596D
(14,89,109)
#0C4958
(12,73,88)
#0A3943
(10,57,67)
#08292E
(8,41,46)
#061919
(6,25,25)
#000000
(0,0,0)

Tints of #1AB9EB

#1AB9EB
(26,185,235)
#2EBFEC
(46,191,236)
#42C5ED
(66,197,237)
#56CBEE
(86,203,238)
#6AD1EF
(106,209,239)
#7ED7F0
(126,215,240)
#92DDF1
(146,221,241)
#A6E3F2
(166,227,242)
#BAE9F3
(186,233,243)
#CEEFF4
(206,239,244)
#E2F5F5
(226,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #1AB9EB; }

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

This text font color is #1AB9EB.


Background Color

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

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

This div background color is #1AB9EB.


Border color

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

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

This div border color is #1AB9EB.


Opacity

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

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

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

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

This text has shadow with #1AB9EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AB9EB on black background.


Color preview on white background

This text has color #1AB9EB on white background.



Black color preview on #1AB9EB background

This text has black color on #1AB9EB background.


White color preview on #1AB9EB background

This text has white color on #1AB9EB background.