COLOR #85CEF4

HEX: #85CEF4 RGB: (133,206,244)

Color info

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

RGB color model

#85CEF4 color RGB value is (133,206,244).

RGB: (133,206,244) (52%, 81%, 96%)

RGB channels and saturation

R 133 of 255 = 52%
G 206 of 255 = 81%
B 244 of 255 = 96%

133
206
244

R + G + B ~ 76%. #85CEF4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 133 + 206 + 244 = 583 (100%)
R 133 of 583 ~ 22.81%
G 206 of 583 ~ 35.33%
B 244 of 583 ~ 41.85'%

%22.81
%35.33
%41.85

CMYK color model

#85CEF4 color CMYK value is (45,16,0,4).

  • cyan value is 45.49%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (45,16,0,4)
C45M16Y0K4 (45%, 16%, 0%, 4%)
(0.45 / 0.16 / 0.00 / 0.04)

CMYK percentages

%45.49
%15.57
%0
%4.31

Codes

Color #85CEF4 in popluar color models

85 CE F4
RGB 133 206 244
HSL 201° 83.46% 73.92%
HSB/HSV 201° 45.49% 95.69%
CMYK 45.49% 15.57% 0.00%
4.31%

Color #85CEF4 in popluar number systems.

HEX 85 CE F4
Decimal 133 206 244
Binary 10000101 11001110 11110100
Octal 205 316 364

Shades and tints

Shades of #85CEF4

#85CEF4
(133,206,244)
#79BCDE
(121,188,222)
#6DAAC8
(109,170,200)
#6198B2
(97,152,178)
#55869C
(85,134,156)
#497486
(73,116,134)
#3D6270
(61,98,112)
#31505A
(49,80,90)
#253E44
(37,62,68)
#192C2E
(25,44,46)
#0D1A18
(13,26,24)
#000000
(0,0,0)

Tints of #85CEF4

#85CEF4
(133,206,244)
#90D2F5
(144,210,245)
#9BD6F6
(155,214,246)
#A6DAF7
(166,218,247)
#B1DEF8
(177,222,248)
#BCE2F9
(188,226,249)
#C7E6FA
(199,230,250)
#D2EAFB
(210,234,251)
#DDEEFC
(221,238,252)
#E8F2FD
(232,242,253)
#F3F6FE
(243,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #85CEF4 color. Also use rgb(133,206,244) instead hex code.

Text Font Color

.myTextColor { color: #85CEF4; }

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

This text font color is #85CEF4.

Background Color

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

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

This div background color is #85CEF4.

Border color

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

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

This div border color is #85CEF4.

Opacity

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

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

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

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

This text has shadow with #85CEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #85CEF4.

Preview

Color preview on black background

This text has color #85CEF4 on black background.


Color preview on white background

This text has color #85CEF4 on white background.


Black color preview on #85CEF4 background

This text has black color on #85CEF4 background.


White color preview on #85CEF4 background

This text has white color on #85CEF4 background.


Related colors

Complementary color

Complementary color for #hex is #7A310B.


I love getcolorcode.com

Triadic colors

1 #F485CE and #CEF485 with #85CEF4 are triadic colors.

2 #F4CE85 and #CE85F4 with #85CEF4 are triadic colors.