COLOR #64D2EE

HEX: #64D2EE
RGB: (100,210,238)

Color info

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

RGB color model

#64D2EE color RGB value is (100,210,238).

  • red value is 100;
  • green value is 210;
  • blue value is 238.
RGB:
(100,210,238)
(39%,82%,93%)

RGB channels and saturation

R 100 of 255 = 39%
G 210 of 255 = 82%
B 238 of 255 = 93%

100
210
238

R + G + B ~ 71%. #64D2EE is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 210 + 238 = 548 (100%)
R 100 of 548 ~ 18.25%
G 210 of 548 ~ 38.32%
B 238 of 548 ~ 43.43%

%18.25
%38.32
%43.43

CMYK color model

#64D2EE color CMYK value is (58,12,0,7).

  • cyan value is 57.98%
  • magenta value is 11.76%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(58,12,0,7)
C58M12Y0K7 
(58%,12%,0%,7%)
(0.58/0.12/0.00/0.07)	

CMYK percentages

%57.98
%11.76
%0
%6.67

Codes

Color #64D2EE in popluar color models

64D2EE
RGB100210238
HSL192°80.23%66.27%
HSB/HSV192°57.98%93.33%
CMYK57.98%11.76%0.00%
6.67%

Color #64D2EE in popluar number systems.

HEX64D2EE
Decimal100210238
Binary11001001101001011101110
Octal144322356

Shades and tints

Shades of #64D2EE

#64D2EE
(100,210,238)
#5BBFD9
(91,191,217)
#52ACC4
(82,172,196)
#4999AF
(73,153,175)
#40869A
(64,134,154)
#377385
(55,115,133)
#2E6070
(46,96,112)
#254D5B
(37,77,91)
#1C3A46
(28,58,70)
#132731
(19,39,49)
#0A141C
(10,20,28)
#000000
(0,0,0)

Tints of #64D2EE

#64D2EE
(100,210,238)
#72D6EF
(114,214,239)
#80DAF0
(128,218,240)
#8EDEF1
(142,222,241)
#9CE2F2
(156,226,242)
#AAE6F3
(170,230,243)
#B8EAF4
(184,234,244)
#C6EEF5
(198,238,245)
#D4F2F6
(212,242,246)
#E2F6F7
(226,246,247)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64D2EE color. Also use rgb(100,210,238) instead hex code.

Text Font Color

.myTextColor { color: #64D2EE; }

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

This text font color is #64D2EE.


Background Color

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

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

This div background color is #64D2EE.


Border color

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

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

This div border color is #64D2EE.


Opacity

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

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

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

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

This text has shadow with #64D2EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64D2EE on black background.


Color preview on white background

This text has color #64D2EE on white background.



Black color preview on #64D2EE background

This text has black color on #64D2EE background.


White color preview on #64D2EE background

This text has white color on #64D2EE background.