COLOR #85F2FF

HEX: #85F2FF RGB: (133,242,255)

Color info

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

RGB color model

#85F2FF color RGB value is (133,242,255).

RGB: (133,242,255) (52%, 95%, 100%)

RGB channels and saturation

R 133 of 255 = 52%
G 242 of 255 = 95%
B 255 of 255 = 100%

133
242
255

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

Portions of RGB colors in percentages

R + G + B = 133 + 242 + 255 = 630 (100%)
R 133 of 630 ~ 21.11%
G 242 of 630 ~ 38.41%
B 255 of 630 ~ 40.48'%

%21.11
%38.41
%40.48

CMYK color model

#85F2FF color CMYK value is (48,5,0,0).

  • cyan value is 47.84%
  • magenta value is 5.10%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (48,5,0,0)
C48M5Y0K0 (48%, 5%, 0%, 0%)
(0.48 / 0.05 / 0.00 / 0.00)

CMYK percentages

%47.84
%5.1
%0
%0

Codes

Color #85F2FF in popluar color models

85 F2 FF
RGB 133 242 255
HSL 186° 100.00% 76.08%
HSB/HSV 186° 47.84% 100.00%
CMYK 47.84% 5.10% 0.00%
0.00%

Color #85F2FF in popluar number systems.

HEX 85 F2 FF
Decimal 133 242 255
Binary 10000101 11110010 11111111
Octal 205 362 377

Shades and tints

Shades of #85F2FF

#85F2FF
(133,242,255)
#79DCE8
(121,220,232)
#6DC6D1
(109,198,209)
#61B0BA
(97,176,186)
#559AA3
(85,154,163)
#49848C
(73,132,140)
#3D6E75
(61,110,117)
#31585E
(49,88,94)
#254247
(37,66,71)
#192C30
(25,44,48)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #85F2FF

#85F2FF
(133,242,255)
#90F3FF
(144,243,255)
#9BF4FF
(155,244,255)
#A6F5FF
(166,245,255)
#B1F6FF
(177,246,255)
#BCF7FF
(188,247,255)
#C7F8FF
(199,248,255)
#D2F9FF
(210,249,255)
#DDFAFF
(221,250,255)
#E8FBFF
(232,251,255)
#F3FCFF
(243,252,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85F2FF color. Also use rgb(133,242,255) instead hex code.

Text Font Color

.myTextColor { color: #85F2FF; }

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

This text font color is #85F2FF.

Background Color

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

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

This div background color is #85F2FF.

Border color

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

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

This div border color is #85F2FF.

Opacity

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

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

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

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

This text has shadow with #85F2FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85F2FF.

Preview

Color preview on black background

This text has color #85F2FF on black background.


Color preview on white background

This text has color #85F2FF on white background.


Black color preview on #85F2FF background

This text has black color on #85F2FF background.


White color preview on #85F2FF background

This text has white color on #85F2FF background.


Related colors

Complementary color

Complementary color for #hex is #7A0D00.


I love getcolorcode.com

Triadic colors

1 #FF85F2 and #F2FF85 with #85F2FF are triadic colors.

2 #FFF285 and #F285FF with #85F2FF are triadic colors.