COLOR #0DDAEB

HEX: #0DDAEB
RGB: (13,218,235)

Color info

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

RGB color model

#0DDAEB color RGB value is (13,218,235).

  • red value is 13;
  • green value is 218;
  • blue value is 235.
RGB:
(13,218,235)
(5%,85%,92%)

RGB channels and saturation

R 13 of 255 = 5%
G 218 of 255 = 85%
B 235 of 255 = 92%

13
218
235

R + G + B ~ 61%. #0DDAEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
13 + 218 + 235 = 466 (100%)
R 13 of 466 ~ 2.79%
G 218 of 466 ~ 46.78%
B 235 of 466 ~ 50.43%

%46.78
%50.43

CMYK color model

#0DDAEB color CMYK value is (94,7,0,8).

  • cyan value is 94.47%
  • magenta value is 7.23%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(94,7,0,8)
C94M7Y0K8 
(94%,7%,0%,8%)
(0.94/0.07/0.00/0.08)	

CMYK percentages

%94.47
%7.23
%0
%7.84

Codes

Color #0DDAEB in popluar color models

0DDAEB
RGB13218235
HSL185°89.52%48.63%
HSB/HSV185°94.47%92.16%
CMYK94.47%7.23%0.00%
7.84%

Color #0DDAEB in popluar number systems.

HEX0DDAEB
Decimal13218235
Binary11011101101011101011
Octal15332353

Shades and tints

Shades of #0DDAEB

#0DDAEB
(13,218,235)
#0CC7D6
(12,199,214)
#0BB4C1
(11,180,193)
#0AA1AC
(10,161,172)
#098E97
(9,142,151)
#087B82
(8,123,130)
#07686D
(7,104,109)
#065558
(6,85,88)
#054243
(5,66,67)
#042F2E
(4,47,46)
#031C19
(3,28,25)
#000000
(0,0,0)

Tints of #0DDAEB

#0DDAEB
(13,218,235)
#23DDEC
(35,221,236)
#39E0ED
(57,224,237)
#4FE3EE
(79,227,238)
#65E6EF
(101,230,239)
#7BE9F0
(123,233,240)
#91ECF1
(145,236,241)
#A7EFF2
(167,239,242)
#BDF2F3
(189,242,243)
#D3F5F4
(211,245,244)
#E9F8F5
(233,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0DDAEB color. Also use rgb(13,218,235) instead hex code.

Text Font Color

.myTextColor { color: #0DDAEB; }

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

This text font color is #0DDAEB.


Background Color

.myBgColor { background-color: #0DDAEB; }

<div style="background-color:#0DDAEB">Inner text</div>

This div background color is #0DDAEB.


Border color

.myBorderColor { border: 1px solid #0DDAEB; }

<div style="border:3px solid #0DDAEB">Div</div>

This div border color is #0DDAEB.


Opacity

.myOpacity80 { color: #0DDAEB; opacity: 0.8; }

<p style="color:#0DDAEB;opacity:0.8;">80%</p>

Text with #0DDAEB 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 #0DDAEB;}

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

This text has shadow with #0DDAEB color.

.textShadow {text-shadow: 3px 3px 1px #0DDAEB, 3px 3px 1px red;}

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

This text has shadow with #0DDAEB primary color and red secondary color.


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

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

This text has shadow with #0DDAEB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0DDAEB on black background.


Color preview on white background

This text has color #0DDAEB on white background.



Black color preview on #0DDAEB background

This text has black color on #0DDAEB background.


White color preview on #0DDAEB background

This text has white color on #0DDAEB background.