COLOR #00ABE0

HEX: #00ABE0
RGB: (0,171,224)

Color info

#00ABE0 contains only green and blue colors. Web safe color of #00ABE0 is #0099CC (or #09C).

RGB color model

#00ABE0 color RGB value is (0,171,224).

  • red value is 0;
  • green value is 171;
  • blue value is 224.
RGB:
(0,171,224)
(0%,67%,88%)

RGB channels and saturation

R 0 of 255 = 0%
G 171 of 255 = 67%
B 224 of 255 = 88%

0
171
224

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

Portions of RGB colors in percentages

R + G + B =
0 + 171 + 224 = 395 (100%)
R 0 of 395 ~ 0%
G 171 of 395 ~ 43.29%
B 224 of 395 ~ 56.71%

%43.29
%56.71

CMYK color model

#00ABE0 color CMYK value is (100,24,0,12).

  • cyan value is 100.00%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(100,24,0,12)
C100M24Y0K12 
(100%,24%,0%,12%)
(1.00/0.24/0.00/0.12)	

CMYK percentages

%100
%23.66
%0
%12.16

Codes

Color #00ABE0 in popluar color models

00ABE0
RGB0171224
HSL194°100.00%43.92%
HSB/HSV194°100.00%87.84%
CMYK100.00%23.66%0.00%
12.16%

Color #00ABE0 in popluar number systems.

HEX00ABE0
Decimal0171224
Binary01010101111100000
Octal0253340

Shades and tints

Shades of #00ABE0

#00ABE0
(0,171,224)
#009CCC
(0,156,204)
#008DB8
(0,141,184)
#007EA4
(0,126,164)
#006F90
(0,111,144)
#00607C
(0,96,124)
#005168
(0,81,104)
#004254
(0,66,84)
#003340
(0,51,64)
#00242C
(0,36,44)
#001518
(0,21,24)
#000000
(0,0,0)

Tints of #00ABE0

#00ABE0
(0,171,224)
#17B2E2
(23,178,226)
#2EB9E4
(46,185,228)
#45C0E6
(69,192,230)
#5CC7E8
(92,199,232)
#73CEEA
(115,206,234)
#8AD5EC
(138,213,236)
#A1DCEE
(161,220,238)
#B8E3F0
(184,227,240)
#CFEAF2
(207,234,242)
#E6F1F4
(230,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00ABE0 color. Also use rgb(0,171,224) instead hex code.

Text Font Color

.myTextColor { color: #00ABE0; }

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

This text font color is #00ABE0.


Background Color

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

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

This div background color is #00ABE0.


Border color

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

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

This div border color is #00ABE0.


Opacity

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

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

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

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

This text has shadow with #00ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00ABE0 on black background.


Color preview on white background

This text has color #00ABE0 on white background.



Black color preview on #00ABE0 background

This text has black color on #00ABE0 background.


White color preview on #00ABE0 background

This text has white color on #00ABE0 background.