COLOR #5AC2DD

HEX: #5AC2DD RGB: (90,194,221)

Color info

#5AC2DD contains mainly green and blue colors. Web safe color of #5AC2DD is #66CCCC (or #6CC).

RGB color model

#5AC2DD color RGB value is (90,194,221).

RGB: (90,194,221) (35%, 76%, 87%)

RGB channels and saturation

R 90 of 255 = 35%
G 194 of 255 = 76%
B 221 of 255 = 87%

90
194
221

R + G + B ~ 66%. #5AC2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 90 + 194 + 221 = 505 (100%)
R 90 of 505 ~ 17.82%
G 194 of 505 ~ 38.42%
B 221 of 505 ~ 43.76'%

%17.82
%38.42
%43.76

CMYK color model

#5AC2DD color CMYK value is (59,12,0,13).

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

CMYK: (59,12,0,13)
C59M12Y0K13 (59%, 12%, 0%, 13%)
(0.59 / 0.12 / 0.00 / 0.13)

CMYK percentages

%59.28
%12.22
%0
%13.33

Codes

Color #5AC2DD in popluar color models

5A C2 DD
RGB 90 194 221
HSL 192° 65.83% 60.98%
HSB/HSV 192° 59.28% 86.67%
CMYK 59.28% 12.22% 0.00%
13.33%

Color #5AC2DD in popluar number systems.

HEX 5A C2 DD
Decimal 90 194 221
Binary 1011010 11000010 11011101
Octal 132 302 335

Shades and tints

Shades of #5AC2DD

#5AC2DD
(90,194,221)
#52B1C9
(82,177,201)
#4AA0B5
(74,160,181)
#428FA1
(66,143,161)
#3A7E8D
(58,126,141)
#326D79
(50,109,121)
#2A5C65
(42,92,101)
#224B51
(34,75,81)
#1A3A3D
(26,58,61)
#122929
(18,41,41)
#0A1815
(10,24,21)
#000000
(0,0,0)

Tints of #5AC2DD

#5AC2DD
(90,194,221)
#69C7E0
(105,199,224)
#78CCE3
(120,204,227)
#87D1E6
(135,209,230)
#96D6E9
(150,214,233)
#A5DBEC
(165,219,236)
#B4E0EF
(180,224,239)
#C3E5F2
(195,229,242)
#D2EAF5
(210,234,245)
#E1EFF8
(225,239,248)
#F0F4FB
(240,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5AC2DD; }

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

This text font color is #5AC2DD.

Background Color

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

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

This div background color is #5AC2DD.

Border color

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

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

This div border color is #5AC2DD.

Opacity

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

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

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

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

This text has shadow with #5AC2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5AC2DD.

Preview

Color preview on black background

This text has color #5AC2DD on black background.


Color preview on white background

This text has color #5AC2DD on white background.


Black color preview on #5AC2DD background

This text has black color on #5AC2DD background.


White color preview on #5AC2DD background

This text has white color on #5AC2DD background.


Related colors

Complementary color

Complementary color for #hex is #A53D22.


I love getcolorcode.com

Triadic colors

1 #DD5AC2 and #C2DD5A with #5AC2DD are triadic colors.

2 #DDC25A and #C25ADD with #5AC2DD are triadic colors.