COLOR #5AC6ED

HEX: #5AC6ED
RGB: (90,198,237)

Color info

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

RGB color model

#5AC6ED color RGB value is (90,198,237).

  • red value is 90;
  • green value is 198;
  • blue value is 237.
RGB:
(90,198,237)
(35%,78%,93%)

RGB channels and saturation

R 90 of 255 = 35%
G 198 of 255 = 78%
B 237 of 255 = 93%

90
198
237

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

Portions of RGB colors in percentages

R + G + B =
90 + 198 + 237 = 525 (100%)
R 90 of 525 ~ 17.14%
G 198 of 525 ~ 37.71%
B 237 of 525 ~ 45.14%

%17.14
%37.71
%45.14

CMYK color model

#5AC6ED color CMYK value is (62,16,0,7).

  • cyan value is 62.03%
  • magenta value is 16.46%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(62,16,0,7)
C62M16Y0K7 
(62%,16%,0%,7%)
(0.62/0.16/0.00/0.07)	

CMYK percentages

%62.03
%16.46
%0
%7.06

Codes

Color #5AC6ED in popluar color models

5AC6ED
RGB90198237
HSL196°80.33%64.12%
HSB/HSV196°62.03%92.94%
CMYK62.03%16.46%0.00%
7.06%

Color #5AC6ED in popluar number systems.

HEX5AC6ED
Decimal90198237
Binary10110101100011011101101
Octal132306355

Shades and tints

Shades of #5AC6ED

#5AC6ED
(90,198,237)
#52B4D8
(82,180,216)
#4AA2C3
(74,162,195)
#4290AE
(66,144,174)
#3A7E99
(58,126,153)
#326C84
(50,108,132)
#2A5A6F
(42,90,111)
#22485A
(34,72,90)
#1A3645
(26,54,69)
#122430
(18,36,48)
#0A121B
(10,18,27)
#000000
(0,0,0)

Tints of #5AC6ED

#5AC6ED
(90,198,237)
#69CBEE
(105,203,238)
#78D0EF
(120,208,239)
#87D5F0
(135,213,240)
#96DAF1
(150,218,241)
#A5DFF2
(165,223,242)
#B4E4F3
(180,228,243)
#C3E9F4
(195,233,244)
#D2EEF5
(210,238,245)
#E1F3F6
(225,243,246)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC6ED color. Also use rgb(90,198,237) instead hex code.

Text Font Color

.myTextColor { color: #5AC6ED; }

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

This text font color is #5AC6ED.


Background Color

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

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

This div background color is #5AC6ED.


Border color

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

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

This div border color is #5AC6ED.


Opacity

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

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

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

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

This text has shadow with #5AC6ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC6ED on black background.


Color preview on white background

This text has color #5AC6ED on white background.



Black color preview on #5AC6ED background

This text has black color on #5AC6ED background.


White color preview on #5AC6ED background

This text has white color on #5AC6ED background.