COLOR #03AEEA

HEX: #03AEEA
RGB: (3,174,234)

Color info

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

RGB color model

#03AEEA color RGB value is (3,174,234).

  • red value is 3;
  • green value is 174;
  • blue value is 234.
RGB:
(3,174,234)
(1%,68%,92%)

RGB channels and saturation

R 3 of 255 = 1%
G 174 of 255 = 68%
B 234 of 255 = 92%

3
174
234

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

Portions of RGB colors in percentages

R + G + B =
3 + 174 + 234 = 411 (100%)
R 3 of 411 ~ 0.73%
G 174 of 411 ~ 42.34%
B 234 of 411 ~ 56.93%

%42.34
%56.93

CMYK color model

#03AEEA color CMYK value is (99,26,0,8).

  • cyan value is 98.72%
  • magenta value is 25.64%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(99,26,0,8)
C99M26Y0K8 
(99%,26%,0%,8%)
(0.99/0.26/0.00/0.08)	

CMYK percentages

%98.72
%25.64
%0
%8.24

Codes

Color #03AEEA in popluar color models

03AEEA
RGB3174234
HSL196°97.47%46.47%
HSB/HSV196°98.72%91.76%
CMYK98.72%25.64%0.00%
8.24%

Color #03AEEA in popluar number systems.

HEX03AEEA
Decimal3174234
Binary111010111011101010
Octal3256352

Shades and tints

Shades of #03AEEA

#03AEEA
(3,174,234)
#039FD5
(3,159,213)
#0390C0
(3,144,192)
#0381AB
(3,129,171)
#037296
(3,114,150)
#036381
(3,99,129)
#03546C
(3,84,108)
#034557
(3,69,87)
#033642
(3,54,66)
#03272D
(3,39,45)
#031818
(3,24,24)
#000000
(0,0,0)

Tints of #03AEEA

#03AEEA
(3,174,234)
#19B5EB
(25,181,235)
#2FBCEC
(47,188,236)
#45C3ED
(69,195,237)
#5BCAEE
(91,202,238)
#71D1EF
(113,209,239)
#87D8F0
(135,216,240)
#9DDFF1
(157,223,241)
#B3E6F2
(179,230,242)
#C9EDF3
(201,237,243)
#DFF4F4
(223,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #03AEEA color. Also use rgb(3,174,234) instead hex code.

Text Font Color

.myTextColor { color: #03AEEA; }

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

This text font color is #03AEEA.


Background Color

.myBgColor { background-color: #03AEEA; }

<div style="background-color:#03AEEA">Inner text</div>

This div background color is #03AEEA.


Border color

.myBorderColor { border: 1px solid #03AEEA; }

<div style="border:3px solid #03AEEA">Div</div>

This div border color is #03AEEA.


Opacity

.myOpacity80 { color: #03AEEA; opacity: 0.8; }

<p style="color:#03AEEA;opacity:0.8;">80%</p>

Text with #03AEEA 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 #03AEEA;}

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

This text has shadow with #03AEEA color.

.textShadow {text-shadow: 3px 3px 1px #03AEEA, 3px 3px 1px red;}

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

This text has shadow with #03AEEA primary color and red secondary color.


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

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

This text has shadow with #03AEEA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #03AEEA on black background.


Color preview on white background

This text has color #03AEEA on white background.



Black color preview on #03AEEA background

This text has black color on #03AEEA background.


White color preview on #03AEEA background

This text has white color on #03AEEA background.