COLOR #0AABF0

HEX: #0AABF0
RGB: (10,171,240)

Color info

#0AABF0 contains mainly blue color. Web safe color of #0AABF0 is #0099FF (or #09F).

RGB color model

#0AABF0 color RGB value is (10,171,240).

  • red value is 10;
  • green value is 171;
  • blue value is 240.
RGB:
(10,171,240)
(4%,67%,94%)

RGB channels and saturation

R 10 of 255 = 4%
G 171 of 255 = 67%
B 240 of 255 = 94%

10
171
240

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

Portions of RGB colors in percentages

R + G + B =
10 + 171 + 240 = 421 (100%)
R 10 of 421 ~ 2.38%
G 171 of 421 ~ 40.62%
B 240 of 421 ~ 57.01%

%40.62
%57.01

CMYK color model

#0AABF0 color CMYK value is (96,29,0,6).

  • cyan value is 95.83%
  • magenta value is 28.75%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(96,29,0,6)
C96M29Y0K6 
(96%,29%,0%,6%)
(0.96/0.29/0.00/0.06)	

CMYK percentages

%95.83
%28.75
%0
%5.88

Codes

Color #0AABF0 in popluar color models

0AABF0
RGB10171240
HSL198°92.00%49.02%
HSB/HSV198°95.83%94.12%
CMYK95.83%28.75%0.00%
5.88%

Color #0AABF0 in popluar number systems.

HEX0AABF0
Decimal10171240
Binary10101010101111110000
Octal12253360

Shades and tints

Shades of #0AABF0

#0AABF0
(10,171,240)
#0A9CDB
(10,156,219)
#0A8DC6
(10,141,198)
#0A7EB1
(10,126,177)
#0A6F9C
(10,111,156)
#0A6087
(10,96,135)
#0A5172
(10,81,114)
#0A425D
(10,66,93)
#0A3348
(10,51,72)
#0A2433
(10,36,51)
#0A151E
(10,21,30)
#000000
(0,0,0)

Tints of #0AABF0

#0AABF0
(10,171,240)
#20B2F1
(32,178,241)
#36B9F2
(54,185,242)
#4CC0F3
(76,192,243)
#62C7F4
(98,199,244)
#78CEF5
(120,206,245)
#8ED5F6
(142,213,246)
#A4DCF7
(164,220,247)
#BAE3F8
(186,227,248)
#D0EAF9
(208,234,249)
#E6F1FA
(230,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0AABF0 color. Also use rgb(10,171,240) instead hex code.

Text Font Color

.myTextColor { color: #0AABF0; }

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

This text font color is #0AABF0.


Background Color

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

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

This div background color is #0AABF0.


Border color

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

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

This div border color is #0AABF0.


Opacity

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

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

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

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

This text has shadow with #0AABF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0AABF0 on black background.


Color preview on white background

This text has color #0AABF0 on white background.



Black color preview on #0AABF0 background

This text has black color on #0AABF0 background.


White color preview on #0AABF0 background

This text has white color on #0AABF0 background.