COLOR #11AFEA

HEX: #11AFEA
RGB: (17,175,234)

Color info

#11AFEA contains mainly green and blue colors. Web safe color of #11AFEA is #0099FF (or #09F).

RGB color model

#11AFEA color RGB value is (17,175,234).

  • red value is 17;
  • green value is 175;
  • blue value is 234.
RGB:
(17,175,234)
(7%,69%,92%)

RGB channels and saturation

R 17 of 255 = 7%
G 175 of 255 = 69%
B 234 of 255 = 92%

17
175
234

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

Portions of RGB colors in percentages

R + G + B =
17 + 175 + 234 = 426 (100%)
R 17 of 426 ~ 3.99%
G 175 of 426 ~ 41.08%
B 234 of 426 ~ 54.93%

%41.08
%54.93

CMYK color model

#11AFEA color CMYK value is (93,25,0,8).

  • cyan value is 92.74%
  • magenta value is 25.21%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(93,25,0,8)
C93M25Y0K8 
(93%,25%,0%,8%)
(0.93/0.25/0.00/0.08)	

CMYK percentages

%92.74
%25.21
%0
%8.24

Codes

Color #11AFEA in popluar color models

11AFEA
RGB17175234
HSL196°86.45%49.22%
HSB/HSV196°92.74%91.76%
CMYK92.74%25.21%0.00%
8.24%

Color #11AFEA in popluar number systems.

HEX11AFEA
Decimal17175234
Binary100011010111111101010
Octal21257352

Shades and tints

Shades of #11AFEA

#11AFEA
(17,175,234)
#10A0D5
(16,160,213)
#0F91C0
(15,145,192)
#0E82AB
(14,130,171)
#0D7396
(13,115,150)
#0C6481
(12,100,129)
#0B556C
(11,85,108)
#0A4657
(10,70,87)
#093742
(9,55,66)
#08282D
(8,40,45)
#071918
(7,25,24)
#000000
(0,0,0)

Tints of #11AFEA

#11AFEA
(17,175,234)
#26B6EB
(38,182,235)
#3BBDEC
(59,189,236)
#50C4ED
(80,196,237)
#65CBEE
(101,203,238)
#7AD2EF
(122,210,239)
#8FD9F0
(143,217,240)
#A4E0F1
(164,224,241)
#B9E7F2
(185,231,242)
#CEEEF3
(206,238,243)
#E3F5F4
(227,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #11AFEA color. Also use rgb(17,175,234) instead hex code.

Text Font Color

.myTextColor { color: #11AFEA; }

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

This text font color is #11AFEA.


Background Color

.myBgColor { background-color: #11AFEA; }

<div style="background-color:#11AFEA">Inner text</div>

This div background color is #11AFEA.


Border color

.myBorderColor { border: 1px solid #11AFEA; }

<div style="border:3px solid #11AFEA">Div</div>

This div border color is #11AFEA.


Opacity

.myOpacity80 { color: #11AFEA; opacity: 0.8; }

<p style="color:#11AFEA;opacity:0.8;">80%</p>

Text with #11AFEA 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 #11AFEA;}

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

This text has shadow with #11AFEA color.

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

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

This text has shadow with #11AFEA primary color and red secondary color.


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

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

This text has shadow with #11AFEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #11AFEA on black background.


Color preview on white background

This text has color #11AFEA on white background.



Black color preview on #11AFEA background

This text has black color on #11AFEA background.


White color preview on #11AFEA background

This text has white color on #11AFEA background.