COLOR #64C0EF

HEX: #64C0EF
RGB: (100,192,239)

Color info

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

RGB color model

#64C0EF color RGB value is (100,192,239).

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

RGB channels and saturation

R 100 of 255 = 39%
G 192 of 255 = 75%
B 239 of 255 = 94%

100
192
239

R + G + B ~ 69%. #64C0EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 192 + 239 = 531 (100%)
R 100 of 531 ~ 18.83%
G 192 of 531 ~ 36.16%
B 239 of 531 ~ 45.01%

%18.83
%36.16
%45.01

CMYK color model

#64C0EF color CMYK value is (58,20,0,6).

  • cyan value is 58.16%
  • magenta value is 19.67%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(58,20,0,6)
C58M20Y0K6 
(58%,20%,0%,6%)
(0.58/0.20/0.00/0.06)	

CMYK percentages

%58.16
%19.67
%0
%6.27

Codes

Color #64C0EF in popluar color models

64C0EF
RGB100192239
HSL200°81.29%66.47%
HSB/HSV200°58.16%93.73%
CMYK58.16%19.67%0.00%
6.27%

Color #64C0EF in popluar number systems.

HEX64C0EF
Decimal100192239
Binary11001001100000011101111
Octal144300357

Shades and tints

Shades of #64C0EF

#64C0EF
(100,192,239)
#5BAFDA
(91,175,218)
#529EC5
(82,158,197)
#498DB0
(73,141,176)
#407C9B
(64,124,155)
#376B86
(55,107,134)
#2E5A71
(46,90,113)
#25495C
(37,73,92)
#1C3847
(28,56,71)
#132732
(19,39,50)
#0A161D
(10,22,29)
#000000
(0,0,0)

Tints of #64C0EF

#64C0EF
(100,192,239)
#72C5F0
(114,197,240)
#80CAF1
(128,202,241)
#8ECFF2
(142,207,242)
#9CD4F3
(156,212,243)
#AAD9F4
(170,217,244)
#B8DEF5
(184,222,245)
#C6E3F6
(198,227,246)
#D4E8F7
(212,232,247)
#E2EDF8
(226,237,248)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #64C0EF; }

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

This text font color is #64C0EF.


Background Color

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

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

This div background color is #64C0EF.


Border color

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

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

This div border color is #64C0EF.


Opacity

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

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

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

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

This text has shadow with #64C0EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64C0EF on black background.


Color preview on white background

This text has color #64C0EF on white background.



Black color preview on #64C0EF background

This text has black color on #64C0EF background.


White color preview on #64C0EF background

This text has white color on #64C0EF background.