COLOR #5AACDD

HEX: #5AACDD RGB: (90,172,221)

Color info

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

RGB color model

#5AACDD color RGB value is (90,172,221).

RGB: (90,172,221) (35%, 67%, 87%)

RGB channels and saturation

R 90 of 255 = 35%
G 172 of 255 = 67%
B 221 of 255 = 87%

90
172
221

R + G + B ~ 63%. #5AACDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 90 + 172 + 221 = 483 (100%)
R 90 of 483 ~ 18.63%
G 172 of 483 ~ 35.61%
B 221 of 483 ~ 45.76'%

%18.63
%35.61
%45.76

CMYK color model

#5AACDD color CMYK value is (59,22,0,13).

  • cyan value is 59.28%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (59,22,0,13)
C59M22Y0K13 (59%, 22%, 0%, 13%)
(0.59 / 0.22 / 0.00 / 0.13)

CMYK percentages

%59.28
%22.17
%0
%13.33

Codes

Color #5AACDD in popluar color models

5A AC DD
RGB 90 172 221
HSL 202° 65.83% 60.98%
HSB/HSV 202° 59.28% 86.67%
CMYK 59.28% 22.17% 0.00%
13.33%

Color #5AACDD in popluar number systems.

HEX 5A AC DD
Decimal 90 172 221
Binary 1011010 10101100 11011101
Octal 132 254 335

Shades and tints

Shades of #5AACDD

#5AACDD
(90,172,221)
#529DC9
(82,157,201)
#4A8EB5
(74,142,181)
#427FA1
(66,127,161)
#3A708D
(58,112,141)
#326179
(50,97,121)
#2A5265
(42,82,101)
#224351
(34,67,81)
#1A343D
(26,52,61)
#122529
(18,37,41)
#0A1615
(10,22,21)
#000000
(0,0,0)

Tints of #5AACDD

#5AACDD
(90,172,221)
#69B3E0
(105,179,224)
#78BAE3
(120,186,227)
#87C1E6
(135,193,230)
#96C8E9
(150,200,233)
#A5CFEC
(165,207,236)
#B4D6EF
(180,214,239)
#C3DDF2
(195,221,242)
#D2E4F5
(210,228,245)
#E1EBF8
(225,235,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AACDD color. Also use rgb(90,172,221) instead hex code.

Text Font Color

.myTextColor { color: #5AACDD; }

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

This text font color is #5AACDD.

Background Color

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

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

This div background color is #5AACDD.

Border color

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

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

This div border color is #5AACDD.

Opacity

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

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

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

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

This text has shadow with #5AACDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AACDD.

Preview

Color preview on black background

This text has color #5AACDD on black background.


Color preview on white background

This text has color #5AACDD on white background.


Black color preview on #5AACDD background

This text has black color on #5AACDD background.


White color preview on #5AACDD background

This text has white color on #5AACDD background.


Related colors

Complementary color

Complementary color for #hex is #A55322.


I love getcolorcode.com

Triadic colors

1 #DD5AAC and #ACDD5A with #5AACDD are triadic colors.

2 #DDAC5A and #AC5ADD with #5AACDD are triadic colors.