COLOR #1AF9E2

HEX: #1AF9E2
RGB: (26,249,226)

Color info

#1AF9E2 contains mainly green and blue colors. Web safe color of #1AF9E2 is #00FFCC (or #0FC).

RGB color model

#1AF9E2 color RGB value is (26,249,226).

  • red value is 26;
  • green value is 249;
  • blue value is 226.
RGB:
(26,249,226)
(10%,98%,89%)

RGB channels and saturation

R 26 of 255 = 10%
G 249 of 255 = 98%
B 226 of 255 = 89%

26
249
226

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

Portions of RGB colors in percentages

R + G + B =
26 + 249 + 226 = 501 (100%)
R 26 of 501 ~ 5.19%
G 249 of 501 ~ 49.7%
B 226 of 501 ~ 45.11%

%49.7
%45.11

CMYK color model

#1AF9E2 color CMYK value is (90,0,9,2).

  • cyan value is 89.56%
  • magenta value is 0.00%
  • yellow value is 9.24%
  • key color value is 2.35%
CMYK:
(90,0,9,2)
C90M0Y9K2 
(90%,0%,9%,2%)
(0.90/0.00/0.09/0.02)	

CMYK percentages

%89.56
%0
%9.24
%2.35

Codes

Color #1AF9E2 in popluar color models

1AF9E2
RGB26249226
HSL174°94.89%53.92%
HSB/HSV174°89.56%97.65%
CMYK89.56%0.00%9.24%
2.35%

Color #1AF9E2 in popluar number systems.

HEX1AF9E2
Decimal26249226
Binary110101111100111100010
Octal32371342

Shades and tints

Shades of #1AF9E2

#1AF9E2
(26,249,226)
#18E3CE
(24,227,206)
#16CDBA
(22,205,186)
#14B7A6
(20,183,166)
#12A192
(18,161,146)
#108B7E
(16,139,126)
#0E756A
(14,117,106)
#0C5F56
(12,95,86)
#0A4942
(10,73,66)
#08332E
(8,51,46)
#061D1A
(6,29,26)
#000000
(0,0,0)

Tints of #1AF9E2

#1AF9E2
(26,249,226)
#2EF9E4
(46,249,228)
#42F9E6
(66,249,230)
#56F9E8
(86,249,232)
#6AF9EA
(106,249,234)
#7EF9EC
(126,249,236)
#92F9EE
(146,249,238)
#A6F9F0
(166,249,240)
#BAF9F2
(186,249,242)
#CEF9F4
(206,249,244)
#E2F9F6
(226,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1AF9E2 color. Also use rgb(26,249,226) instead hex code.

Text Font Color

.myTextColor { color: #1AF9E2; }

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

This text font color is #1AF9E2.


Background Color

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

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

This div background color is #1AF9E2.


Border color

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

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

This div border color is #1AF9E2.


Opacity

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

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

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

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

This text has shadow with #1AF9E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1AF9E2 on black background.


Color preview on white background

This text has color #1AF9E2 on white background.



Black color preview on #1AF9E2 background

This text has black color on #1AF9E2 background.


White color preview on #1AF9E2 background

This text has white color on #1AF9E2 background.