COLOR #05AAE0

HEX: #05AAE0
RGB: (5,170,224)

Color info

#05AAE0 contains mainly green and blue colors. Web safe color of #05AAE0 is #0099CC (or #09C).

RGB color model

#05AAE0 color RGB value is (5,170,224).

  • red value is 5;
  • green value is 170;
  • blue value is 224.
RGB:
(5,170,224)
(2%,67%,88%)

RGB channels and saturation

R 5 of 255 = 2%
G 170 of 255 = 67%
B 224 of 255 = 88%

5
170
224

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

Portions of RGB colors in percentages

R + G + B =
5 + 170 + 224 = 399 (100%)
R 5 of 399 ~ 1.25%
G 170 of 399 ~ 42.61%
B 224 of 399 ~ 56.14%

%42.61
%56.14

CMYK color model

#05AAE0 color CMYK value is (98,24,0,12).

  • cyan value is 97.77%
  • magenta value is 24.11%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(98,24,0,12)
C98M24Y0K12 
(98%,24%,0%,12%)
(0.98/0.24/0.00/0.12)	

CMYK percentages

%97.77
%24.11
%0
%12.16

Codes

Color #05AAE0 in popluar color models

05AAE0
RGB5170224
HSL195°95.63%44.90%
HSB/HSV195°97.77%87.84%
CMYK97.77%24.11%0.00%
12.16%

Color #05AAE0 in popluar number systems.

HEX05AAE0
Decimal5170224
Binary1011010101011100000
Octal5252340

Shades and tints

Shades of #05AAE0

#05AAE0
(5,170,224)
#059BCC
(5,155,204)
#058CB8
(5,140,184)
#057DA4
(5,125,164)
#056E90
(5,110,144)
#055F7C
(5,95,124)
#055068
(5,80,104)
#054154
(5,65,84)
#053240
(5,50,64)
#05232C
(5,35,44)
#051418
(5,20,24)
#000000
(0,0,0)

Tints of #05AAE0

#05AAE0
(5,170,224)
#1BB1E2
(27,177,226)
#31B8E4
(49,184,228)
#47BFE6
(71,191,230)
#5DC6E8
(93,198,232)
#73CDEA
(115,205,234)
#89D4EC
(137,212,236)
#9FDBEE
(159,219,238)
#B5E2F0
(181,226,240)
#CBE9F2
(203,233,242)
#E1F0F4
(225,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05AAE0 color. Also use rgb(5,170,224) instead hex code.

Text Font Color

.myTextColor { color: #05AAE0; }

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

This text font color is #05AAE0.


Background Color

.myBgColor { background-color: #05AAE0; }

<div style="background-color:#05AAE0">Inner text</div>

This div background color is #05AAE0.


Border color

.myBorderColor { border: 1px solid #05AAE0; }

<div style="border:3px solid #05AAE0">Div</div>

This div border color is #05AAE0.


Opacity

.myOpacity80 { color: #05AAE0; opacity: 0.8; }

<p style="color:#05AAE0;opacity:0.8;">80%</p>

Text with #05AAE0 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 #05AAE0;}

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

This text has shadow with #05AAE0 color.

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

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

This text has shadow with #05AAE0 primary color and red secondary color.


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

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

This text has shadow with #05AAE0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05AAE0 on black background.


Color preview on white background

This text has color #05AAE0 on white background.



Black color preview on #05AAE0 background

This text has black color on #05AAE0 background.


White color preview on #05AAE0 background

This text has white color on #05AAE0 background.