COLOR #33A9ED

HEX: #33A9ED
RGB: (51,169,237)

Color info

#33A9ED contains mainly blue color. Web safe color of #33A9ED is #3399FF (or #39F).

RGB color model

#33A9ED color RGB value is (51,169,237).

  • red value is 51;
  • green value is 169;
  • blue value is 237.
RGB:
(51,169,237)
(20%,66%,93%)

RGB channels and saturation

R 51 of 255 = 20%
G 169 of 255 = 66%
B 237 of 255 = 93%

51
169
237

R + G + B ~ 60%. #33A9ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 169 + 237 = 457 (100%)
R 51 of 457 ~ 11.16%
G 169 of 457 ~ 36.98%
B 237 of 457 ~ 51.86%

%11.16
%36.98
%51.86

CMYK color model

#33A9ED color CMYK value is (78,29,0,7).

  • cyan value is 78.48%
  • magenta value is 28.69%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(78,29,0,7)
C78M29Y0K7 
(78%,29%,0%,7%)
(0.78/0.29/0.00/0.07)	

CMYK percentages

%78.48
%28.69
%0
%7.06

Codes

Color #33A9ED in popluar color models

33A9ED
RGB51169237
HSL202°83.78%56.47%
HSB/HSV202°78.48%92.94%
CMYK78.48%28.69%0.00%
7.06%

Color #33A9ED in popluar number systems.

HEX33A9ED
Decimal51169237
Binary1100111010100111101101
Octal63251355

Shades and tints

Shades of #33A9ED

#33A9ED
(51,169,237)
#2F9AD8
(47,154,216)
#2B8BC3
(43,139,195)
#277CAE
(39,124,174)
#236D99
(35,109,153)
#1F5E84
(31,94,132)
#1B4F6F
(27,79,111)
#17405A
(23,64,90)
#133145
(19,49,69)
#0F2230
(15,34,48)
#0B131B
(11,19,27)
#000000
(0,0,0)

Tints of #33A9ED

#33A9ED
(51,169,237)
#45B0EE
(69,176,238)
#57B7EF
(87,183,239)
#69BEF0
(105,190,240)
#7BC5F1
(123,197,241)
#8DCCF2
(141,204,242)
#9FD3F3
(159,211,243)
#B1DAF4
(177,218,244)
#C3E1F5
(195,225,245)
#D5E8F6
(213,232,246)
#E7EFF7
(231,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A9ED color. Also use rgb(51,169,237) instead hex code.

Text Font Color

.myTextColor { color: #33A9ED; }

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

This text font color is #33A9ED.


Background Color

.myBgColor { background-color: #33A9ED; }

<div style="background-color:#33A9ED">Inner text</div>

This div background color is #33A9ED.


Border color

.myBorderColor { border: 1px solid #33A9ED; }

<div style="border:3px solid #33A9ED">Div</div>

This div border color is #33A9ED.


Opacity

.myOpacity80 { color: #33A9ED; opacity: 0.8; }

<p style="color:#33A9ED;opacity:0.8;">80%</p>

Text with #33A9ED 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 #33A9ED;}

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

This text has shadow with #33A9ED color.

.textShadow {text-shadow: 3px 3px 1px #33A9ED, 3px 3px 1px red;}

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

This text has shadow with #33A9ED primary color and red secondary color.


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

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

This text has shadow with #33A9ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A9ED on black background.


Color preview on white background

This text has color #33A9ED on white background.



Black color preview on #33A9ED background

This text has black color on #33A9ED background.


White color preview on #33A9ED background

This text has white color on #33A9ED background.