COLOR #85F8FA

HEX: #85F8FA
RGB: (133,248,250)

Color info

#85F8FA contains mainly green and blue colors. Web safe color of #85F8FA is #99FFFF (or #9FF).

RGB color model

#85F8FA color RGB value is (133,248,250).

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

RGB channels and saturation

R 133 of 255 = 52%
G 248 of 255 = 97%
B 250 of 255 = 98%

133
248
250

R + G + B ~ 82%. #85F8FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
133 + 248 + 250 = 631 (100%)
R 133 of 631 ~ 21.08%
G 248 of 631 ~ 39.3%
B 250 of 631 ~ 39.62%

%21.08
%39.3
%39.62

CMYK color model

#85F8FA color CMYK value is (47,1,0,2).

  • cyan value is 46.80%
  • magenta value is 0.80%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(47,1,0,2)
C47M1Y0K2 
(47%,1%,0%,2%)
(0.47/0.01/0.00/0.02)	

CMYK percentages

%46.8
%0.8
%0
%1.96

Codes

Color #85F8FA in popluar color models

85F8FA
RGB133248250
HSL181°92.13%75.10%
HSB/HSV181°46.80%98.04%
CMYK46.80%0.80%0.00%
1.96%

Color #85F8FA in popluar number systems.

HEX85F8FA
Decimal133248250
Binary100001011111100011111010
Octal205370372

Shades and tints

Shades of #85F8FA

#85F8FA
(133,248,250)
#79E2E4
(121,226,228)
#6DCCCE
(109,204,206)
#61B6B8
(97,182,184)
#55A0A2
(85,160,162)
#498A8C
(73,138,140)
#3D7476
(61,116,118)
#315E60
(49,94,96)
#25484A
(37,72,74)
#193234
(25,50,52)
#0D1C1E
(13,28,30)
#000000
(0,0,0)

Tints of #85F8FA

#85F8FA
(133,248,250)
#90F8FA
(144,248,250)
#9BF8FA
(155,248,250)
#A6F8FA
(166,248,250)
#B1F8FA
(177,248,250)
#BCF8FA
(188,248,250)
#C7F8FA
(199,248,250)
#D2F8FA
(210,248,250)
#DDF8FA
(221,248,250)
#E8F8FA
(232,248,250)
#F3F8FA
(243,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85F8FA; }

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

This text font color is #85F8FA.


Background Color

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

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

This div background color is #85F8FA.


Border color

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

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

This div border color is #85F8FA.


Opacity

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

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

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

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

This text has shadow with #85F8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85F8FA on black background.


Color preview on white background

This text has color #85F8FA on white background.



Black color preview on #85F8FA background

This text has black color on #85F8FA background.


White color preview on #85F8FA background

This text has white color on #85F8FA background.