COLOR #65AFE2

HEX: #65AFE2
RGB: (101,175,226)

Color info

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

RGB color model

#65AFE2 color RGB value is (101,175,226).

  • red value is 101;
  • green value is 175;
  • blue value is 226.
RGB:
(101,175,226)
(40%,69%,89%)

RGB channels and saturation

R 101 of 255 = 40%
G 175 of 255 = 69%
B 226 of 255 = 89%

101
175
226

R + G + B ~ 66%. #65AFE2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
101 + 175 + 226 = 502 (100%)
R 101 of 502 ~ 20.12%
G 175 of 502 ~ 34.86%
B 226 of 502 ~ 45.02%

%20.12
%34.86
%45.02

CMYK color model

#65AFE2 color CMYK value is (55,23,0,11).

  • cyan value is 55.31%
  • magenta value is 22.57%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(55,23,0,11)
C55M23Y0K11 
(55%,23%,0%,11%)
(0.55/0.23/0.00/0.11)	

CMYK percentages

%55.31
%22.57
%0
%11.37

Codes

Color #65AFE2 in popluar color models

65AFE2
RGB101175226
HSL204°68.31%64.12%
HSB/HSV204°55.31%88.63%
CMYK55.31%22.57%0.00%
11.37%

Color #65AFE2 in popluar number systems.

HEX65AFE2
Decimal101175226
Binary11001011010111111100010
Octal145257342

Shades and tints

Shades of #65AFE2

#65AFE2
(101,175,226)
#5CA0CE
(92,160,206)
#5391BA
(83,145,186)
#4A82A6
(74,130,166)
#417392
(65,115,146)
#38647E
(56,100,126)
#2F556A
(47,85,106)
#264656
(38,70,86)
#1D3742
(29,55,66)
#14282E
(20,40,46)
#0B191A
(11,25,26)
#000000
(0,0,0)

Tints of #65AFE2

#65AFE2
(101,175,226)
#73B6E4
(115,182,228)
#81BDE6
(129,189,230)
#8FC4E8
(143,196,232)
#9DCBEA
(157,203,234)
#ABD2EC
(171,210,236)
#B9D9EE
(185,217,238)
#C7E0F0
(199,224,240)
#D5E7F2
(213,231,242)
#E3EEF4
(227,238,244)
#F1F5F6
(241,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #65AFE2 color. Also use rgb(101,175,226) instead hex code.

Text Font Color

.myTextColor { color: #65AFE2; }

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

This text font color is #65AFE2.


Background Color

.myBgColor { background-color: #65AFE2; }

<div style="background-color:#65AFE2">Inner text</div>

This div background color is #65AFE2.


Border color

.myBorderColor { border: 1px solid #65AFE2; }

<div style="border:3px solid #65AFE2">Div</div>

This div border color is #65AFE2.


Opacity

.myOpacity80 { color: #65AFE2; opacity: 0.8; }

<p style="color:#65AFE2;opacity:0.8;">80%</p>

Text with #65AFE2 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 #65AFE2;}

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

This text has shadow with #65AFE2 color.

.textShadow {text-shadow: 3px 3px 1px #65AFE2, 3px 3px 1px red;}

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

This text has shadow with #65AFE2 primary color and red secondary color.


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

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

This text has shadow with #65AFE2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #65AFE2 on black background.


Color preview on white background

This text has color #65AFE2 on white background.



Black color preview on #65AFE2 background

This text has black color on #65AFE2 background.


White color preview on #65AFE2 background

This text has white color on #65AFE2 background.