COLOR #5AB2CF

HEX: #5AB2CF
RGB: (90,178,207)

Color info

#5AB2CF contains mainly green and blue colors. Web safe color of #5AB2CF is #6699CC (or #69C).

RGB color model

#5AB2CF color RGB value is (90,178,207).

  • red value is 90;
  • green value is 178;
  • blue value is 207.
RGB:
(90,178,207)
(35%,70%,81%)

RGB channels and saturation

R 90 of 255 = 35%
G 178 of 255 = 70%
B 207 of 255 = 81%

90
178
207

R + G + B ~ 62%. #5AB2CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 178 + 207 = 475 (100%)
R 90 of 475 ~ 18.95%
G 178 of 475 ~ 37.47%
B 207 of 475 ~ 43.58%

%18.95
%37.47
%43.58

CMYK color model

#5AB2CF color CMYK value is (57,14,0,19).

  • cyan value is 56.52%
  • magenta value is 14.01%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(57,14,0,19)
C57M14Y0K19 
(57%,14%,0%,19%)
(0.57/0.14/0.00/0.19)	

CMYK percentages

%56.52
%14.01
%0
%18.82

Codes

Color #5AB2CF in popluar color models

5AB2CF
RGB90178207
HSL195°54.93%58.24%
HSB/HSV195°56.52%81.18%
CMYK56.52%14.01%0.00%
18.82%

Color #5AB2CF in popluar number systems.

HEX5AB2CF
Decimal90178207
Binary10110101011001011001111
Octal132262317

Shades and tints

Shades of #5AB2CF

#5AB2CF
(90,178,207)
#52A2BD
(82,162,189)
#4A92AB
(74,146,171)
#428299
(66,130,153)
#3A7287
(58,114,135)
#326275
(50,98,117)
#2A5263
(42,82,99)
#224251
(34,66,81)
#1A323F
(26,50,63)
#12222D
(18,34,45)
#0A121B
(10,18,27)
#000000
(0,0,0)

Tints of #5AB2CF

#5AB2CF
(90,178,207)
#69B9D3
(105,185,211)
#78C0D7
(120,192,215)
#87C7DB
(135,199,219)
#96CEDF
(150,206,223)
#A5D5E3
(165,213,227)
#B4DCE7
(180,220,231)
#C3E3EB
(195,227,235)
#D2EAEF
(210,234,239)
#E1F1F3
(225,241,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB2CF color. Also use rgb(90,178,207) instead hex code.

Text Font Color

.myTextColor { color: #5AB2CF; }

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

This text font color is #5AB2CF.


Background Color

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

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

This div background color is #5AB2CF.


Border color

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

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

This div border color is #5AB2CF.


Opacity

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

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

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

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

This text has shadow with #5AB2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB2CF on black background.


Color preview on white background

This text has color #5AB2CF on white background.



Black color preview on #5AB2CF background

This text has black color on #5AB2CF background.


White color preview on #5AB2CF background

This text has white color on #5AB2CF background.