COLOR #1BE6F9

HEX: #1BE6F9
RGB: (27,230,249)

Color info

#1BE6F9 contains mainly green and blue colors. Web safe color of #1BE6F9 is #33CCFF (or #3CF).

RGB color model

#1BE6F9 color RGB value is (27,230,249).

  • red value is 27;
  • green value is 230;
  • blue value is 249.
RGB:
(27,230,249)
(11%,90%,98%)

RGB channels and saturation

R 27 of 255 = 11%
G 230 of 255 = 90%
B 249 of 255 = 98%

27
230
249

R + G + B ~ 66%. #1BE6F9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
27 + 230 + 249 = 506 (100%)
R 27 of 506 ~ 5.34%
G 230 of 506 ~ 45.45%
B 249 of 506 ~ 49.21%

%45.45
%49.21

CMYK color model

#1BE6F9 color CMYK value is (89,8,0,2).

  • cyan value is 89.16%
  • magenta value is 7.63%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(89,8,0,2)
C89M8Y0K2 
(89%,8%,0%,2%)
(0.89/0.08/0.00/0.02)	

CMYK percentages

%89.16
%7.63
%0
%2.35

Codes

Color #1BE6F9 in popluar color models

1BE6F9
RGB27230249
HSL185°94.87%54.12%
HSB/HSV185°89.16%97.65%
CMYK89.16%7.63%0.00%
2.35%

Color #1BE6F9 in popluar number systems.

HEX1BE6F9
Decimal27230249
Binary110111110011011111001
Octal33346371

Shades and tints

Shades of #1BE6F9

#1BE6F9
(27,230,249)
#19D2E3
(25,210,227)
#17BECD
(23,190,205)
#15AAB7
(21,170,183)
#1396A1
(19,150,161)
#11828B
(17,130,139)
#0F6E75
(15,110,117)
#0D5A5F
(13,90,95)
#0B4649
(11,70,73)
#093233
(9,50,51)
#071E1D
(7,30,29)
#000000
(0,0,0)

Tints of #1BE6F9

#1BE6F9
(27,230,249)
#2FE8F9
(47,232,249)
#43EAF9
(67,234,249)
#57ECF9
(87,236,249)
#6BEEF9
(107,238,249)
#7FF0F9
(127,240,249)
#93F2F9
(147,242,249)
#A7F4F9
(167,244,249)
#BBF6F9
(187,246,249)
#CFF8F9
(207,248,249)
#E3FAF9
(227,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1BE6F9 color. Also use rgb(27,230,249) instead hex code.

Text Font Color

.myTextColor { color: #1BE6F9; }

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

This text font color is #1BE6F9.


Background Color

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

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

This div background color is #1BE6F9.


Border color

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

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

This div border color is #1BE6F9.


Opacity

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

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

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

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

This text has shadow with #1BE6F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BE6F9 on black background.


Color preview on white background

This text has color #1BE6F9 on white background.



Black color preview on #1BE6F9 background

This text has black color on #1BE6F9 background.


White color preview on #1BE6F9 background

This text has white color on #1BE6F9 background.