COLOR #5AC9E0

HEX: #5AC9E0
RGB: (90,201,224)

Color info

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

RGB color model

#5AC9E0 color RGB value is (90,201,224).

  • red value is 90;
  • green value is 201;
  • blue value is 224.
RGB:
(90,201,224)
(35%,79%,88%)

RGB channels and saturation

R 90 of 255 = 35%
G 201 of 255 = 79%
B 224 of 255 = 88%

90
201
224

R + G + B ~ 67%. #5AC9E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 201 + 224 = 515 (100%)
R 90 of 515 ~ 17.48%
G 201 of 515 ~ 39.03%
B 224 of 515 ~ 43.5%

%17.48
%39.03
%43.5

CMYK color model

#5AC9E0 color CMYK value is (60,10,0,12).

  • cyan value is 59.82%
  • magenta value is 10.27%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(60,10,0,12)
C60M10Y0K12 
(60%,10%,0%,12%)
(0.60/0.10/0.00/0.12)	

CMYK percentages

%59.82
%10.27
%0
%12.16

Codes

Color #5AC9E0 in popluar color models

5AC9E0
RGB90201224
HSL190°68.37%61.57%
HSB/HSV190°59.82%87.84%
CMYK59.82%10.27%0.00%
12.16%

Color #5AC9E0 in popluar number systems.

HEX5AC9E0
Decimal90201224
Binary10110101100100111100000
Octal132311340

Shades and tints

Shades of #5AC9E0

#5AC9E0
(90,201,224)
#52B7CC
(82,183,204)
#4AA5B8
(74,165,184)
#4293A4
(66,147,164)
#3A8190
(58,129,144)
#326F7C
(50,111,124)
#2A5D68
(42,93,104)
#224B54
(34,75,84)
#1A3940
(26,57,64)
#12272C
(18,39,44)
#0A1518
(10,21,24)
#000000
(0,0,0)

Tints of #5AC9E0

#5AC9E0
(90,201,224)
#69CDE2
(105,205,226)
#78D1E4
(120,209,228)
#87D5E6
(135,213,230)
#96D9E8
(150,217,232)
#A5DDEA
(165,221,234)
#B4E1EC
(180,225,236)
#C3E5EE
(195,229,238)
#D2E9F0
(210,233,240)
#E1EDF2
(225,237,242)
#F0F1F4
(240,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AC9E0 color. Also use rgb(90,201,224) instead hex code.

Text Font Color

.myTextColor { color: #5AC9E0; }

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

This text font color is #5AC9E0.


Background Color

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

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

This div background color is #5AC9E0.


Border color

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

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

This div border color is #5AC9E0.


Opacity

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

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

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

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

This text has shadow with #5AC9E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AC9E0 on black background.


Color preview on white background

This text has color #5AC9E0 on white background.



Black color preview on #5AC9E0 background

This text has black color on #5AC9E0 background.


White color preview on #5AC9E0 background

This text has white color on #5AC9E0 background.