COLOR #85BAF9

HEX: #85BAF9 RGB: (133,186,249)

Color info

#85BAF9 contains mainly blue color. Web safe color of #85BAF9 is #99CCFF (or #9CF).

RGB color model

#85BAF9 color RGB value is (133,186,249).

RGB: (133,186,249) (52%, 73%, 98%)

RGB channels and saturation

R 133 of 255 = 52%
G 186 of 255 = 73%
B 249 of 255 = 98%

133
186
249

R + G + B ~ 74%. #85BAF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 186 + 249 = 568 (100%)
R 133 of 568 ~ 23.42%
G 186 of 568 ~ 32.75%
B 249 of 568 ~ 43.84'%

%23.42
%32.75
%43.84

CMYK color model

#85BAF9 color CMYK value is (47,25,0,2).

  • cyan value is 46.59%
  • magenta value is 25.30%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (47,25,0,2)
C47M25Y0K2 (47%, 25%, 0%, 2%)
(0.47 / 0.25 / 0.00 / 0.02)

CMYK percentages

%46.59
%25.3
%0
%2.35

Codes

Color #85BAF9 in popluar color models

85 BA F9
RGB 133 186 249
HSL 213° 90.63% 74.90%
HSB/HSV 213° 46.59% 97.65%
CMYK 46.59% 25.30% 0.00%
2.35%

Color #85BAF9 in popluar number systems.

HEX 85 BA F9
Decimal 133 186 249
Binary 10000101 10111010 11111001
Octal 205 272 371

Shades and tints

Shades of #85BAF9

#85BAF9
(133,186,249)
#79AAE3
(121,170,227)
#6D9ACD
(109,154,205)
#618AB7
(97,138,183)
#557AA1
(85,122,161)
#496A8B
(73,106,139)
#3D5A75
(61,90,117)
#314A5F
(49,74,95)
#253A49
(37,58,73)
#192A33
(25,42,51)
#0D1A1D
(13,26,29)
#000000
(0,0,0)

Tints of #85BAF9

#85BAF9
(133,186,249)
#90C0F9
(144,192,249)
#9BC6F9
(155,198,249)
#A6CCF9
(166,204,249)
#B1D2F9
(177,210,249)
#BCD8F9
(188,216,249)
#C7DEF9
(199,222,249)
#D2E4F9
(210,228,249)
#DDEAF9
(221,234,249)
#E8F0F9
(232,240,249)
#F3F6F9
(243,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BAF9 color. Also use rgb(133,186,249) instead hex code.

Text Font Color

.myTextColor { color: #85BAF9; }

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

This text font color is #85BAF9.

Background Color

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

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

This div background color is #85BAF9.

Border color

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

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

This div border color is #85BAF9.

Opacity

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

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

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

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

This text has shadow with #85BAF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BAF9.

Preview

Color preview on black background

This text has color #85BAF9 on black background.


Color preview on white background

This text has color #85BAF9 on white background.


Black color preview on #85BAF9 background

This text has black color on #85BAF9 background.


White color preview on #85BAF9 background

This text has white color on #85BAF9 background.


Related colors

Complementary color

Complementary color for #hex is #7A4506.


I love getcolorcode.com

Triadic colors

1 #F985BA and #BAF985 with #85BAF9 are triadic colors.

2 #F9BA85 and #BA85F9 with #85BAF9 are triadic colors.