COLOR #85E2F2

HEX: #85E2F2 RGB: (133,226,242)

Color info

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

RGB color model

#85E2F2 color RGB value is (133,226,242).

RGB: (133,226,242) (52%, 89%, 95%)

RGB channels and saturation

R 133 of 255 = 52%
G 226 of 255 = 89%
B 242 of 255 = 95%

133
226
242

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

Portions of RGB colors in percentages

R + G + B = 133 + 226 + 242 = 601 (100%)
R 133 of 601 ~ 22.13%
G 226 of 601 ~ 37.6%
B 242 of 601 ~ 40.27'%

%22.13
%37.6
%40.27

CMYK color model

#85E2F2 color CMYK value is (45,7,0,5).

  • cyan value is 45.04%
  • magenta value is 6.61%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (45,7,0,5)
C45M7Y0K5 (45%, 7%, 0%, 5%)
(0.45 / 0.07 / 0.00 / 0.05)

CMYK percentages

%45.04
%6.61
%0
%5.1

Codes

Color #85E2F2 in popluar color models

85 E2 F2
RGB 133 226 242
HSL 189° 80.74% 73.53%
HSB/HSV 189° 45.04% 94.90%
CMYK 45.04% 6.61% 0.00%
5.10%

Color #85E2F2 in popluar number systems.

HEX 85 E2 F2
Decimal 133 226 242
Binary 10000101 11100010 11110010
Octal 205 342 362

Shades and tints

Shades of #85E2F2

#85E2F2
(133,226,242)
#79CEDC
(121,206,220)
#6DBAC6
(109,186,198)
#61A6B0
(97,166,176)
#55929A
(85,146,154)
#497E84
(73,126,132)
#3D6A6E
(61,106,110)
#315658
(49,86,88)
#254242
(37,66,66)
#192E2C
(25,46,44)
#0D1A16
(13,26,22)
#000000
(0,0,0)

Tints of #85E2F2

#85E2F2
(133,226,242)
#90E4F3
(144,228,243)
#9BE6F4
(155,230,244)
#A6E8F5
(166,232,245)
#B1EAF6
(177,234,246)
#BCECF7
(188,236,247)
#C7EEF8
(199,238,248)
#D2F0F9
(210,240,249)
#DDF2FA
(221,242,250)
#E8F4FB
(232,244,251)
#F3F6FC
(243,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E2F2; }

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

This text font color is #85E2F2.

Background Color

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

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

This div background color is #85E2F2.

Border color

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

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

This div border color is #85E2F2.

Opacity

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

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

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

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

This text has shadow with #85E2F2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85E2F2.

Preview

Color preview on black background

This text has color #85E2F2 on black background.


Color preview on white background

This text has color #85E2F2 on white background.


Black color preview on #85E2F2 background

This text has black color on #85E2F2 background.


White color preview on #85E2F2 background

This text has white color on #85E2F2 background.


Related colors

Complementary color

Complementary color for #hex is #7A1D0D.


I love getcolorcode.com

Triadic colors

1 #F285E2 and #E2F285 with #85E2F2 are triadic colors.

2 #F2E285 and #E285F2 with #85E2F2 are triadic colors.