COLOR #05D0F1

HEX: #05D0F1
RGB: (5,208,241)

Color info

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

RGB color model

#05D0F1 color RGB value is (5,208,241).

  • red value is 5;
  • green value is 208;
  • blue value is 241.
RGB:
(5,208,241)
(2%,82%,95%)

RGB channels and saturation

R 5 of 255 = 2%
G 208 of 255 = 82%
B 241 of 255 = 95%

5
208
241

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

Portions of RGB colors in percentages

R + G + B =
5 + 208 + 241 = 454 (100%)
R 5 of 454 ~ 1.1%
G 208 of 454 ~ 45.81%
B 241 of 454 ~ 53.08%

%45.81
%53.08

CMYK color model

#05D0F1 color CMYK value is (98,14,0,5).

  • cyan value is 97.93%
  • magenta value is 13.69%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(98,14,0,5)
C98M14Y0K5 
(98%,14%,0%,5%)
(0.98/0.14/0.00/0.05)	

CMYK percentages

%97.93
%13.69
%0
%5.49

Codes

Color #05D0F1 in popluar color models

05D0F1
RGB5208241
HSL188°95.93%48.24%
HSB/HSV188°97.93%94.51%
CMYK97.93%13.69%0.00%
5.49%

Color #05D0F1 in popluar number systems.

HEX05D0F1
Decimal5208241
Binary1011101000011110001
Octal5320361

Shades and tints

Shades of #05D0F1

#05D0F1
(5,208,241)
#05BEDC
(5,190,220)
#05ACC7
(5,172,199)
#059AB2
(5,154,178)
#05889D
(5,136,157)
#057688
(5,118,136)
#056473
(5,100,115)
#05525E
(5,82,94)
#054049
(5,64,73)
#052E34
(5,46,52)
#051C1F
(5,28,31)
#000000
(0,0,0)

Tints of #05D0F1

#05D0F1
(5,208,241)
#1BD4F2
(27,212,242)
#31D8F3
(49,216,243)
#47DCF4
(71,220,244)
#5DE0F5
(93,224,245)
#73E4F6
(115,228,246)
#89E8F7
(137,232,247)
#9FECF8
(159,236,248)
#B5F0F9
(181,240,249)
#CBF4FA
(203,244,250)
#E1F8FB
(225,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05D0F1 color. Also use rgb(5,208,241) instead hex code.

Text Font Color

.myTextColor { color: #05D0F1; }

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

This text font color is #05D0F1.


Background Color

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

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

This div background color is #05D0F1.


Border color

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

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

This div border color is #05D0F1.


Opacity

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

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

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

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

This text has shadow with #05D0F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05D0F1 on black background.


Color preview on white background

This text has color #05D0F1 on white background.



Black color preview on #05D0F1 background

This text has black color on #05D0F1 background.


White color preview on #05D0F1 background

This text has white color on #05D0F1 background.