COLOR #85BDEE

HEX: #85BDEE RGB: (133,189,238)

Color info

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

RGB color model

#85BDEE color RGB value is (133,189,238).

RGB: (133,189,238) (52%, 74%, 93%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 238 of 255 = 93%

133
189
238

R + G + B ~ 73%. #85BDEE is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 238 = 560 (100%)
R 133 of 560 ~ 23.75%
G 189 of 560 ~ 33.75%
B 238 of 560 ~ 42.5'%

%23.75
%33.75
%42.5

CMYK color model

#85BDEE color CMYK value is (44,21,0,7).

  • cyan value is 44.12%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (44,21,0,7)
C44M21Y0K7 (44%, 21%, 0%, 7%)
(0.44 / 0.21 / 0.00 / 0.07)

CMYK percentages

%44.12
%20.59
%0
%6.67

Codes

Color #85BDEE in popluar color models

85 BD EE
RGB 133 189 238
HSL 208° 75.54% 72.75%
HSB/HSV 208° 44.12% 93.33%
CMYK 44.12% 20.59% 0.00%
6.67%

Color #85BDEE in popluar number systems.

HEX 85 BD EE
Decimal 133 189 238
Binary 10000101 10111101 11101110
Octal 205 275 356

Shades and tints

Shades of #85BDEE

#85BDEE
(133,189,238)
#79ACD9
(121,172,217)
#6D9BC4
(109,155,196)
#618AAF
(97,138,175)
#55799A
(85,121,154)
#496885
(73,104,133)
#3D5770
(61,87,112)
#31465B
(49,70,91)
#253546
(37,53,70)
#192431
(25,36,49)
#0D131C
(13,19,28)
#000000
(0,0,0)

Tints of #85BDEE

#85BDEE
(133,189,238)
#90C3EF
(144,195,239)
#9BC9F0
(155,201,240)
#A6CFF1
(166,207,241)
#B1D5F2
(177,213,242)
#BCDBF3
(188,219,243)
#C7E1F4
(199,225,244)
#D2E7F5
(210,231,245)
#DDEDF6
(221,237,246)
#E8F3F7
(232,243,247)
#F3F9F8
(243,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85BDEE color. Also use rgb(133,189,238) instead hex code.

Text Font Color

.myTextColor { color: #85BDEE; }

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

This text font color is #85BDEE.

Background Color

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

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

This div background color is #85BDEE.

Border color

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

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

This div border color is #85BDEE.

Opacity

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

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

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

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

This text has shadow with #85BDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BDEE.

Preview

Color preview on black background

This text has color #85BDEE on black background.


Color preview on white background

This text has color #85BDEE on white background.


Black color preview on #85BDEE background

This text has black color on #85BDEE background.


White color preview on #85BDEE background

This text has white color on #85BDEE background.


Related colors

Complementary color

Complementary color for #hex is #7A4211.


I love getcolorcode.com

Triadic colors

1 #EE85BD and #BDEE85 with #85BDEE are triadic colors.

2 #EEBD85 and #BD85EE with #85BDEE are triadic colors.