COLOR #64DCF6

HEX: #64DCF6
RGB: (100,220,246)

Color info

#64DCF6 contains mainly green and blue colors. Web safe color of #64DCF6 is #66CCFF (or #6CF).

RGB color model

#64DCF6 color RGB value is (100,220,246).

  • red value is 100;
  • green value is 220;
  • blue value is 246.
RGB:
(100,220,246)
(39%,86%,96%)

RGB channels and saturation

R 100 of 255 = 39%
G 220 of 255 = 86%
B 246 of 255 = 96%

100
220
246

R + G + B ~ 74%. #64DCF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 220 + 246 = 566 (100%)
R 100 of 566 ~ 17.67%
G 220 of 566 ~ 38.87%
B 246 of 566 ~ 43.46%

%17.67
%38.87
%43.46

CMYK color model

#64DCF6 color CMYK value is (59,11,0,4).

  • cyan value is 59.35%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(59,11,0,4)
C59M11Y0K4 
(59%,11%,0%,4%)
(0.59/0.11/0.00/0.04)	

CMYK percentages

%59.35
%10.57
%0
%3.53

Codes

Color #64DCF6 in popluar color models

64DCF6
RGB100220246
HSL191°89.02%67.84%
HSB/HSV191°59.35%96.47%
CMYK59.35%10.57%0.00%
3.53%

Color #64DCF6 in popluar number systems.

HEX64DCF6
Decimal100220246
Binary11001001101110011110110
Octal144334366

Shades and tints

Shades of #64DCF6

#64DCF6
(100,220,246)
#5BC8E0
(91,200,224)
#52B4CA
(82,180,202)
#49A0B4
(73,160,180)
#408C9E
(64,140,158)
#377888
(55,120,136)
#2E6472
(46,100,114)
#25505C
(37,80,92)
#1C3C46
(28,60,70)
#132830
(19,40,48)
#0A141A
(10,20,26)
#000000
(0,0,0)

Tints of #64DCF6

#64DCF6
(100,220,246)
#72DFF6
(114,223,246)
#80E2F6
(128,226,246)
#8EE5F6
(142,229,246)
#9CE8F6
(156,232,246)
#AAEBF6
(170,235,246)
#B8EEF6
(184,238,246)
#C6F1F6
(198,241,246)
#D4F4F6
(212,244,246)
#E2F7F6
(226,247,246)
#F0FAF6
(240,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64DCF6 color. Also use rgb(100,220,246) instead hex code.

Text Font Color

.myTextColor { color: #64DCF6; }

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

This text font color is #64DCF6.


Background Color

.myBgColor { background-color: #64DCF6; }

<div style="background-color:#64DCF6">Inner text</div>

This div background color is #64DCF6.


Border color

.myBorderColor { border: 1px solid #64DCF6; }

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

This div border color is #64DCF6.


Opacity

.myOpacity80 { color: #64DCF6; opacity: 0.8; }

<p style="color:#64DCF6;opacity:0.8;">80%</p>

Text with #64DCF6 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 #64DCF6;}

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

This text has shadow with #64DCF6 color.

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

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

This text has shadow with #64DCF6 primary color and red secondary color.


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

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

This text has shadow with #64DCF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64DCF6 on black background.


Color preview on white background

This text has color #64DCF6 on white background.



Black color preview on #64DCF6 background

This text has black color on #64DCF6 background.


White color preview on #64DCF6 background

This text has white color on #64DCF6 background.