COLOR #64BCE8

HEX: #64BCE8
RGB: (100,188,232)

Color info

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

RGB color model

#64BCE8 color RGB value is (100,188,232).

  • red value is 100;
  • green value is 188;
  • blue value is 232.
RGB:
(100,188,232)
(39%,74%,91%)

RGB channels and saturation

R 100 of 255 = 39%
G 188 of 255 = 74%
B 232 of 255 = 91%

100
188
232

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

Portions of RGB colors in percentages

R + G + B =
100 + 188 + 232 = 520 (100%)
R 100 of 520 ~ 19.23%
G 188 of 520 ~ 36.15%
B 232 of 520 ~ 44.62%

%19.23
%36.15
%44.62

CMYK color model

#64BCE8 color CMYK value is (57,19,0,9).

  • cyan value is 56.90%
  • magenta value is 18.97%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(57,19,0,9)
C57M19Y0K9 
(57%,19%,0%,9%)
(0.57/0.19/0.00/0.09)	

CMYK percentages

%56.9
%18.97
%0
%9.02

Codes

Color #64BCE8 in popluar color models

64BCE8
RGB100188232
HSL200°74.16%65.10%
HSB/HSV200°56.90%90.98%
CMYK56.90%18.97%0.00%
9.02%

Color #64BCE8 in popluar number systems.

HEX64BCE8
Decimal100188232
Binary11001001011110011101000
Octal144274350

Shades and tints

Shades of #64BCE8

#64BCE8
(100,188,232)
#5BABD3
(91,171,211)
#529ABE
(82,154,190)
#4989A9
(73,137,169)
#407894
(64,120,148)
#37677F
(55,103,127)
#2E566A
(46,86,106)
#254555
(37,69,85)
#1C3440
(28,52,64)
#13232B
(19,35,43)
#0A1216
(10,18,22)
#000000
(0,0,0)

Tints of #64BCE8

#64BCE8
(100,188,232)
#72C2EA
(114,194,234)
#80C8EC
(128,200,236)
#8ECEEE
(142,206,238)
#9CD4F0
(156,212,240)
#AADAF2
(170,218,242)
#B8E0F4
(184,224,244)
#C6E6F6
(198,230,246)
#D4ECF8
(212,236,248)
#E2F2FA
(226,242,250)
#F0F8FC
(240,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64BCE8 color. Also use rgb(100,188,232) instead hex code.

Text Font Color

.myTextColor { color: #64BCE8; }

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

This text font color is #64BCE8.


Background Color

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

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

This div background color is #64BCE8.


Border color

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

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

This div border color is #64BCE8.


Opacity

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

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

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

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

This text has shadow with #64BCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64BCE8 on black background.


Color preview on white background

This text has color #64BCE8 on white background.



Black color preview on #64BCE8 background

This text has black color on #64BCE8 background.


White color preview on #64BCE8 background

This text has white color on #64BCE8 background.