COLOR #85A5E8

HEX: #85A5E8 RGB: (133,165,232)

Color info

#85A5E8 contains mainly blue color. Web safe color of #85A5E8 is #9999FF (or #99F).

RGB color model

#85A5E8 color RGB value is (133,165,232).

RGB: (133,165,232) (52%, 65%, 91%)

RGB channels and saturation

R 133 of 255 = 52%
G 165 of 255 = 65%
B 232 of 255 = 91%

133
165
232

R + G + B ~ 69%. #85A5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 165 + 232 = 530 (100%)
R 133 of 530 ~ 25.09%
G 165 of 530 ~ 31.13%
B 232 of 530 ~ 43.77'%

%25.09
%31.13
%43.77

CMYK color model

#85A5E8 color CMYK value is (43,29,0,9).

  • cyan value is 42.67%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (43,29,0,9)
C43M29Y0K9 (43%, 29%, 0%, 9%)
(0.43 / 0.29 / 0.00 / 0.09)

CMYK percentages

%42.67
%28.88
%0
%9.02

Codes

Color #85A5E8 in popluar color models

85 A5 E8
RGB 133 165 232
HSL 221° 68.28% 71.57%
HSB/HSV 221° 42.67% 90.98%
CMYK 42.67% 28.88% 0.00%
9.02%

Color #85A5E8 in popluar number systems.

HEX 85 A5 E8
Decimal 133 165 232
Binary 10000101 10100101 11101000
Octal 205 245 350

Shades and tints

Shades of #85A5E8

#85A5E8
(133,165,232)
#7996D3
(121,150,211)
#6D87BE
(109,135,190)
#6178A9
(97,120,169)
#556994
(85,105,148)
#495A7F
(73,90,127)
#3D4B6A
(61,75,106)
#313C55
(49,60,85)
#252D40
(37,45,64)
#191E2B
(25,30,43)
#0D0F16
(13,15,22)
#000000
(0,0,0)

Tints of #85A5E8

#85A5E8
(133,165,232)
#90ADEA
(144,173,234)
#9BB5EC
(155,181,236)
#A6BDEE
(166,189,238)
#B1C5F0
(177,197,240)
#BCCDF2
(188,205,242)
#C7D5F4
(199,213,244)
#D2DDF6
(210,221,246)
#DDE5F8
(221,229,248)
#E8EDFA
(232,237,250)
#F3F5FC
(243,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85A5E8 color. Also use rgb(133,165,232) instead hex code.

Text Font Color

.myTextColor { color: #85A5E8; }

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

This text font color is #85A5E8.

Background Color

.myBgColor { background-color: #85A5E8; }

<div style="background-color:#85A5E8">Inner text</div>

This div background color is #85A5E8.

Border color

.myBorderColor { border: 1px solid #85A5E8; }

<div style="border:3px solid #85A5E8">Div</div>

This div border color is #85A5E8.

Opacity

.myOpacity80 { color: #85A5E8; opacity: 0.8; }

<p style="color:#85A5E8;opacity:0.8;">80%</p>

Text with #85A5E8 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 #85A5E8;}

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

This text has shadow with #85A5E8 color.


.textShadow {text-shadow: 3px 3px 1px #85A5E8', 3px 3px 1px red;}

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

This text has shadow with #85A5E8 primary color and red secondary color.


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

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

This text has shadow with #85A5E8 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85A5E8; -webkit-box-shadow: 1px 1px 3px 2px #85A5E8; box-shadow:1px 1px 3px 2px #85A5E8;">
Div content here
</div>

This div box has shadow with color #85A5E8.

Preview

Color preview on black background

This text has color #85A5E8 on black background.


Color preview on white background

This text has color #85A5E8 on white background.


Black color preview on #85A5E8 background

This text has black color on #85A5E8 background.


White color preview on #85A5E8 background

This text has white color on #85A5E8 background.


Related colors

Complementary color

Complementary color for #hex is #7A5A17.


I love getcolorcode.com

Triadic colors

1 #E885A5 and #A5E885 with #85A5E8 are triadic colors.

2 #E8A585 and #A585E8 with #85A5E8 are triadic colors.