COLOR #0093AF

HEX: #0093AF
RGB: (0,147,175)

Color info

#0093AF contains only green and blue colors. Web safe color of #0093AF is #009999 (or #099).

RGB color model

#0093AF color RGB value is (0,147,175).

  • red value is 0;
  • green value is 147;
  • blue value is 175.
RGB:
(0,147,175)
(0%,58%,69%)

RGB channels and saturation

R 0 of 255 = 0%
G 147 of 255 = 58%
B 175 of 255 = 69%

0
147
175

R + G + B ~ 42%. #0093AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
0 + 147 + 175 = 322 (100%)
R 0 of 322 ~ 0%
G 147 of 322 ~ 45.65%
B 175 of 322 ~ 54.35%

%45.65
%54.35

CMYK color model

#0093AF color CMYK value is (100,16,0,31).

  • cyan value is 100.00%
  • magenta value is 16.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(100,16,0,31)
C100M16Y0K31 
(100%,16%,0%,31%)
(1.00/0.16/0.00/0.31)	

CMYK percentages

%100
%16
%0
%31.37

Codes

Color #0093AF in popluar color models

0093AF
RGB0147175
HSL190°100.00%34.31%
HSB/HSV190°100.00%68.63%
CMYK100.00%16.00%0.00%
31.37%

Color #0093AF in popluar number systems.

HEX0093AF
Decimal0147175
Binary01001001110101111
Octal0223257

Shades and tints

Shades of #0093AF

#0093AF
(0,147,175)
#0086A0
(0,134,160)
#007991
(0,121,145)
#006C82
(0,108,130)
#005F73
(0,95,115)
#005264
(0,82,100)
#004555
(0,69,85)
#003846
(0,56,70)
#002B37
(0,43,55)
#001E28
(0,30,40)
#001119
(0,17,25)
#000000
(0,0,0)

Tints of #0093AF

#0093AF
(0,147,175)
#179CB6
(23,156,182)
#2EA5BD
(46,165,189)
#45AEC4
(69,174,196)
#5CB7CB
(92,183,203)
#73C0D2
(115,192,210)
#8AC9D9
(138,201,217)
#A1D2E0
(161,210,224)
#B8DBE7
(184,219,231)
#CFE4EE
(207,228,238)
#E6EDF5
(230,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0093AF color. Also use rgb(0,147,175) instead hex code.

Text Font Color

.myTextColor { color: #0093AF; }

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

This text font color is #0093AF.


Background Color

.myBgColor { background-color: #0093AF; }

<div style="background-color:#0093AF">Inner text</div>

This div background color is #0093AF.


Border color

.myBorderColor { border: 1px solid #0093AF; }

<div style="border:3px solid #0093AF">Div</div>

This div border color is #0093AF.


Opacity

.myOpacity80 { color: #0093AF; opacity: 0.8; }

<p style="color:#0093AF;opacity:0.8;">80%</p>

Text with #0093AF 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 #0093AF;}

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

This text has shadow with #0093AF color.

.textShadow {text-shadow: 3px 3px 1px #0093AF, 3px 3px 1px red;}

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

This text has shadow with #0093AF primary color and red secondary color.


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

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

This text has shadow with #0093AF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0093AF on black background.


Color preview on white background

This text has color #0093AF on white background.



Black color preview on #0093AF background

This text has black color on #0093AF background.


White color preview on #0093AF background

This text has white color on #0093AF background.