COLOR #01AFD2

HEX: #01AFD2
RGB: (1,175,210)

Color info

#01AFD2 contains mainly green and blue colors. Web safe color of #01AFD2 is #0099CC (or #09C).

RGB color model

#01AFD2 color RGB value is (1,175,210).

  • red value is 1;
  • green value is 175;
  • blue value is 210.
RGB:
(1,175,210)
(0%,69%,82%)

RGB channels and saturation

R 1 of 255 = 0%
G 175 of 255 = 69%
B 210 of 255 = 82%

1
175
210

R + G + B ~ 50%. #01AFD2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
1 + 175 + 210 = 386 (100%)
R 1 of 386 ~ 0.26%
G 175 of 386 ~ 45.34%
B 210 of 386 ~ 54.4%

%45.34
%54.4

CMYK color model

#01AFD2 color CMYK value is (100,17,0,18).

  • cyan value is 99.52%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(100,17,0,18)
C100M17Y0K18 
(100%,17%,0%,18%)
(1.00/0.17/0.00/0.18)	

CMYK percentages

%99.52
%16.67
%0
%17.65

Codes

Color #01AFD2 in popluar color models

01AFD2
RGB1175210
HSL190°99.05%41.37%
HSB/HSV190°99.52%82.35%
CMYK99.52%16.67%0.00%
17.65%

Color #01AFD2 in popluar number systems.

HEX01AFD2
Decimal1175210
Binary11010111111010010
Octal1257322

Shades and tints

Shades of #01AFD2

#01AFD2
(1,175,210)
#01A0BF
(1,160,191)
#0191AC
(1,145,172)
#018299
(1,130,153)
#017386
(1,115,134)
#016473
(1,100,115)
#015560
(1,85,96)
#01464D
(1,70,77)
#01373A
(1,55,58)
#012827
(1,40,39)
#011914
(1,25,20)
#000000
(0,0,0)

Tints of #01AFD2

#01AFD2
(1,175,210)
#18B6D6
(24,182,214)
#2FBDDA
(47,189,218)
#46C4DE
(70,196,222)
#5DCBE2
(93,203,226)
#74D2E6
(116,210,230)
#8BD9EA
(139,217,234)
#A2E0EE
(162,224,238)
#B9E7F2
(185,231,242)
#D0EEF6
(208,238,246)
#E7F5FA
(231,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01AFD2 color. Also use rgb(1,175,210) instead hex code.

Text Font Color

.myTextColor { color: #01AFD2; }

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

This text font color is #01AFD2.


Background Color

.myBgColor { background-color: #01AFD2; }

<div style="background-color:#01AFD2">Inner text</div>

This div background color is #01AFD2.


Border color

.myBorderColor { border: 1px solid #01AFD2; }

<div style="border:3px solid #01AFD2">Div</div>

This div border color is #01AFD2.


Opacity

.myOpacity80 { color: #01AFD2; opacity: 0.8; }

<p style="color:#01AFD2;opacity:0.8;">80%</p>

Text with #01AFD2 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 #01AFD2;}

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

This text has shadow with #01AFD2 color.

.textShadow {text-shadow: 3px 3px 1px #01AFD2, 3px 3px 1px red;}

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

This text has shadow with #01AFD2 primary color and red secondary color.


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

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

This text has shadow with #01AFD2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01AFD2 on black background.


Color preview on white background

This text has color #01AFD2 on white background.



Black color preview on #01AFD2 background

This text has black color on #01AFD2 background.


White color preview on #01AFD2 background

This text has white color on #01AFD2 background.