COLOR #33DFEE

HEX: #33DFEE RGB: (51,223,238)

Color info

#33DFEE contains mainly green and blue colors. Web safe color of #33DFEE is #33CCFF (or #3CF).

RGB color model

#33DFEE color RGB value is (51,223,238).

RGB: (51,223,238) (20%, 87%, 93%)

RGB channels and saturation

R 51 of 255 = 20%
G 223 of 255 = 87%
B 238 of 255 = 93%

51
223
238

R + G + B ~ 67%. #33DFEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 51 + 223 + 238 = 512 (100%)
R 51 of 512 ~ 9.96%
G 223 of 512 ~ 43.55%
B 238 of 512 ~ 46.48'%

%43.55
%46.48

CMYK color model

#33DFEE color CMYK value is (79,6,0,7).

  • cyan value is 78.57%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (79,6,0,7)
C79M6Y0K7 (79%, 6%, 0%, 7%)
(0.79 / 0.06 / 0.00 / 0.07)

CMYK percentages

%78.57
%6.3
%0
%6.67

Codes

Color #33DFEE in popluar color models

33 DF EE
RGB 51 223 238
HSL 185° 84.62% 56.67%
HSB/HSV 185° 78.57% 93.33%
CMYK 78.57% 6.30% 0.00%
6.67%

Color #33DFEE in popluar number systems.

HEX 33 DF EE
Decimal 51 223 238
Binary 110011 11011111 11101110
Octal 63 337 356

Shades and tints

Shades of #33DFEE

#33DFEE
(51,223,238)
#2FCBD9
(47,203,217)
#2BB7C4
(43,183,196)
#27A3AF
(39,163,175)
#238F9A
(35,143,154)
#1F7B85
(31,123,133)
#1B6770
(27,103,112)
#17535B
(23,83,91)
#133F46
(19,63,70)
#0F2B31
(15,43,49)
#0B171C
(11,23,28)
#000000
(0,0,0)

Tints of #33DFEE

#33DFEE
(51,223,238)
#45E1EF
(69,225,239)
#57E3F0
(87,227,240)
#69E5F1
(105,229,241)
#7BE7F2
(123,231,242)
#8DE9F3
(141,233,243)
#9FEBF4
(159,235,244)
#B1EDF5
(177,237,245)
#C3EFF6
(195,239,246)
#D5F1F7
(213,241,247)
#E7F3F8
(231,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33DFEE color. Also use rgb(51,223,238) instead hex code.

Text Font Color

.myTextColor { color: #33DFEE; }

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

This text font color is #33DFEE.

Background Color

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

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

This div background color is #33DFEE.

Border color

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

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

This div border color is #33DFEE.

Opacity

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

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

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

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

This text has shadow with #33DFEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #33DFEE.

Preview

Color preview on black background

This text has color #33DFEE on black background.


Color preview on white background

This text has color #33DFEE on white background.


Black color preview on #33DFEE background

This text has black color on #33DFEE background.


White color preview on #33DFEE background

This text has white color on #33DFEE background.


Related colors

Complementary color

Complementary color for #hex is #CC2011.


I love getcolorcode.com

Triadic colors

1 #EE33DF and #DFEE33 with #33DFEE are triadic colors.

2 #EEDF33 and #DF33EE with #33DFEE are triadic colors.