COLOR #5AC2F1

HEX: #5AC2F1
RGB: (90,194,241)

Color info

#5AC2F1 contains mainly green and blue colors. Web safe color of #5AC2F1 is #66CCFF (or #6CF).

RGB color model

#5AC2F1 color RGB value is (90,194,241).

  • red value is 90;
  • green value is 194;
  • blue value is 241.
RGB:
(90,194,241)
(35%,76%,95%)

RGB channels and saturation

R 90 of 255 = 35%
G 194 of 255 = 76%
B 241 of 255 = 95%

90
194
241

R + G + B ~ 69%. #5AC2F1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 194 + 241 = 525 (100%)
R 90 of 525 ~ 17.14%
G 194 of 525 ~ 36.95%
B 241 of 525 ~ 45.9%

%17.14
%36.95
%45.9

CMYK color model

#5AC2F1 color CMYK value is (63,20,0,5).

  • cyan value is 62.66%
  • magenta value is 19.50%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(63,20,0,5)
C63M20Y0K5 
(63%,20%,0%,5%)
(0.63/0.20/0.00/0.05)	

CMYK percentages

%62.66
%19.5
%0
%5.49

Codes

Color #5AC2F1 in popluar color models

5AC2F1
RGB90194241
HSL199°84.36%64.90%
HSB/HSV199°62.66%94.51%
CMYK62.66%19.50%0.00%
5.49%

Color #5AC2F1 in popluar number systems.

HEX5AC2F1
Decimal90194241
Binary10110101100001011110001
Octal132302361

Shades and tints

Shades of #5AC2F1

#5AC2F1
(90,194,241)
#52B1DC
(82,177,220)
#4AA0C7
(74,160,199)
#428FB2
(66,143,178)
#3A7E9D
(58,126,157)
#326D88
(50,109,136)
#2A5C73
(42,92,115)
#224B5E
(34,75,94)
#1A3A49
(26,58,73)
#122934
(18,41,52)
#0A181F
(10,24,31)
#000000
(0,0,0)

Tints of #5AC2F1

#5AC2F1
(90,194,241)
#69C7F2
(105,199,242)
#78CCF3
(120,204,243)
#87D1F4
(135,209,244)
#96D6F5
(150,214,245)
#A5DBF6
(165,219,246)
#B4E0F7
(180,224,247)
#C3E5F8
(195,229,248)
#D2EAF9
(210,234,249)
#E1EFFA
(225,239,250)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC2F1 color. Also use rgb(90,194,241) instead hex code.

Text Font Color

.myTextColor { color: #5AC2F1; }

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

This text font color is #5AC2F1.


Background Color

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

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

This div background color is #5AC2F1.


Border color

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

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

This div border color is #5AC2F1.


Opacity

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

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

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

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

This text has shadow with #5AC2F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC2F1 on black background.


Color preview on white background

This text has color #5AC2F1 on white background.



Black color preview on #5AC2F1 background

This text has black color on #5AC2F1 background.


White color preview on #5AC2F1 background

This text has white color on #5AC2F1 background.