COLOR #0AD5E1

HEX: #0AD5E1
RGB: (10,213,225)

Color info

#0AD5E1 contains mainly green and blue colors. Web safe color of #0AD5E1 is #00CCCC (or #0CC).

RGB color model

#0AD5E1 color RGB value is (10,213,225).

  • red value is 10;
  • green value is 213;
  • blue value is 225.
RGB:
(10,213,225)
(4%,84%,88%)

RGB channels and saturation

R 10 of 255 = 4%
G 213 of 255 = 84%
B 225 of 255 = 88%

10
213
225

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

Portions of RGB colors in percentages

R + G + B =
10 + 213 + 225 = 448 (100%)
R 10 of 448 ~ 2.23%
G 213 of 448 ~ 47.54%
B 225 of 448 ~ 50.22%

%47.54
%50.22

CMYK color model

#0AD5E1 color CMYK value is (96,5,0,12).

  • cyan value is 95.56%
  • magenta value is 5.33%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(96,5,0,12)
C96M5Y0K12 
(96%,5%,0%,12%)
(0.96/0.05/0.00/0.12)	

CMYK percentages

%95.56
%5.33
%0
%11.76

Codes

Color #0AD5E1 in popluar color models

0AD5E1
RGB10213225
HSL183°91.49%46.08%
HSB/HSV183°95.56%88.24%
CMYK95.56%5.33%0.00%
11.76%

Color #0AD5E1 in popluar number systems.

HEX0AD5E1
Decimal10213225
Binary10101101010111100001
Octal12325341

Shades and tints

Shades of #0AD5E1

#0AD5E1
(10,213,225)
#0AC2CD
(10,194,205)
#0AAFB9
(10,175,185)
#0A9CA5
(10,156,165)
#0A8991
(10,137,145)
#0A767D
(10,118,125)
#0A6369
(10,99,105)
#0A5055
(10,80,85)
#0A3D41
(10,61,65)
#0A2A2D
(10,42,45)
#0A1719
(10,23,25)
#000000
(0,0,0)

Tints of #0AD5E1

#0AD5E1
(10,213,225)
#20D8E3
(32,216,227)
#36DBE5
(54,219,229)
#4CDEE7
(76,222,231)
#62E1E9
(98,225,233)
#78E4EB
(120,228,235)
#8EE7ED
(142,231,237)
#A4EAEF
(164,234,239)
#BAEDF1
(186,237,241)
#D0F0F3
(208,240,243)
#E6F3F5
(230,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AD5E1 color. Also use rgb(10,213,225) instead hex code.

Text Font Color

.myTextColor { color: #0AD5E1; }

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

This text font color is #0AD5E1.


Background Color

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

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

This div background color is #0AD5E1.


Border color

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

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

This div border color is #0AD5E1.


Opacity

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

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

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

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

This text has shadow with #0AD5E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AD5E1 on black background.


Color preview on white background

This text has color #0AD5E1 on white background.



Black color preview on #0AD5E1 background

This text has black color on #0AD5E1 background.


White color preview on #0AD5E1 background

This text has white color on #0AD5E1 background.