COLOR #64C9DC

HEX: #64C9DC RGB: (100,201,220)

Color info

#64C9DC contains mainly green and blue colors. Web safe color of #64C9DC is #66CCCC (or #6CC).

RGB color model

#64C9DC color RGB value is (100,201,220).

RGB: (100,201,220) (39%, 79%, 86%)

RGB channels and saturation

R 100 of 255 = 39%
G 201 of 255 = 79%
B 220 of 255 = 86%

100
201
220

R + G + B ~ 68%. #64C9DC is quite light color.

Portions of RGB colors in percentages

R + G + B = 100 + 201 + 220 = 521 (100%)
R 100 of 521 ~ 19.19%
G 201 of 521 ~ 38.58%
B 220 of 521 ~ 42.23'%

%19.19
%38.58
%42.23

CMYK color model

#64C9DC color CMYK value is (55,9,0,14).

  • cyan value is 54.55%
  • magenta value is 8.64%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (55,9,0,14)
C55M9Y0K14 (55%, 9%, 0%, 14%)
(0.55 / 0.09 / 0.00 / 0.14)

CMYK percentages

%54.55
%8.64
%0
%13.73

Codes

Color #64C9DC in popluar color models

64 C9 DC
RGB 100 201 220
HSL 190° 63.16% 62.75%
HSB/HSV 190° 54.55% 86.27%
CMYK 54.55% 8.64% 0.00%
13.73%

Color #64C9DC in popluar number systems.

HEX 64 C9 DC
Decimal 100 201 220
Binary 1100100 11001001 11011100
Octal 144 311 334

Shades and tints

Shades of #64C9DC

#64C9DC
(100,201,220)
#5BB7C8
(91,183,200)
#52A5B4
(82,165,180)
#4993A0
(73,147,160)
#40818C
(64,129,140)
#376F78
(55,111,120)
#2E5D64
(46,93,100)
#254B50
(37,75,80)
#1C393C
(28,57,60)
#132728
(19,39,40)
#0A1514
(10,21,20)
#000000
(0,0,0)

Tints of #64C9DC

#64C9DC
(100,201,220)
#72CDDF
(114,205,223)
#80D1E2
(128,209,226)
#8ED5E5
(142,213,229)
#9CD9E8
(156,217,232)
#AADDEB
(170,221,235)
#B8E1EE
(184,225,238)
#C6E5F1
(198,229,241)
#D4E9F4
(212,233,244)
#E2EDF7
(226,237,247)
#F0F1FA
(240,241,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64C9DC; }

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

This text font color is #64C9DC.

Background Color

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

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

This div background color is #64C9DC.

Border color

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

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

This div border color is #64C9DC.

Opacity

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

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

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

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

This text has shadow with #64C9DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #64C9DC.

Preview

Color preview on black background

This text has color #64C9DC on black background.


Color preview on white background

This text has color #64C9DC on white background.


Black color preview on #64C9DC background

This text has black color on #64C9DC background.


White color preview on #64C9DC background

This text has white color on #64C9DC background.


Related colors

Complementary color

Complementary color for #hex is #9B3623.


I love getcolorcode.com

Triadic colors

1 #DC64C9 and #C9DC64 with #64C9DC are triadic colors.

2 #DCC964 and #C964DC with #64C9DC are triadic colors.