COLOR #85E1F8

HEX: #85E1F8
RGB: (133,225,248)

Color info

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

RGB color model

#85E1F8 color RGB value is (133,225,248).

  • red value is 133;
  • green value is 225;
  • blue value is 248.
RGB:
(133,225,248)
(52%,88%,97%)

RGB channels and saturation

R 133 of 255 = 52%
G 225 of 255 = 88%
B 248 of 255 = 97%

133
225
248

R + G + B ~ 79%. #85E1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 225 + 248 = 606 (100%)
R 133 of 606 ~ 21.95%
G 225 of 606 ~ 37.13%
B 248 of 606 ~ 40.92%

%21.95
%37.13
%40.92

CMYK color model

#85E1F8 color CMYK value is (46,9,0,3).

  • cyan value is 46.37%
  • magenta value is 9.27%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(46,9,0,3)
C46M9Y0K3 
(46%,9%,0%,3%)
(0.46/0.09/0.00/0.03)	

CMYK percentages

%46.37
%9.27
%0
%2.75

Codes

Color #85E1F8 in popluar color models

85E1F8
RGB133225248
HSL192°89.15%74.71%
HSB/HSV192°46.37%97.25%
CMYK46.37%9.27%0.00%
2.75%

Color #85E1F8 in popluar number systems.

HEX85E1F8
Decimal133225248
Binary100001011110000111111000
Octal205341370

Shades and tints

Shades of #85E1F8

#85E1F8
(133,225,248)
#79CDE2
(121,205,226)
#6DB9CC
(109,185,204)
#61A5B6
(97,165,182)
#5591A0
(85,145,160)
#497D8A
(73,125,138)
#3D6974
(61,105,116)
#31555E
(49,85,94)
#254148
(37,65,72)
#192D32
(25,45,50)
#0D191C
(13,25,28)
#000000
(0,0,0)

Tints of #85E1F8

#85E1F8
(133,225,248)
#90E3F8
(144,227,248)
#9BE5F8
(155,229,248)
#A6E7F8
(166,231,248)
#B1E9F8
(177,233,248)
#BCEBF8
(188,235,248)
#C7EDF8
(199,237,248)
#D2EFF8
(210,239,248)
#DDF1F8
(221,241,248)
#E8F3F8
(232,243,248)
#F3F5F8
(243,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E1F8 color. Also use rgb(133,225,248) instead hex code.

Text Font Color

.myTextColor { color: #85E1F8; }

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

This text font color is #85E1F8.


Background Color

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

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

This div background color is #85E1F8.


Border color

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

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

This div border color is #85E1F8.


Opacity

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

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

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

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

This text has shadow with #85E1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E1F8 on black background.


Color preview on white background

This text has color #85E1F8 on white background.



Black color preview on #85E1F8 background

This text has black color on #85E1F8 background.


White color preview on #85E1F8 background

This text has white color on #85E1F8 background.