COLOR #0AE0F7

HEX: #0AE0F7
RGB: (10,224,247)

Color info

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

RGB color model

#0AE0F7 color RGB value is (10,224,247).

  • red value is 10;
  • green value is 224;
  • blue value is 247.
RGB:
(10,224,247)
(4%,88%,97%)

RGB channels and saturation

R 10 of 255 = 4%
G 224 of 255 = 88%
B 247 of 255 = 97%

10
224
247

R + G + B ~ 63%. #0AE0F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
10 + 224 + 247 = 481 (100%)
R 10 of 481 ~ 2.08%
G 224 of 481 ~ 46.57%
B 247 of 481 ~ 51.35%

%46.57
%51.35

CMYK color model

#0AE0F7 color CMYK value is (96,9,0,3).

  • cyan value is 95.95%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(96,9,0,3)
C96M9Y0K3 
(96%,9%,0%,3%)
(0.96/0.09/0.00/0.03)	

CMYK percentages

%95.95
%9.31
%0
%3.14

Codes

Color #0AE0F7 in popluar color models

0AE0F7
RGB10224247
HSL186°93.68%50.39%
HSB/HSV186°95.95%96.86%
CMYK95.95%9.31%0.00%
3.14%

Color #0AE0F7 in popluar number systems.

HEX0AE0F7
Decimal10224247
Binary10101110000011110111
Octal12340367

Shades and tints

Shades of #0AE0F7

#0AE0F7
(10,224,247)
#0ACCE1
(10,204,225)
#0AB8CB
(10,184,203)
#0AA4B5
(10,164,181)
#0A909F
(10,144,159)
#0A7C89
(10,124,137)
#0A6873
(10,104,115)
#0A545D
(10,84,93)
#0A4047
(10,64,71)
#0A2C31
(10,44,49)
#0A181B
(10,24,27)
#000000
(0,0,0)

Tints of #0AE0F7

#0AE0F7
(10,224,247)
#20E2F7
(32,226,247)
#36E4F7
(54,228,247)
#4CE6F7
(76,230,247)
#62E8F7
(98,232,247)
#78EAF7
(120,234,247)
#8EECF7
(142,236,247)
#A4EEF7
(164,238,247)
#BAF0F7
(186,240,247)
#D0F2F7
(208,242,247)
#E6F4F7
(230,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AE0F7 color. Also use rgb(10,224,247) instead hex code.

Text Font Color

.myTextColor { color: #0AE0F7; }

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

This text font color is #0AE0F7.


Background Color

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

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

This div background color is #0AE0F7.


Border color

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

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

This div border color is #0AE0F7.


Opacity

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

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

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

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

This text has shadow with #0AE0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AE0F7 on black background.


Color preview on white background

This text has color #0AE0F7 on white background.



Black color preview on #0AE0F7 background

This text has black color on #0AE0F7 background.


White color preview on #0AE0F7 background

This text has white color on #0AE0F7 background.