COLOR #028FAF

HEX: #028FAF
RGB: (2,143,175)

Color info

#028FAF contains mainly green and blue colors. Web safe color of #028FAF is #009999 (or #099).

RGB color model

#028FAF color RGB value is (2,143,175).

  • red value is 2;
  • green value is 143;
  • blue value is 175.
RGB:
(2,143,175)
(1%,56%,69%)

RGB channels and saturation

R 2 of 255 = 1%
G 143 of 255 = 56%
B 175 of 255 = 69%

2
143
175

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

Portions of RGB colors in percentages

R + G + B =
2 + 143 + 175 = 320 (100%)
R 2 of 320 ~ 0.63%
G 143 of 320 ~ 44.69%
B 175 of 320 ~ 54.69%

%44.69
%54.69

CMYK color model

#028FAF color CMYK value is (99,18,0,31).

  • cyan value is 98.86%
  • magenta value is 18.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(99,18,0,31)
C99M18Y0K31 
(99%,18%,0%,31%)
(0.99/0.18/0.00/0.31)	

CMYK percentages

%98.86
%18.29
%0
%31.37

Codes

Color #028FAF in popluar color models

028FAF
RGB2143175
HSL191°97.74%34.71%
HSB/HSV191°98.86%68.63%
CMYK98.86%18.29%0.00%
31.37%

Color #028FAF in popluar number systems.

HEX028FAF
Decimal2143175
Binary101000111110101111
Octal2217257

Shades and tints

Shades of #028FAF

#028FAF
(2,143,175)
#0282A0
(2,130,160)
#027591
(2,117,145)
#026882
(2,104,130)
#025B73
(2,91,115)
#024E64
(2,78,100)
#024155
(2,65,85)
#023446
(2,52,70)
#022737
(2,39,55)
#021A28
(2,26,40)
#020D19
(2,13,25)
#000000
(0,0,0)

Tints of #028FAF

#028FAF
(2,143,175)
#1999B6
(25,153,182)
#30A3BD
(48,163,189)
#47ADC4
(71,173,196)
#5EB7CB
(94,183,203)
#75C1D2
(117,193,210)
#8CCBD9
(140,203,217)
#A3D5E0
(163,213,224)
#BADFE7
(186,223,231)
#D1E9EE
(209,233,238)
#E8F3F5
(232,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #028FAF color. Also use rgb(2,143,175) instead hex code.

Text Font Color

.myTextColor { color: #028FAF; }

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

This text font color is #028FAF.


Background Color

.myBgColor { background-color: #028FAF; }

<div style="background-color:#028FAF">Inner text</div>

This div background color is #028FAF.


Border color

.myBorderColor { border: 1px solid #028FAF; }

<div style="border:3px solid #028FAF">Div</div>

This div border color is #028FAF.


Opacity

.myOpacity80 { color: #028FAF; opacity: 0.8; }

<p style="color:#028FAF;opacity:0.8;">80%</p>

Text with #028FAF 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 #028FAF;}

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

This text has shadow with #028FAF color.

.textShadow {text-shadow: 3px 3px 1px #028FAF, 3px 3px 1px red;}

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

This text has shadow with #028FAF primary color and red secondary color.


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

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

This text has shadow with #028FAF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #028FAF on black background.


Color preview on white background

This text has color #028FAF on white background.



Black color preview on #028FAF background

This text has black color on #028FAF background.


White color preview on #028FAF background

This text has white color on #028FAF background.