COLOR #85E3F0

HEX: #85E3F0
RGB: (133,227,240)

Color info

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

RGB color model

#85E3F0 color RGB value is (133,227,240).

  • red value is 133;
  • green value is 227;
  • blue value is 240.
RGB:
(133,227,240)
(52%,89%,94%)

RGB channels and saturation

R 133 of 255 = 52%
G 227 of 255 = 89%
B 240 of 255 = 94%

133
227
240

R + G + B ~ 78%. #85E3F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 227 + 240 = 600 (100%)
R 133 of 600 ~ 22.17%
G 227 of 600 ~ 37.83%
B 240 of 600 ~ 40%

%22.17
%37.83
%40

CMYK color model

#85E3F0 color CMYK value is (45,5,0,6).

  • cyan value is 44.58%
  • magenta value is 5.42%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(45,5,0,6)
C45M5Y0K6 
(45%,5%,0%,6%)
(0.45/0.05/0.00/0.06)	

CMYK percentages

%44.58
%5.42
%0
%5.88

Codes

Color #85E3F0 in popluar color models

85E3F0
RGB133227240
HSL187°78.10%73.14%
HSB/HSV187°44.58%94.12%
CMYK44.58%5.42%0.00%
5.88%

Color #85E3F0 in popluar number systems.

HEX85E3F0
Decimal133227240
Binary100001011110001111110000
Octal205343360

Shades and tints

Shades of #85E3F0

#85E3F0
(133,227,240)
#79CFDB
(121,207,219)
#6DBBC6
(109,187,198)
#61A7B1
(97,167,177)
#55939C
(85,147,156)
#497F87
(73,127,135)
#3D6B72
(61,107,114)
#31575D
(49,87,93)
#254348
(37,67,72)
#192F33
(25,47,51)
#0D1B1E
(13,27,30)
#000000
(0,0,0)

Tints of #85E3F0

#85E3F0
(133,227,240)
#90E5F1
(144,229,241)
#9BE7F2
(155,231,242)
#A6E9F3
(166,233,243)
#B1EBF4
(177,235,244)
#BCEDF5
(188,237,245)
#C7EFF6
(199,239,246)
#D2F1F7
(210,241,247)
#DDF3F8
(221,243,248)
#E8F5F9
(232,245,249)
#F3F7FA
(243,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E3F0 color. Also use rgb(133,227,240) instead hex code.

Text Font Color

.myTextColor { color: #85E3F0; }

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

This text font color is #85E3F0.


Background Color

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

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

This div background color is #85E3F0.


Border color

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

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

This div border color is #85E3F0.


Opacity

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

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

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

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

This text has shadow with #85E3F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E3F0 on black background.


Color preview on white background

This text has color #85E3F0 on white background.



Black color preview on #85E3F0 background

This text has black color on #85E3F0 background.


White color preview on #85E3F0 background

This text has white color on #85E3F0 background.