COLOR #03DCF8

HEX: #03DCF8
RGB: (3,220,248)

Color info

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

RGB color model

#03DCF8 color RGB value is (3,220,248).

  • red value is 3;
  • green value is 220;
  • blue value is 248.
RGB:
(3,220,248)
(1%,86%,97%)

RGB channels and saturation

R 3 of 255 = 1%
G 220 of 255 = 86%
B 248 of 255 = 97%

3
220
248

R + G + B ~ 61%. #03DCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
3 + 220 + 248 = 471 (100%)
R 3 of 471 ~ 0.64%
G 220 of 471 ~ 46.71%
B 248 of 471 ~ 52.65%

%46.71
%52.65

CMYK color model

#03DCF8 color CMYK value is (99,11,0,3).

  • cyan value is 98.79%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(99,11,0,3)
C99M11Y0K3 
(99%,11%,0%,3%)
(0.99/0.11/0.00/0.03)	

CMYK percentages

%98.79
%11.29
%0
%2.75

Codes

Color #03DCF8 in popluar color models

03DCF8
RGB3220248
HSL187°97.61%49.22%
HSB/HSV187°98.79%97.25%
CMYK98.79%11.29%0.00%
2.75%

Color #03DCF8 in popluar number systems.

HEX03DCF8
Decimal3220248
Binary111101110011111000
Octal3334370

Shades and tints

Shades of #03DCF8

#03DCF8
(3,220,248)
#03C8E2
(3,200,226)
#03B4CC
(3,180,204)
#03A0B6
(3,160,182)
#038CA0
(3,140,160)
#03788A
(3,120,138)
#036474
(3,100,116)
#03505E
(3,80,94)
#033C48
(3,60,72)
#032832
(3,40,50)
#03141C
(3,20,28)
#000000
(0,0,0)

Tints of #03DCF8

#03DCF8
(3,220,248)
#19DFF8
(25,223,248)
#2FE2F8
(47,226,248)
#45E5F8
(69,229,248)
#5BE8F8
(91,232,248)
#71EBF8
(113,235,248)
#87EEF8
(135,238,248)
#9DF1F8
(157,241,248)
#B3F4F8
(179,244,248)
#C9F7F8
(201,247,248)
#DFFAF8
(223,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03DCF8 color. Also use rgb(3,220,248) instead hex code.

Text Font Color

.myTextColor { color: #03DCF8; }

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

This text font color is #03DCF8.


Background Color

.myBgColor { background-color: #03DCF8; }

<div style="background-color:#03DCF8">Inner text</div>

This div background color is #03DCF8.


Border color

.myBorderColor { border: 1px solid #03DCF8; }

<div style="border:3px solid #03DCF8">Div</div>

This div border color is #03DCF8.


Opacity

.myOpacity80 { color: #03DCF8; opacity: 0.8; }

<p style="color:#03DCF8;opacity:0.8;">80%</p>

Text with #03DCF8 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 #03DCF8;}

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

This text has shadow with #03DCF8 color.

.textShadow {text-shadow: 3px 3px 1px #03DCF8, 3px 3px 1px red;}

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

This text has shadow with #03DCF8 primary color and red secondary color.


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

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

This text has shadow with #03DCF8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03DCF8 on black background.


Color preview on white background

This text has color #03DCF8 on white background.



Black color preview on #03DCF8 background

This text has black color on #03DCF8 background.


White color preview on #03DCF8 background

This text has white color on #03DCF8 background.