COLOR #05D4E7

HEX: #05D4E7
RGB: (5,212,231)

Color info

#05D4E7 contains mainly green and blue colors. Web safe color of #05D4E7 is #00CCFF (or #0CF).

RGB color model

#05D4E7 color RGB value is (5,212,231).

  • red value is 5;
  • green value is 212;
  • blue value is 231.
RGB:
(5,212,231)
(2%,83%,91%)

RGB channels and saturation

R 5 of 255 = 2%
G 212 of 255 = 83%
B 231 of 255 = 91%

5
212
231

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

Portions of RGB colors in percentages

R + G + B =
5 + 212 + 231 = 448 (100%)
R 5 of 448 ~ 1.12%
G 212 of 448 ~ 47.32%
B 231 of 448 ~ 51.56%

%47.32
%51.56

CMYK color model

#05D4E7 color CMYK value is (98,8,0,9).

  • cyan value is 97.84%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(98,8,0,9)
C98M8Y0K9 
(98%,8%,0%,9%)
(0.98/0.08/0.00/0.09)	

CMYK percentages

%97.84
%8.23
%0
%9.41

Codes

Color #05D4E7 in popluar color models

05D4E7
RGB5212231
HSL185°95.76%46.27%
HSB/HSV185°97.84%90.59%
CMYK97.84%8.23%0.00%
9.41%

Color #05D4E7 in popluar number systems.

HEX05D4E7
Decimal5212231
Binary1011101010011100111
Octal5324347

Shades and tints

Shades of #05D4E7

#05D4E7
(5,212,231)
#05C1D2
(5,193,210)
#05AEBD
(5,174,189)
#059BA8
(5,155,168)
#058893
(5,136,147)
#05757E
(5,117,126)
#056269
(5,98,105)
#054F54
(5,79,84)
#053C3F
(5,60,63)
#05292A
(5,41,42)
#051615
(5,22,21)
#000000
(0,0,0)

Tints of #05D4E7

#05D4E7
(5,212,231)
#1BD7E9
(27,215,233)
#31DAEB
(49,218,235)
#47DDED
(71,221,237)
#5DE0EF
(93,224,239)
#73E3F1
(115,227,241)
#89E6F3
(137,230,243)
#9FE9F5
(159,233,245)
#B5ECF7
(181,236,247)
#CBEFF9
(203,239,249)
#E1F2FB
(225,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05D4E7 color. Also use rgb(5,212,231) instead hex code.

Text Font Color

.myTextColor { color: #05D4E7; }

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

This text font color is #05D4E7.


Background Color

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

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

This div background color is #05D4E7.


Border color

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

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

This div border color is #05D4E7.


Opacity

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

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

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

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

This text has shadow with #05D4E7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05D4E7 on black background.


Color preview on white background

This text has color #05D4E7 on white background.



Black color preview on #05D4E7 background

This text has black color on #05D4E7 background.


White color preview on #05D4E7 background

This text has white color on #05D4E7 background.