COLOR #64AFE5

HEX: #64AFE5
RGB: (100,175,229)

Color info

#64AFE5 contains mainly green and blue colors. Web safe color of #64AFE5 is #6699CC (or #69C).

RGB color model

#64AFE5 color RGB value is (100,175,229).

  • red value is 100;
  • green value is 175;
  • blue value is 229.
RGB:
(100,175,229)
(39%,69%,90%)

RGB channels and saturation

R 100 of 255 = 39%
G 175 of 255 = 69%
B 229 of 255 = 90%

100
175
229

R + G + B ~ 66%. #64AFE5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
100 + 175 + 229 = 504 (100%)
R 100 of 504 ~ 19.84%
G 175 of 504 ~ 34.72%
B 229 of 504 ~ 45.44%

%19.84
%34.72
%45.44

CMYK color model

#64AFE5 color CMYK value is (56,24,0,10).

  • cyan value is 56.33%
  • magenta value is 23.58%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(56,24,0,10)
C56M24Y0K10 
(56%,24%,0%,10%)
(0.56/0.24/0.00/0.10)	

CMYK percentages

%56.33
%23.58
%0
%10.2

Codes

Color #64AFE5 in popluar color models

64AFE5
RGB100175229
HSL205°71.27%64.51%
HSB/HSV205°56.33%89.80%
CMYK56.33%23.58%0.00%
10.20%

Color #64AFE5 in popluar number systems.

HEX64AFE5
Decimal100175229
Binary11001001010111111100101
Octal144257345

Shades and tints

Shades of #64AFE5

#64AFE5
(100,175,229)
#5BA0D1
(91,160,209)
#5291BD
(82,145,189)
#4982A9
(73,130,169)
#407395
(64,115,149)
#376481
(55,100,129)
#2E556D
(46,85,109)
#254659
(37,70,89)
#1C3745
(28,55,69)
#132831
(19,40,49)
#0A191D
(10,25,29)
#000000
(0,0,0)

Tints of #64AFE5

#64AFE5
(100,175,229)
#72B6E7
(114,182,231)
#80BDE9
(128,189,233)
#8EC4EB
(142,196,235)
#9CCBED
(156,203,237)
#AAD2EF
(170,210,239)
#B8D9F1
(184,217,241)
#C6E0F3
(198,224,243)
#D4E7F5
(212,231,245)
#E2EEF7
(226,238,247)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #64AFE5 color. Also use rgb(100,175,229) instead hex code.

Text Font Color

.myTextColor { color: #64AFE5; }

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

This text font color is #64AFE5.


Background Color

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

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

This div background color is #64AFE5.


Border color

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

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

This div border color is #64AFE5.


Opacity

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

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

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

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

This text has shadow with #64AFE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #64AFE5 on black background.


Color preview on white background

This text has color #64AFE5 on white background.



Black color preview on #64AFE5 background

This text has black color on #64AFE5 background.


White color preview on #64AFE5 background

This text has white color on #64AFE5 background.