COLOR #00AEE1

HEX: #00AEE1
RGB: (0,174,225)

Color info

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

RGB color model

#00AEE1 color RGB value is (0,174,225).

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

RGB channels and saturation

R 0 of 255 = 0%
G 174 of 255 = 68%
B 225 of 255 = 88%

0
174
225

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

Portions of RGB colors in percentages

R + G + B =
0 + 174 + 225 = 399 (100%)
R 0 of 399 ~ 0%
G 174 of 399 ~ 43.61%
B 225 of 399 ~ 56.39%

%43.61
%56.39

CMYK color model

#00AEE1 color CMYK value is (100,23,0,12).

  • cyan value is 100.00%
  • magenta value is 22.67%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(100,23,0,12)
C100M23Y0K12 
(100%,23%,0%,12%)
(1.00/0.23/0.00/0.12)	

CMYK percentages

%100
%22.67
%0
%11.76

Codes

Color #00AEE1 in popluar color models

00AEE1
RGB0174225
HSL194°100.00%44.12%
HSB/HSV194°100.00%88.24%
CMYK100.00%22.67%0.00%
11.76%

Color #00AEE1 in popluar number systems.

HEX00AEE1
Decimal0174225
Binary01010111011100001
Octal0256341

Shades and tints

Shades of #00AEE1

#00AEE1
(0,174,225)
#009FCD
(0,159,205)
#0090B9
(0,144,185)
#0081A5
(0,129,165)
#007291
(0,114,145)
#00637D
(0,99,125)
#005469
(0,84,105)
#004555
(0,69,85)
#003641
(0,54,65)
#00272D
(0,39,45)
#001819
(0,24,25)
#000000
(0,0,0)

Tints of #00AEE1

#00AEE1
(0,174,225)
#17B5E3
(23,181,227)
#2EBCE5
(46,188,229)
#45C3E7
(69,195,231)
#5CCAE9
(92,202,233)
#73D1EB
(115,209,235)
#8AD8ED
(138,216,237)
#A1DFEF
(161,223,239)
#B8E6F1
(184,230,241)
#CFEDF3
(207,237,243)
#E6F4F5
(230,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00AEE1; }

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

This text font color is #00AEE1.


Background Color

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

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

This div background color is #00AEE1.


Border color

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

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

This div border color is #00AEE1.


Opacity

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

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

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

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

This text has shadow with #00AEE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00AEE1 on black background.


Color preview on white background

This text has color #00AEE1 on white background.



Black color preview on #00AEE1 background

This text has black color on #00AEE1 background.


White color preview on #00AEE1 background

This text has white color on #00AEE1 background.