COLOR #85E5F9

HEX: #85E5F9
RGB: (133,229,249)

Renk bilgisi

#85E5F9 contains mainly green and blue colors. #85E5F9 ‘ nin web güvenlik rengi #99CCFF (ya da #9CF) dir.

RGB renk modeli

#85E5F9 color RGB value is (133,229,249).

  • kırmız ton 133;
  • yeşil ton 229;
  • mavi ton 249.
RGB:
(133,229,249)
(52%,90%,98%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 229 of 255 = 90%
B 249 of 255 = 98%

133
229
249

R + G + B ~ 80%. #85E5F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 229 + 249 = 611 (100%)
R 133 of 611 ~ 21.77%
G 229 of 611 ~ 37.48%
B 249 of 611 ~ 40.75%

%21.77
%37.48
%40.75

CMYK RENK MODELİ

#85E5F9 rengi CMYK tonu (47,8,0,2).

  • camgöbeği tonu 46.59%
  • eflatun tonu 8.03%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(47,8,0,2)
C47M8Y0K2 
(47%,8%,0%,2%)
(0.47/0.08/0.00/0.02)	

CMYK yüzdeleri

%46.59
%8.03
%0
%2.35

Codes

Color #85E5F9 in popluar color models

85E5F9
RGB133229249
HSL190°90.63%74.90%
HSB/HSV190°46.59%97.65%
CMYK46.59%8.03%0.00%
2.35%

Color #85E5F9 in popluar number systems.

HEX85E5F9
Decimal133229249
Binary100001011110010111111001
Octal205345371

Shades and tints

Shades of #85E5F9

#85E5F9
(133,229,249)
#79D1E3
(121,209,227)
#6DBDCD
(109,189,205)
#61A9B7
(97,169,183)
#5595A1
(85,149,161)
#49818B
(73,129,139)
#3D6D75
(61,109,117)
#31595F
(49,89,95)
#254549
(37,69,73)
#193133
(25,49,51)
#0D1D1D
(13,29,29)
#000000
(0,0,0)

Tints of #85E5F9

#85E5F9
(133,229,249)
#90E7F9
(144,231,249)
#9BE9F9
(155,233,249)
#A6EBF9
(166,235,249)
#B1EDF9
(177,237,249)
#BCEFF9
(188,239,249)
#C7F1F9
(199,241,249)
#D2F3F9
(210,243,249)
#DDF5F9
(221,245,249)
#E8F7F9
(232,247,249)
#F3F9F9
(243,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85E5F9 color. Also use rgb(133,229,249) instead hex code.

Text Font Color

.myTextColor { color: #85E5F9; }

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

This text font color is #85E5F9.


Background Color

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

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

This div background color is #85E5F9.


Border color

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

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

This div border color is #85E5F9.


Opacity

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

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

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

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

This text has shadow with #85E5F9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E5F9 on black background.


Color preview on white background

This text has color #85E5F9 on white background.



Black color preview on #85E5F9 background

This text has black color on #85E5F9 background.


White color preview on #85E5F9 background

This text has white color on #85E5F9 background.