COLOR #5AB1EB

HEX: #5AB1EB
RGB: (90,177,235)

Color info

#5AB1EB contains mainly green and blue colors. Web safe color of #5AB1EB is #6699FF (or #69F).

RGB color model

#5AB1EB color RGB value is (90,177,235).

  • red value is 90;
  • green value is 177;
  • blue value is 235.
RGB:
(90,177,235)
(35%,69%,92%)

RGB channels and saturation

R 90 of 255 = 35%
G 177 of 255 = 69%
B 235 of 255 = 92%

90
177
235

R + G + B ~ 65%. #5AB1EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 177 + 235 = 502 (100%)
R 90 of 502 ~ 17.93%
G 177 of 502 ~ 35.26%
B 235 of 502 ~ 46.81%

%17.93
%35.26
%46.81

CMYK color model

#5AB1EB color CMYK value is (62,25,0,8).

  • cyan value is 61.70%
  • magenta value is 24.68%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(62,25,0,8)
C62M25Y0K8 
(62%,25%,0%,8%)
(0.62/0.25/0.00/0.08)	

CMYK percentages

%61.7
%24.68
%0
%7.84

Codes

Color #5AB1EB in popluar color models

5AB1EB
RGB90177235
HSL204°78.38%63.73%
HSB/HSV204°61.70%92.16%
CMYK61.70%24.68%0.00%
7.84%

Color #5AB1EB in popluar number systems.

HEX5AB1EB
Decimal90177235
Binary10110101011000111101011
Octal132261353

Shades and tints

Shades of #5AB1EB

#5AB1EB
(90,177,235)
#52A1D6
(82,161,214)
#4A91C1
(74,145,193)
#4281AC
(66,129,172)
#3A7197
(58,113,151)
#326182
(50,97,130)
#2A516D
(42,81,109)
#224158
(34,65,88)
#1A3143
(26,49,67)
#12212E
(18,33,46)
#0A1119
(10,17,25)
#000000
(0,0,0)

Tints of #5AB1EB

#5AB1EB
(90,177,235)
#69B8EC
(105,184,236)
#78BFED
(120,191,237)
#87C6EE
(135,198,238)
#96CDEF
(150,205,239)
#A5D4F0
(165,212,240)
#B4DBF1
(180,219,241)
#C3E2F2
(195,226,242)
#D2E9F3
(210,233,243)
#E1F0F4
(225,240,244)
#F0F7F5
(240,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB1EB color. Also use rgb(90,177,235) instead hex code.

Text Font Color

.myTextColor { color: #5AB1EB; }

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

This text font color is #5AB1EB.


Background Color

.myBgColor { background-color: #5AB1EB; }

<div style="background-color:#5AB1EB">Inner text</div>

This div background color is #5AB1EB.


Border color

.myBorderColor { border: 1px solid #5AB1EB; }

<div style="border:3px solid #5AB1EB">Div</div>

This div border color is #5AB1EB.


Opacity

.myOpacity80 { color: #5AB1EB; opacity: 0.8; }

<p style="color:#5AB1EB;opacity:0.8;">80%</p>

Text with #5AB1EB 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 #5AB1EB;}

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

This text has shadow with #5AB1EB color.

.textShadow {text-shadow: 3px 3px 1px #5AB1EB, 3px 3px 1px red;}

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

This text has shadow with #5AB1EB primary color and red secondary color.


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

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

This text has shadow with #5AB1EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB1EB on black background.


Color preview on white background

This text has color #5AB1EB on white background.



Black color preview on #5AB1EB background

This text has black color on #5AB1EB background.


White color preview on #5AB1EB background

This text has white color on #5AB1EB background.