COLOR #05CFF1

HEX: #05CFF1
RGB: (5,207,241)

Color info

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

RGB color model

#05CFF1 color RGB value is (5,207,241).

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

RGB channels and saturation

R 5 of 255 = 2%
G 207 of 255 = 81%
B 241 of 255 = 95%

5
207
241

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

Portions of RGB colors in percentages

R + G + B =
5 + 207 + 241 = 453 (100%)
R 5 of 453 ~ 1.1%
G 207 of 453 ~ 45.7%
B 241 of 453 ~ 53.2%

%45.7
%53.2

CMYK color model

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

  • cyan value is 97.93%
  • magenta value is 14.11%
  • 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
%14.11
%0
%5.49

Codes

Color #05CFF1 in popluar color models

05CFF1
RGB5207241
HSL189°95.93%48.24%
HSB/HSV189°97.93%94.51%
CMYK97.93%14.11%0.00%
5.49%

Color #05CFF1 in popluar number systems.

HEX05CFF1
Decimal5207241
Binary1011100111111110001
Octal5317361

Shades and tints

Shades of #05CFF1

#05CFF1
(5,207,241)
#05BDDC
(5,189,220)
#05ABC7
(5,171,199)
#0599B2
(5,153,178)
#05879D
(5,135,157)
#057588
(5,117,136)
#056373
(5,99,115)
#05515E
(5,81,94)
#053F49
(5,63,73)
#052D34
(5,45,52)
#051B1F
(5,27,31)
#000000
(0,0,0)

Tints of #05CFF1

#05CFF1
(5,207,241)
#1BD3F2
(27,211,242)
#31D7F3
(49,215,243)
#47DBF4
(71,219,244)
#5DDFF5
(93,223,245)
#73E3F6
(115,227,246)
#89E7F7
(137,231,247)
#9FEBF8
(159,235,248)
#B5EFF9
(181,239,249)
#CBF3FA
(203,243,250)
#E1F7FB
(225,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #05CFF1; }

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

This text font color is #05CFF1.


Background Color

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

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

This div background color is #05CFF1.


Border color

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

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

This div border color is #05CFF1.


Opacity

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

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

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

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

This text has shadow with #05CFF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05CFF1 on black background.


Color preview on white background

This text has color #05CFF1 on white background.



Black color preview on #05CFF1 background

This text has black color on #05CFF1 background.


White color preview on #05CFF1 background

This text has white color on #05CFF1 background.