COLOR #00A7FF

HEX: #00A7FF
RGB: (0,167,255)

Color info

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

RGB color model

#00A7FF color RGB value is (0,167,255).

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

RGB channels and saturation

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

0
167
255

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

Portions of RGB colors in percentages

R + G + B =
0 + 167 + 255 = 422 (100%)
R 0 of 422 ~ 0%
G 167 of 422 ~ 39.57%
B 255 of 422 ~ 60.43%

%39.57
%60.43

CMYK color model

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

  • cyan value is 100.00%
  • magenta value is 34.51%
  • 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
%34.51
%0
%0

Codes

Color #00A7FF in popluar color models

00A7FF
RGB0167255
HSL201°100.00%50.00%
HSB/HSV201°100.00%100.00%
CMYK100.00%34.51%0.00%
0.00%

Color #00A7FF in popluar number systems.

HEX00A7FF
Decimal0167255
Binary01010011111111111
Octal0247377

Shades and tints

Shades of #00A7FF

#00A7FF
(0,167,255)
#0098E8
(0,152,232)
#0089D1
(0,137,209)
#007ABA
(0,122,186)
#006BA3
(0,107,163)
#005C8C
(0,92,140)
#004D75
(0,77,117)
#003E5E
(0,62,94)
#002F47
(0,47,71)
#002030
(0,32,48)
#001119
(0,17,25)
#000000
(0,0,0)

Tints of #00A7FF

#00A7FF
(0,167,255)
#17AFFF
(23,175,255)
#2EB7FF
(46,183,255)
#45BFFF
(69,191,255)
#5CC7FF
(92,199,255)
#73CFFF
(115,207,255)
#8AD7FF
(138,215,255)
#A1DFFF
(161,223,255)
#B8E7FF
(184,231,255)
#CFEFFF
(207,239,255)
#E6F7FF
(230,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #00A7FF; }

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

This text font color is #00A7FF.


Background Color

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

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

This div background color is #00A7FF.


Border color

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

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

This div border color is #00A7FF.


Opacity

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

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

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

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

This text has shadow with #00A7FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00A7FF on black background.


Color preview on white background

This text has color #00A7FF on white background.



Black color preview on #00A7FF background

This text has black color on #00A7FF background.


White color preview on #00A7FF background

This text has white color on #00A7FF background.