COLOR #05ADDC

HEX: #05ADDC
RGB: (5,173,220)

Color info

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

RGB color model

#05ADDC color RGB value is (5,173,220).

  • red value is 5;
  • green value is 173;
  • blue value is 220.
RGB:
(5,173,220)
(2%,68%,86%)

RGB channels and saturation

R 5 of 255 = 2%
G 173 of 255 = 68%
B 220 of 255 = 86%

5
173
220

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

Portions of RGB colors in percentages

R + G + B =
5 + 173 + 220 = 398 (100%)
R 5 of 398 ~ 1.26%
G 173 of 398 ~ 43.47%
B 220 of 398 ~ 55.28%

%43.47
%55.28

CMYK color model

#05ADDC color CMYK value is (98,21,0,14).

  • cyan value is 97.73%
  • magenta value is 21.36%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(98,21,0,14)
C98M21Y0K14 
(98%,21%,0%,14%)
(0.98/0.21/0.00/0.14)	

CMYK percentages

%97.73
%21.36
%0
%13.73

Codes

Color #05ADDC in popluar color models

05ADDC
RGB5173220
HSL193°95.56%44.12%
HSB/HSV193°97.73%86.27%
CMYK97.73%21.36%0.00%
13.73%

Color #05ADDC in popluar number systems.

HEX05ADDC
Decimal5173220
Binary1011010110111011100
Octal5255334

Shades and tints

Shades of #05ADDC

#05ADDC
(5,173,220)
#059EC8
(5,158,200)
#058FB4
(5,143,180)
#0580A0
(5,128,160)
#05718C
(5,113,140)
#056278
(5,98,120)
#055364
(5,83,100)
#054450
(5,68,80)
#05353C
(5,53,60)
#052628
(5,38,40)
#051714
(5,23,20)
#000000
(0,0,0)

Tints of #05ADDC

#05ADDC
(5,173,220)
#1BB4DF
(27,180,223)
#31BBE2
(49,187,226)
#47C2E5
(71,194,229)
#5DC9E8
(93,201,232)
#73D0EB
(115,208,235)
#89D7EE
(137,215,238)
#9FDEF1
(159,222,241)
#B5E5F4
(181,229,244)
#CBECF7
(203,236,247)
#E1F3FA
(225,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05ADDC color. Also use rgb(5,173,220) instead hex code.

Text Font Color

.myTextColor { color: #05ADDC; }

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

This text font color is #05ADDC.


Background Color

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

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

This div background color is #05ADDC.


Border color

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

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

This div border color is #05ADDC.


Opacity

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

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

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

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

This text has shadow with #05ADDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05ADDC on black background.


Color preview on white background

This text has color #05ADDC on white background.



Black color preview on #05ADDC background

This text has black color on #05ADDC background.


White color preview on #05ADDC background

This text has white color on #05ADDC background.