COLOR #5ADCF8

HEX: #5ADCF8
RGB: (90,220,248)

Color info

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

RGB color model

#5ADCF8 color RGB value is (90,220,248).

  • red value is 90;
  • green value is 220;
  • blue value is 248.
RGB:
(90,220,248)
(35%,86%,97%)

RGB channels and saturation

R 90 of 255 = 35%
G 220 of 255 = 86%
B 248 of 255 = 97%

90
220
248

R + G + B ~ 73%. #5ADCF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
90 + 220 + 248 = 558 (100%)
R 90 of 558 ~ 16.13%
G 220 of 558 ~ 39.43%
B 248 of 558 ~ 44.44%

%16.13
%39.43
%44.44

CMYK color model

#5ADCF8 color CMYK value is (64,11,0,3).

  • cyan value is 63.71%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(64,11,0,3)
C64M11Y0K3 
(64%,11%,0%,3%)
(0.64/0.11/0.00/0.03)	

CMYK percentages

%63.71
%11.29
%0
%2.75

Codes

Color #5ADCF8 in popluar color models

5ADCF8
RGB90220248
HSL191°91.86%66.27%
HSB/HSV191°63.71%97.25%
CMYK63.71%11.29%0.00%
2.75%

Color #5ADCF8 in popluar number systems.

HEX5ADCF8
Decimal90220248
Binary10110101101110011111000
Octal132334370

Shades and tints

Shades of #5ADCF8

#5ADCF8
(90,220,248)
#52C8E2
(82,200,226)
#4AB4CC
(74,180,204)
#42A0B6
(66,160,182)
#3A8CA0
(58,140,160)
#32788A
(50,120,138)
#2A6474
(42,100,116)
#22505E
(34,80,94)
#1A3C48
(26,60,72)
#122832
(18,40,50)
#0A141C
(10,20,28)
#000000
(0,0,0)

Tints of #5ADCF8

#5ADCF8
(90,220,248)
#69DFF8
(105,223,248)
#78E2F8
(120,226,248)
#87E5F8
(135,229,248)
#96E8F8
(150,232,248)
#A5EBF8
(165,235,248)
#B4EEF8
(180,238,248)
#C3F1F8
(195,241,248)
#D2F4F8
(210,244,248)
#E1F7F8
(225,247,248)
#F0FAF8
(240,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5ADCF8 color. Also use rgb(90,220,248) instead hex code.

Text Font Color

.myTextColor { color: #5ADCF8; }

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

This text font color is #5ADCF8.


Background Color

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

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

This div background color is #5ADCF8.


Border color

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

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

This div border color is #5ADCF8.


Opacity

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

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

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

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

This text has shadow with #5ADCF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5ADCF8 on black background.


Color preview on white background

This text has color #5ADCF8 on white background.



Black color preview on #5ADCF8 background

This text has black color on #5ADCF8 background.


White color preview on #5ADCF8 background

This text has white color on #5ADCF8 background.