COLOR #00A5FF

HEX: #00A5FF
RGB: (0,165,255)

Color info

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

RGB color model

#00A5FF color RGB value is (0,165,255).

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

RGB channels and saturation

R 0 of 255 = 0%
G 165 of 255 = 65%
B 255 of 255 = 100%

0
165
255

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

Portions of RGB colors in percentages

R + G + B =
0 + 165 + 255 = 420 (100%)
R 0 of 420 ~ 0%
G 165 of 420 ~ 39.29%
B 255 of 420 ~ 60.71%

%39.29
%60.71

CMYK color model

#00A5FF color CMYK value is (100,35,0,0).

  • cyan value is 100.00%
  • magenta value is 35.29%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(100,35,0,0)
C100M35Y0K0 
(100%,35%,0%,0%)
(1.00/0.35/0.00/0.00)	

CMYK percentages

%100
%35.29
%0
%0

Codes

Color #00A5FF in popluar color models

00A5FF
RGB0165255
HSL201°100.00%50.00%
HSB/HSV201°100.00%100.00%
CMYK100.00%35.29%0.00%
0.00%

Color #00A5FF in popluar number systems.

HEX00A5FF
Decimal0165255
Binary01010010111111111
Octal0245377

Shades and tints

Shades of #00A5FF

#00A5FF
(0,165,255)
#0096E8
(0,150,232)
#0087D1
(0,135,209)
#0078BA
(0,120,186)
#0069A3
(0,105,163)
#005A8C
(0,90,140)
#004B75
(0,75,117)
#003C5E
(0,60,94)
#002D47
(0,45,71)
#001E30
(0,30,48)
#000F19
(0,15,25)
#000000
(0,0,0)

Tints of #00A5FF

#00A5FF
(0,165,255)
#17ADFF
(23,173,255)
#2EB5FF
(46,181,255)
#45BDFF
(69,189,255)
#5CC5FF
(92,197,255)
#73CDFF
(115,205,255)
#8AD5FF
(138,213,255)
#A1DDFF
(161,221,255)
#B8E5FF
(184,229,255)
#CFEDFF
(207,237,255)
#E6F5FF
(230,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A5FF; }

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

This text font color is #00A5FF.


Background Color

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

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

This div background color is #00A5FF.


Border color

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

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

This div border color is #00A5FF.


Opacity

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

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

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

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

This text has shadow with #00A5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A5FF on black background.


Color preview on white background

This text has color #00A5FF on white background.



Black color preview on #00A5FF background

This text has black color on #00A5FF background.


White color preview on #00A5FF background

This text has white color on #00A5FF background.