COLOR #64E3EF

HEX: #64E3EF
RGB: (100,227,239)

Color info

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

RGB color model

#64E3EF color RGB value is (100,227,239).

  • red value is 100;
  • green value is 227;
  • blue value is 239.
RGB:
(100,227,239)
(39%,89%,94%)

RGB channels and saturation

R 100 of 255 = 39%
G 227 of 255 = 89%
B 239 of 255 = 94%

100
227
239

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

Portions of RGB colors in percentages

R + G + B =
100 + 227 + 239 = 566 (100%)
R 100 of 566 ~ 17.67%
G 227 of 566 ~ 40.11%
B 239 of 566 ~ 42.23%

%17.67
%40.11
%42.23

CMYK color model

#64E3EF color CMYK value is (58,5,0,6).

  • cyan value is 58.16%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(58,5,0,6)
C58M5Y0K6 
(58%,5%,0%,6%)
(0.58/0.05/0.00/0.06)	

CMYK percentages

%58.16
%5.02
%0
%6.27

Codes

Color #64E3EF in popluar color models

64E3EF
RGB100227239
HSL185°81.29%66.47%
HSB/HSV185°58.16%93.73%
CMYK58.16%5.02%0.00%
6.27%

Color #64E3EF in popluar number systems.

HEX64E3EF
Decimal100227239
Binary11001001110001111101111
Octal144343357

Shades and tints

Shades of #64E3EF

#64E3EF
(100,227,239)
#5BCFDA
(91,207,218)
#52BBC5
(82,187,197)
#49A7B0
(73,167,176)
#40939B
(64,147,155)
#377F86
(55,127,134)
#2E6B71
(46,107,113)
#25575C
(37,87,92)
#1C4347
(28,67,71)
#132F32
(19,47,50)
#0A1B1D
(10,27,29)
#000000
(0,0,0)

Tints of #64E3EF

#64E3EF
(100,227,239)
#72E5F0
(114,229,240)
#80E7F1
(128,231,241)
#8EE9F2
(142,233,242)
#9CEBF3
(156,235,243)
#AAEDF4
(170,237,244)
#B8EFF5
(184,239,245)
#C6F1F6
(198,241,246)
#D4F3F7
(212,243,247)
#E2F5F8
(226,245,248)
#F0F7F9
(240,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64E3EF color. Also use rgb(100,227,239) instead hex code.

Text Font Color

.myTextColor { color: #64E3EF; }

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

This text font color is #64E3EF.


Background Color

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

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

This div background color is #64E3EF.


Border color

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

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

This div border color is #64E3EF.


Opacity

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

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

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

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

This text has shadow with #64E3EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64E3EF on black background.


Color preview on white background

This text has color #64E3EF on white background.



Black color preview on #64E3EF background

This text has black color on #64E3EF background.


White color preview on #64E3EF background

This text has white color on #64E3EF background.