COLOR #30C3ED

HEX: #30C3ED
RGB: (48,195,237)

Color info

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

RGB color model

#30C3ED color RGB value is (48,195,237).

  • red value is 48;
  • green value is 195;
  • blue value is 237.
RGB:
(48,195,237)
(19%,76%,93%)

RGB channels and saturation

R 48 of 255 = 19%
G 195 of 255 = 76%
B 237 of 255 = 93%

48
195
237

R + G + B ~ 63%. #30C3ED is quite light color.

Portions of RGB colors in percentages

R + G + B =
48 + 195 + 237 = 480 (100%)
R 48 of 480 ~ 10%
G 195 of 480 ~ 40.63%
B 237 of 480 ~ 49.38%

%10
%40.63
%49.38

CMYK color model

#30C3ED color CMYK value is (80,18,0,7).

  • cyan value is 79.75%
  • magenta value is 17.72%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(80,18,0,7)
C80M18Y0K7 
(80%,18%,0%,7%)
(0.80/0.18/0.00/0.07)	

CMYK percentages

%79.75
%17.72
%0
%7.06

Codes

Color #30C3ED in popluar color models

30C3ED
RGB48195237
HSL193°84.00%55.88%
HSB/HSV193°79.75%92.94%
CMYK79.75%17.72%0.00%
7.06%

Color #30C3ED in popluar number systems.

HEX30C3ED
Decimal48195237
Binary1100001100001111101101
Octal60303355

Shades and tints

Shades of #30C3ED

#30C3ED
(48,195,237)
#2CB2D8
(44,178,216)
#28A1C3
(40,161,195)
#2490AE
(36,144,174)
#207F99
(32,127,153)
#1C6E84
(28,110,132)
#185D6F
(24,93,111)
#144C5A
(20,76,90)
#103B45
(16,59,69)
#0C2A30
(12,42,48)
#08191B
(8,25,27)
#000000
(0,0,0)

Tints of #30C3ED

#30C3ED
(48,195,237)
#42C8EE
(66,200,238)
#54CDEF
(84,205,239)
#66D2F0
(102,210,240)
#78D7F1
(120,215,241)
#8ADCF2
(138,220,242)
#9CE1F3
(156,225,243)
#AEE6F4
(174,230,244)
#C0EBF5
(192,235,245)
#D2F0F6
(210,240,246)
#E4F5F7
(228,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #30C3ED color. Also use rgb(48,195,237) instead hex code.

Text Font Color

.myTextColor { color: #30C3ED; }

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

This text font color is #30C3ED.


Background Color

.myBgColor { background-color: #30C3ED; }

<div style="background-color:#30C3ED">Inner text</div>

This div background color is #30C3ED.


Border color

.myBorderColor { border: 1px solid #30C3ED; }

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

This div border color is #30C3ED.


Opacity

.myOpacity80 { color: #30C3ED; opacity: 0.8; }

<p style="color:#30C3ED;opacity:0.8;">80%</p>

Text with #30C3ED 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 #30C3ED;}

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

This text has shadow with #30C3ED color.

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

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

This text has shadow with #30C3ED primary color and red secondary color.


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

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

This text has shadow with #30C3ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #30C3ED on black background.


Color preview on white background

This text has color #30C3ED on white background.



Black color preview on #30C3ED background

This text has black color on #30C3ED background.


White color preview on #30C3ED background

This text has white color on #30C3ED background.