COLOR #05CBF8

HEX: #05CBF8
RGB: (5,203,248)

Color info

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

RGB color model

#05CBF8 color RGB value is (5,203,248).

  • red value is 5;
  • green value is 203;
  • blue value is 248.
RGB:
(5,203,248)
(2%,80%,97%)

RGB channels and saturation

R 5 of 255 = 2%
G 203 of 255 = 80%
B 248 of 255 = 97%

5
203
248

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

Portions of RGB colors in percentages

R + G + B =
5 + 203 + 248 = 456 (100%)
R 5 of 456 ~ 1.1%
G 203 of 456 ~ 44.52%
B 248 of 456 ~ 54.39%

%44.52
%54.39

CMYK color model

#05CBF8 color CMYK value is (98,18,0,3).

  • cyan value is 97.98%
  • magenta value is 18.15%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(98,18,0,3)
C98M18Y0K3 
(98%,18%,0%,3%)
(0.98/0.18/0.00/0.03)	

CMYK percentages

%97.98
%18.15
%0
%2.75

Codes

Color #05CBF8 in popluar color models

05CBF8
RGB5203248
HSL191°96.05%49.61%
HSB/HSV191°97.98%97.25%
CMYK97.98%18.15%0.00%
2.75%

Color #05CBF8 in popluar number systems.

HEX05CBF8
Decimal5203248
Binary1011100101111111000
Octal5313370

Shades and tints

Shades of #05CBF8

#05CBF8
(5,203,248)
#05B9E2
(5,185,226)
#05A7CC
(5,167,204)
#0595B6
(5,149,182)
#0583A0
(5,131,160)
#05718A
(5,113,138)
#055F74
(5,95,116)
#054D5E
(5,77,94)
#053B48
(5,59,72)
#052932
(5,41,50)
#05171C
(5,23,28)
#000000
(0,0,0)

Tints of #05CBF8

#05CBF8
(5,203,248)
#1BCFF8
(27,207,248)
#31D3F8
(49,211,248)
#47D7F8
(71,215,248)
#5DDBF8
(93,219,248)
#73DFF8
(115,223,248)
#89E3F8
(137,227,248)
#9FE7F8
(159,231,248)
#B5EBF8
(181,235,248)
#CBEFF8
(203,239,248)
#E1F3F8
(225,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05CBF8 color. Also use rgb(5,203,248) instead hex code.

Text Font Color

.myTextColor { color: #05CBF8; }

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

This text font color is #05CBF8.


Background Color

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

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

This div background color is #05CBF8.


Border color

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

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

This div border color is #05CBF8.


Opacity

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

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

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

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

This text has shadow with #05CBF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #05CBF8 on black background.


Color preview on white background

This text has color #05CBF8 on white background.



Black color preview on #05CBF8 background

This text has black color on #05CBF8 background.


White color preview on #05CBF8 background

This text has white color on #05CBF8 background.