COLOR #02A6F4

HEX: #02A6F4
RGB: (2,166,244)

Color info

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

RGB color model

#02A6F4 color RGB value is (2,166,244).

  • red value is 2;
  • green value is 166;
  • blue value is 244.
RGB:
(2,166,244)
(1%,65%,96%)

RGB channels and saturation

R 2 of 255 = 1%
G 166 of 255 = 65%
B 244 of 255 = 96%

2
166
244

R + G + B ~ 54%. #02A6F4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 166 + 244 = 412 (100%)
R 2 of 412 ~ 0.49%
G 166 of 412 ~ 40.29%
B 244 of 412 ~ 59.22%

%40.29
%59.22

CMYK color model

#02A6F4 color CMYK value is (99,32,0,4).

  • cyan value is 99.18%
  • magenta value is 31.97%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(99,32,0,4)
C99M32Y0K4 
(99%,32%,0%,4%)
(0.99/0.32/0.00/0.04)	

CMYK percentages

%99.18
%31.97
%0
%4.31

Codes

Color #02A6F4 in popluar color models

02A6F4
RGB2166244
HSL199°98.37%48.24%
HSB/HSV199°99.18%95.69%
CMYK99.18%31.97%0.00%
4.31%

Color #02A6F4 in popluar number systems.

HEX02A6F4
Decimal2166244
Binary101010011011110100
Octal2246364

Shades and tints

Shades of #02A6F4

#02A6F4
(2,166,244)
#0297DE
(2,151,222)
#0288C8
(2,136,200)
#0279B2
(2,121,178)
#026A9C
(2,106,156)
#025B86
(2,91,134)
#024C70
(2,76,112)
#023D5A
(2,61,90)
#022E44
(2,46,68)
#021F2E
(2,31,46)
#021018
(2,16,24)
#000000
(0,0,0)

Tints of #02A6F4

#02A6F4
(2,166,244)
#19AEF5
(25,174,245)
#30B6F6
(48,182,246)
#47BEF7
(71,190,247)
#5EC6F8
(94,198,248)
#75CEF9
(117,206,249)
#8CD6FA
(140,214,250)
#A3DEFB
(163,222,251)
#BAE6FC
(186,230,252)
#D1EEFD
(209,238,253)
#E8F6FE
(232,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02A6F4 color. Also use rgb(2,166,244) instead hex code.

Text Font Color

.myTextColor { color: #02A6F4; }

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

This text font color is #02A6F4.


Background Color

.myBgColor { background-color: #02A6F4; }

<div style="background-color:#02A6F4">Inner text</div>

This div background color is #02A6F4.


Border color

.myBorderColor { border: 1px solid #02A6F4; }

<div style="border:3px solid #02A6F4">Div</div>

This div border color is #02A6F4.


Opacity

.myOpacity80 { color: #02A6F4; opacity: 0.8; }

<p style="color:#02A6F4;opacity:0.8;">80%</p>

Text with #02A6F4 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 #02A6F4;}

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

This text has shadow with #02A6F4 color.

.textShadow {text-shadow: 3px 3px 1px #02A6F4, 3px 3px 1px red;}

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

This text has shadow with #02A6F4 primary color and red secondary color.


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

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

This text has shadow with #02A6F4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02A6F4 on black background.


Color preview on white background

This text has color #02A6F4 on white background.



Black color preview on #02A6F4 background

This text has black color on #02A6F4 background.


White color preview on #02A6F4 background

This text has white color on #02A6F4 background.