COLOR #3CCFE9

HEX: #3CCFE9
RGB: (60,207,233)

Color info

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

RGB color model

#3CCFE9 color RGB value is (60,207,233).

  • red value is 60;
  • green value is 207;
  • blue value is 233.
RGB:
(60,207,233)
(24%,81%,91%)

RGB channels and saturation

R 60 of 255 = 24%
G 207 of 255 = 81%
B 233 of 255 = 91%

60
207
233

R + G + B ~ 65%. #3CCFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
60 + 207 + 233 = 500 (100%)
R 60 of 500 ~ 12%
G 207 of 500 ~ 41.4%
B 233 of 500 ~ 46.6%

%12
%41.4
%46.6

CMYK color model

#3CCFE9 color CMYK value is (74,11,0,9).

  • cyan value is 74.25%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(74,11,0,9)
C74M11Y0K9 
(74%,11%,0%,9%)
(0.74/0.11/0.00/0.09)	

CMYK percentages

%74.25
%11.16
%0
%8.63

Codes

Color #3CCFE9 in popluar color models

3CCFE9
RGB60207233
HSL189°79.72%57.45%
HSB/HSV189°74.25%91.37%
CMYK74.25%11.16%0.00%
8.63%

Color #3CCFE9 in popluar number systems.

HEX3CCFE9
Decimal60207233
Binary1111001100111111101001
Octal74317351

Shades and tints

Shades of #3CCFE9

#3CCFE9
(60,207,233)
#37BDD4
(55,189,212)
#32ABBF
(50,171,191)
#2D99AA
(45,153,170)
#288795
(40,135,149)
#237580
(35,117,128)
#1E636B
(30,99,107)
#195156
(25,81,86)
#143F41
(20,63,65)
#0F2D2C
(15,45,44)
#0A1B17
(10,27,23)
#000000
(0,0,0)

Tints of #3CCFE9

#3CCFE9
(60,207,233)
#4DD3EB
(77,211,235)
#5ED7ED
(94,215,237)
#6FDBEF
(111,219,239)
#80DFF1
(128,223,241)
#91E3F3
(145,227,243)
#A2E7F5
(162,231,245)
#B3EBF7
(179,235,247)
#C4EFF9
(196,239,249)
#D5F3FB
(213,243,251)
#E6F7FD
(230,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #3CCFE9 color. Also use rgb(60,207,233) instead hex code.

Text Font Color

.myTextColor { color: #3CCFE9; }

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

This text font color is #3CCFE9.


Background Color

.myBgColor { background-color: #3CCFE9; }

<div style="background-color:#3CCFE9">Inner text</div>

This div background color is #3CCFE9.


Border color

.myBorderColor { border: 1px solid #3CCFE9; }

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

This div border color is #3CCFE9.


Opacity

.myOpacity80 { color: #3CCFE9; opacity: 0.8; }

<p style="color:#3CCFE9;opacity:0.8;">80%</p>

Text with #3CCFE9 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 #3CCFE9;}

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

This text has shadow with #3CCFE9 color.

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

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

This text has shadow with #3CCFE9 primary color and red secondary color.


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

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

This text has shadow with #3CCFE9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #3CCFE9 on black background.


Color preview on white background

This text has color #3CCFE9 on white background.



Black color preview on #3CCFE9 background

This text has black color on #3CCFE9 background.


White color preview on #3CCFE9 background

This text has white color on #3CCFE9 background.