COLOR #5AAED7

HEX: #5AAED7 RGB: (90,174,215)

Color info

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

RGB color model

#5AAED7 color RGB value is (90,174,215).

RGB: (90,174,215) (35%, 68%, 84%)

RGB channels and saturation

R 90 of 255 = 35%
G 174 of 255 = 68%
B 215 of 255 = 84%

90
174
215

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

Portions of RGB colors in percentages

R + G + B = 90 + 174 + 215 = 479 (100%)
R 90 of 479 ~ 18.79%
G 174 of 479 ~ 36.33%
B 215 of 479 ~ 44.89'%

%18.79
%36.33
%44.89

CMYK color model

#5AAED7 color CMYK value is (58,19,0,16).

  • cyan value is 58.14%
  • magenta value is 19.07%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK: (58,19,0,16) C58M19Y0K16 (58%,19%,0%,16%) (0.58/0.19/0.00/0.16) 

CMYK percentages

%58.14
%19.07
%0
%15.69

Codes

Color #5AAED7 in popluar color models

5A AE D7
RGB 90 174 215
HSL 200° 60.98% 59.80%
HSB/HSV 200° 58.14% 84.31%
CMYK 58.14% 19.07% 0.00%
15.69%

Color #5AAED7 in popluar number systems.

HEX 5A AE D7
Decimal 90 174 215
Binary 1011010 10101110 11010111
Octal 132 256 327

Shades and tints

Shades of #5AAED7

#5AAED7
(90,174,215)
#529FC4
(82,159,196)
#4A90B1
(74,144,177)
#42819E
(66,129,158)
#3A728B
(58,114,139)
#326378
(50,99,120)
#2A5465
(42,84,101)
#224552
(34,69,82)
#1A363F
(26,54,63)
#12272C
(18,39,44)
#0A1819
(10,24,25)
#000000
(0,0,0)

Tints of #5AAED7

#5AAED7
(90,174,215)
#69B5DA
(105,181,218)
#78BCDD
(120,188,221)
#87C3E0
(135,195,224)
#96CAE3
(150,202,227)
#A5D1E6
(165,209,230)
#B4D8E9
(180,216,233)
#C3DFEC
(195,223,236)
#D2E6EF
(210,230,239)
#E1EDF2
(225,237,242)
#F0F4F5
(240,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AAED7 color. Also use rgb(90,174,215) instead hex code.

Text Font Color

.myTextColor { color: #5AAED7; }

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

This text font color is #5AAED7.

Background Color

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

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

This div background color is #5AAED7.

Border color

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

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

This div border color is #5AAED7.

Opacity

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

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

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

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

This text has shadow with #5AAED7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AAED7.

Preview

Color preview on black background

This text has color #5AAED7 on black background.


Color preview on white background

This text has color #5AAED7 on white background.


Black color preview on #5AAED7 background

This text has black color on #5AAED7 background.


White color preview on #5AAED7 background

This text has white color on #5AAED7 background.


Related colors

Complementary color

Complementary color for #hex is #A55128.


I love getcolorcode.com

Triadic colors

1 #D75AAE and #AED75A with #5AAED7 are triadic colors.

2 #D7AE5A and #AE5AD7 with #5AAED7 are triadic colors.