COLOR #85BDDF

HEX: #85BDDF RGB: (133,189,223)

Color info

#85BDDF contains mainly green and blue colors. Web safe color of #85BDDF is #99CCCC (or #9CC).

RGB color model

#85BDDF color RGB value is (133,189,223).

RGB: (133,189,223) (52%, 74%, 87%)

RGB channels and saturation

R 133 of 255 = 52%
G 189 of 255 = 74%
B 223 of 255 = 87%

133
189
223

R + G + B ~ 71%. #85BDDF is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 189 + 223 = 545 (100%)
R 133 of 545 ~ 24.4%
G 189 of 545 ~ 34.68%
B 223 of 545 ~ 40.92'%

%24.4
%34.68
%40.92

CMYK color model

#85BDDF color CMYK value is (40,15,0,13).

  • cyan value is 40.36%
  • magenta value is 15.25%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (40,15,0,13)
C40M15Y0K13 (40%, 15%, 0%, 13%)
(0.40 / 0.15 / 0.00 / 0.13)

CMYK percentages

%40.36
%15.25
%0
%12.55

Codes

Color #85BDDF in popluar color models

85 BD DF
RGB 133 189 223
HSL 203° 58.44% 69.80%
HSB/HSV 203° 40.36% 87.45%
CMYK 40.36% 15.25% 0.00%
12.55%

Color #85BDDF in popluar number systems.

HEX 85 BD DF
Decimal 133 189 223
Binary 10000101 10111101 11011111
Octal 205 275 337

Shades and tints

Shades of #85BDDF

#85BDDF
(133,189,223)
#79ACCB
(121,172,203)
#6D9BB7
(109,155,183)
#618AA3
(97,138,163)
#55798F
(85,121,143)
#49687B
(73,104,123)
#3D5767
(61,87,103)
#314653
(49,70,83)
#25353F
(37,53,63)
#19242B
(25,36,43)
#0D1317
(13,19,23)
#000000
(0,0,0)

Tints of #85BDDF

#85BDDF
(133,189,223)
#90C3E1
(144,195,225)
#9BC9E3
(155,201,227)
#A6CFE5
(166,207,229)
#B1D5E7
(177,213,231)
#BCDBE9
(188,219,233)
#C7E1EB
(199,225,235)
#D2E7ED
(210,231,237)
#DDEDEF
(221,237,239)
#E8F3F1
(232,243,241)
#F3F9F3
(243,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85BDDF; }

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

This text font color is #85BDDF.

Background Color

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

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

This div background color is #85BDDF.

Border color

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

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

This div border color is #85BDDF.

Opacity

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

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

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

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

This text has shadow with #85BDDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85BDDF.

Preview

Color preview on black background

This text has color #85BDDF on black background.


Color preview on white background

This text has color #85BDDF on white background.


Black color preview on #85BDDF background

This text has black color on #85BDDF background.


White color preview on #85BDDF background

This text has white color on #85BDDF background.


Related colors

Complementary color

Complementary color for #hex is #7A4220.


I love getcolorcode.com

Triadic colors

1 #DF85BD and #BDDF85 with #85BDDF are triadic colors.

2 #DFBD85 and #BD85DF with #85BDDF are triadic colors.