COLOR #85E4FF

HEX: #85E4FF
RGB: (133,228,255)

Renk bilgisi

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

RGB renk modeli

#85E4FF color RGB value is (133,228,255).

  • kırmız ton 133;
  • yeşil ton 228;
  • mavi ton 255.
RGB:
(133,228,255)
(52%,89%,100%)

RGB bağlantıları ve doygunluk

R 133 of 255 = 52%
G 228 of 255 = 89%
B 255 of 255 = 100%

133
228
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
133 + 228 + 255 = 616 (100%)
R 133 of 616 ~ 21.59%
G 228 of 616 ~ 37.01%
B 255 of 616 ~ 41.4%

%21.59
%37.01
%41.4

CMYK RENK MODELİ

#85E4FF rengi CMYK tonu (48,11,0,0).

  • camgöbeği tonu 47.84%
  • eflatun tonu 10.59%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(48,11,0,0)
C48M11Y0K0 
(48%,11%,0%,0%)
(0.48/0.11/0.00/0.00)	

CMYK yüzdeleri

%47.84
%10.59
%0
%0

Codes

Color #85E4FF in popluar color models

85E4FF
RGB133228255
HSL193°100.00%76.08%
HSB/HSV193°47.84%100.00%
CMYK47.84%10.59%0.00%
0.00%

Color #85E4FF in popluar number systems.

HEX85E4FF
Decimal133228255
Binary100001011110010011111111
Octal205344377

Shades and tints

Shades of #85E4FF

#85E4FF
(133,228,255)
#79D0E8
(121,208,232)
#6DBCD1
(109,188,209)
#61A8BA
(97,168,186)
#5594A3
(85,148,163)
#49808C
(73,128,140)
#3D6C75
(61,108,117)
#31585E
(49,88,94)
#254447
(37,68,71)
#193030
(25,48,48)
#0D1C19
(13,28,25)
#000000
(0,0,0)

Tints of #85E4FF

#85E4FF
(133,228,255)
#90E6FF
(144,230,255)
#9BE8FF
(155,232,255)
#A6EAFF
(166,234,255)
#B1ECFF
(177,236,255)
#BCEEFF
(188,238,255)
#C7F0FF
(199,240,255)
#D2F2FF
(210,242,255)
#DDF4FF
(221,244,255)
#E8F6FF
(232,246,255)
#F3F8FF
(243,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #85E4FF; }

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

This text font color is #85E4FF.


Background Color

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

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

This div background color is #85E4FF.


Border color

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

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

This div border color is #85E4FF.


Opacity

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

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

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

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

This text has shadow with #85E4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #85E4FF on black background.


Color preview on white background

This text has color #85E4FF on white background.



Black color preview on #85E4FF background

This text has black color on #85E4FF background.


White color preview on #85E4FF background

This text has white color on #85E4FF background.