COLOR #55B1FF

HEX: #55B1FF
RGB: (85,177,255)

Color info

#55B1FF contains mainly blue color. Web safe color of #55B1FF is #6699FF (or #69F).

RGB color model

#55B1FF color RGB value is (85,177,255).

  • red value is 85;
  • green value is 177;
  • blue value is 255.
RGB:
(85,177,255)
(33%,69%,100%)

RGB channels and saturation

R 85 of 255 = 33%
G 177 of 255 = 69%
B 255 of 255 = 100%

85
177
255

R + G + B ~ 67%. #55B1FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
85 + 177 + 255 = 517 (100%)
R 85 of 517 ~ 16.44%
G 177 of 517 ~ 34.24%
B 255 of 517 ~ 49.32%

%16.44
%34.24
%49.32

CMYK color model

#55B1FF color CMYK value is (67,31,0,0).

  • cyan value is 66.67%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(67,31,0,0)
C67M31Y0K0 
(67%,31%,0%,0%)
(0.67/0.31/0.00/0.00)	

CMYK percentages

%66.67
%30.59
%0
%0

Codes

Color #55B1FF in popluar color models

55B1FF
RGB85177255
HSL208°100.00%66.67%
HSB/HSV208°66.67%100.00%
CMYK66.67%30.59%0.00%
0.00%

Color #55B1FF in popluar number systems.

HEX55B1FF
Decimal85177255
Binary10101011011000111111111
Octal125261377

Shades and tints

Shades of #55B1FF

#55B1FF
(85,177,255)
#4EA1E8
(78,161,232)
#4791D1
(71,145,209)
#4081BA
(64,129,186)
#3971A3
(57,113,163)
#32618C
(50,97,140)
#2B5175
(43,81,117)
#24415E
(36,65,94)
#1D3147
(29,49,71)
#162130
(22,33,48)
#0F1119
(15,17,25)
#000000
(0,0,0)

Tints of #55B1FF

#55B1FF
(85,177,255)
#64B8FF
(100,184,255)
#73BFFF
(115,191,255)
#82C6FF
(130,198,255)
#91CDFF
(145,205,255)
#A0D4FF
(160,212,255)
#AFDBFF
(175,219,255)
#BEE2FF
(190,226,255)
#CDE9FF
(205,233,255)
#DCF0FF
(220,240,255)
#EBF7FF
(235,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #55B1FF color. Also use rgb(85,177,255) instead hex code.

Text Font Color

.myTextColor { color: #55B1FF; }

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

This text font color is #55B1FF.


Background Color

.myBgColor { background-color: #55B1FF; }

<div style="background-color:#55B1FF">Inner text</div>

This div background color is #55B1FF.


Border color

.myBorderColor { border: 1px solid #55B1FF; }

<div style="border:3px solid #55B1FF">Div</div>

This div border color is #55B1FF.


Opacity

.myOpacity80 { color: #55B1FF; opacity: 0.8; }

<p style="color:#55B1FF;opacity:0.8;">80%</p>

Text with #55B1FF 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 #55B1FF;}

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

This text has shadow with #55B1FF color.

.textShadow {text-shadow: 3px 3px 1px #55B1FF, 3px 3px 1px red;}

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

This text has shadow with #55B1FF primary color and red secondary color.


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

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

This text has shadow with #55B1FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #55B1FF on black background.


Color preview on white background

This text has color #55B1FF on white background.



Black color preview on #55B1FF background

This text has black color on #55B1FF background.


White color preview on #55B1FF background

This text has white color on #55B1FF background.