COLOR #85BBEB

HEX: #85BBEB
RGB: (133,187,235)

Color info

#85BBEB contains mainly green and blue colors. Web safe color of #85BBEB is #99CCFF (or #9CF).

RGB color model

#85BBEB color RGB value is (133,187,235).

  • red value is 133;
  • green value is 187;
  • blue value is 235.
RGB:
(133,187,235)
(52%,73%,92%)

RGB channels and saturation

R 133 of 255 = 52%
G 187 of 255 = 73%
B 235 of 255 = 92%

133
187
235

R + G + B ~ 72%. #85BBEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 187 + 235 = 555 (100%)
R 133 of 555 ~ 23.96%
G 187 of 555 ~ 33.69%
B 235 of 555 ~ 42.34%

%23.96
%33.69
%42.34

CMYK color model

#85BBEB color CMYK value is (43,20,0,8).

  • cyan value is 43.40%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(43,20,0,8)
C43M20Y0K8 
(43%,20%,0%,8%)
(0.43/0.20/0.00/0.08)	

CMYK percentages

%43.4
%20.43
%0
%7.84

Codes

Color #85BBEB in popluar color models

85BBEB
RGB133187235
HSL208°71.83%72.16%
HSB/HSV208°43.40%92.16%
CMYK43.40%20.43%0.00%
7.84%

Color #85BBEB in popluar number systems.

HEX85BBEB
Decimal133187235
Binary100001011011101111101011
Octal205273353

Shades and tints

Shades of #85BBEB

#85BBEB
(133,187,235)
#79AAD6
(121,170,214)
#6D99C1
(109,153,193)
#6188AC
(97,136,172)
#557797
(85,119,151)
#496682
(73,102,130)
#3D556D
(61,85,109)
#314458
(49,68,88)
#253343
(37,51,67)
#19222E
(25,34,46)
#0D1119
(13,17,25)
#000000
(0,0,0)

Tints of #85BBEB

#85BBEB
(133,187,235)
#90C1EC
(144,193,236)
#9BC7ED
(155,199,237)
#A6CDEE
(166,205,238)
#B1D3EF
(177,211,239)
#BCD9F0
(188,217,240)
#C7DFF1
(199,223,241)
#D2E5F2
(210,229,242)
#DDEBF3
(221,235,243)
#E8F1F4
(232,241,244)
#F3F7F5
(243,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BBEB color. Also use rgb(133,187,235) instead hex code.

Text Font Color

.myTextColor { color: #85BBEB; }

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

This text font color is #85BBEB.


Background Color

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

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

This div background color is #85BBEB.


Border color

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

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

This div border color is #85BBEB.


Opacity

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

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

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

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

This text has shadow with #85BBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85BBEB on black background.


Color preview on white background

This text has color #85BBEB on white background.



Black color preview on #85BBEB background

This text has black color on #85BBEB background.


White color preview on #85BBEB background

This text has white color on #85BBEB background.