COLOR #00D7FF

HEX: #00D7FF
RGB: (0,215,255)

Color info

#00D7FF contains only green and blue colors. Web safe color of #00D7FF is #00CCFF (or #0CF).

RGB color model

#00D7FF color RGB value is (0,215,255).

  • red value is 0;
  • green value is 215;
  • blue value is 255.
RGB:
(0,215,255)
(0%,84%,100%)

RGB channels and saturation

R 0 of 255 = 0%
G 215 of 255 = 84%
B 255 of 255 = 100%

0
215
255

R + G + B ~ 61%. #00D7FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
0 + 215 + 255 = 470 (100%)
R 0 of 470 ~ 0%
G 215 of 470 ~ 45.74%
B 255 of 470 ~ 54.26%

%45.74
%54.26

CMYK color model

#00D7FF color CMYK value is (100,16,0,0).

  • cyan value is 100.00%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,16,0,0)
C100M16Y0K0 
(100%,16%,0%,0%)
(1.00/0.16/0.00/0.00)	

CMYK percentages

%100
%15.69
%0
%0

Codes

Color #00D7FF in popluar color models

00D7FF
RGB0215255
HSL189°100.00%50.00%
HSB/HSV189°100.00%100.00%
CMYK100.00%15.69%0.00%
0.00%

Color #00D7FF in popluar number systems.

HEX00D7FF
Decimal0215255
Binary01101011111111111
Octal0327377

Shades and tints

Shades of #00D7FF

#00D7FF
(0,215,255)
#00C4E8
(0,196,232)
#00B1D1
(0,177,209)
#009EBA
(0,158,186)
#008BA3
(0,139,163)
#00788C
(0,120,140)
#006575
(0,101,117)
#00525E
(0,82,94)
#003F47
(0,63,71)
#002C30
(0,44,48)
#001919
(0,25,25)
#000000
(0,0,0)

Tints of #00D7FF

#00D7FF
(0,215,255)
#17DAFF
(23,218,255)
#2EDDFF
(46,221,255)
#45E0FF
(69,224,255)
#5CE3FF
(92,227,255)
#73E6FF
(115,230,255)
#8AE9FF
(138,233,255)
#A1ECFF
(161,236,255)
#B8EFFF
(184,239,255)
#CFF2FF
(207,242,255)
#E6F5FF
(230,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00D7FF color. Also use rgb(0,215,255) instead hex code.

Text Font Color

.myTextColor { color: #00D7FF; }

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

This text font color is #00D7FF.


Background Color

.myBgColor { background-color: #00D7FF; }

<div style="background-color:#00D7FF">Inner text</div>

This div background color is #00D7FF.


Border color

.myBorderColor { border: 1px solid #00D7FF; }

<div style="border:3px solid #00D7FF">Div</div>

This div border color is #00D7FF.


Opacity

.myOpacity80 { color: #00D7FF; opacity: 0.8; }

<p style="color:#00D7FF;opacity:0.8;">80%</p>

Text with #00D7FF 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 #00D7FF;}

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

This text has shadow with #00D7FF color.

.textShadow {text-shadow: 3px 3px 1px #00D7FF, 3px 3px 1px red;}

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

This text has shadow with #00D7FF primary color and red secondary color.


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

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

This text has shadow with #00D7FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00D7FF on black background.


Color preview on white background

This text has color #00D7FF on white background.



Black color preview on #00D7FF background

This text has black color on #00D7FF background.


White color preview on #00D7FF background

This text has white color on #00D7FF background.