COLOR #00A1E1

HEX: #00A1E1
RGB: (0,161,225)

Color info

#00A1E1 contains mainly blue color. Web safe color of #00A1E1 is #0099CC (or #09C).

RGB color model

#00A1E1 color RGB value is (0,161,225).

  • red value is 0;
  • green value is 161;
  • blue value is 225.
RGB:
(0,161,225)
(0%,63%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 161 of 255 = 63%
B 225 of 255 = 88%

0
161
225

R + G + B ~ 50%. #00A1E1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 161 + 225 = 386 (100%)
R 0 of 386 ~ 0%
G 161 of 386 ~ 41.71%
B 225 of 386 ~ 58.29%

%41.71
%58.29

CMYK color model

#00A1E1 color CMYK value is (100,28,0,12).

  • cyan value is 100.00%
  • magenta value is 28.44%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,28,0,12)
C100M28Y0K12 
(100%,28%,0%,12%)
(1.00/0.28/0.00/0.12)	

CMYK percentages

%100
%28.44
%0
%11.76

Codes

Color #00A1E1 in popluar color models

00A1E1
RGB0161225
HSL197°100.00%44.12%
HSB/HSV197°100.00%88.24%
CMYK100.00%28.44%0.00%
11.76%

Color #00A1E1 in popluar number systems.

HEX00A1E1
Decimal0161225
Binary01010000111100001
Octal0241341

Shades and tints

Shades of #00A1E1

#00A1E1
(0,161,225)
#0093CD
(0,147,205)
#0085B9
(0,133,185)
#0077A5
(0,119,165)
#006991
(0,105,145)
#005B7D
(0,91,125)
#004D69
(0,77,105)
#003F55
(0,63,85)
#003141
(0,49,65)
#00232D
(0,35,45)
#001519
(0,21,25)
#000000
(0,0,0)

Tints of #00A1E1

#00A1E1
(0,161,225)
#17A9E3
(23,169,227)
#2EB1E5
(46,177,229)
#45B9E7
(69,185,231)
#5CC1E9
(92,193,233)
#73C9EB
(115,201,235)
#8AD1ED
(138,209,237)
#A1D9EF
(161,217,239)
#B8E1F1
(184,225,241)
#CFE9F3
(207,233,243)
#E6F1F5
(230,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00A1E1 color. Also use rgb(0,161,225) instead hex code.

Text Font Color

.myTextColor { color: #00A1E1; }

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

This text font color is #00A1E1.


Background Color

.myBgColor { background-color: #00A1E1; }

<div style="background-color:#00A1E1">Inner text</div>

This div background color is #00A1E1.


Border color

.myBorderColor { border: 1px solid #00A1E1; }

<div style="border:3px solid #00A1E1">Div</div>

This div border color is #00A1E1.


Opacity

.myOpacity80 { color: #00A1E1; opacity: 0.8; }

<p style="color:#00A1E1;opacity:0.8;">80%</p>

Text with #00A1E1 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 #00A1E1;}

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

This text has shadow with #00A1E1 color.

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

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

This text has shadow with #00A1E1 primary color and red secondary color.


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

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

This text has shadow with #00A1E1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A1E1 on black background.


Color preview on white background

This text has color #00A1E1 on white background.



Black color preview on #00A1E1 background

This text has black color on #00A1E1 background.


White color preview on #00A1E1 background

This text has white color on #00A1E1 background.