COLOR #90ADF5

HEX: #90ADF5
RGB: (144,173,245)

Color info

#90ADF5 contains mainly blue color. Web safe color of #90ADF5 is #9999FF (or #99F).

RGB color model

#90ADF5 color RGB value is (144,173,245).

  • red value is 144;
  • green value is 173;
  • blue value is 245.
RGB:
(144,173,245)
(56%,68%,96%)

RGB channels and saturation

R 144 of 255 = 56%
G 173 of 255 = 68%
B 245 of 255 = 96%

144
173
245

R + G + B ~ 73%. #90ADF5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 173 + 245 = 562 (100%)
R 144 of 562 ~ 25.62%
G 173 of 562 ~ 30.78%
B 245 of 562 ~ 43.59%

%25.62
%30.78
%43.59

CMYK color model

#90ADF5 color CMYK value is (41,29,0,4).

  • cyan value is 41.22%
  • magenta value is 29.39%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(41,29,0,4)
C41M29Y0K4 
(41%,29%,0%,4%)
(0.41/0.29/0.00/0.04)	

CMYK percentages

%41.22
%29.39
%0
%3.92

Codes

Color #90ADF5 in popluar color models

90ADF5
RGB144173245
HSL223°83.47%76.27%
HSB/HSV223°41.22%96.08%
CMYK41.22%29.39%0.00%
3.92%

Color #90ADF5 in popluar number systems.

HEX90ADF5
Decimal144173245
Binary100100001010110111110101
Octal220255365

Shades and tints

Shades of #90ADF5

#90ADF5
(144,173,245)
#839EDF
(131,158,223)
#768FC9
(118,143,201)
#6980B3
(105,128,179)
#5C719D
(92,113,157)
#4F6287
(79,98,135)
#425371
(66,83,113)
#35445B
(53,68,91)
#283545
(40,53,69)
#1B262F
(27,38,47)
#0E1719
(14,23,25)
#000000
(0,0,0)

Tints of #90ADF5

#90ADF5
(144,173,245)
#9AB4F5
(154,180,245)
#A4BBF5
(164,187,245)
#AEC2F5
(174,194,245)
#B8C9F5
(184,201,245)
#C2D0F5
(194,208,245)
#CCD7F5
(204,215,245)
#D6DEF5
(214,222,245)
#E0E5F5
(224,229,245)
#EAECF5
(234,236,245)
#F4F3F5
(244,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90ADF5 color. Also use rgb(144,173,245) instead hex code.

Text Font Color

.myTextColor { color: #90ADF5; }

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

This text font color is #90ADF5.


Background Color

.myBgColor { background-color: #90ADF5; }

<div style="background-color:#90ADF5">Inner text</div>

This div background color is #90ADF5.


Border color

.myBorderColor { border: 1px solid #90ADF5; }

<div style="border:3px solid #90ADF5">Div</div>

This div border color is #90ADF5.


Opacity

.myOpacity80 { color: #90ADF5; opacity: 0.8; }

<p style="color:#90ADF5;opacity:0.8;">80%</p>

Text with #90ADF5 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 #90ADF5;}

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

This text has shadow with #90ADF5 color.

.textShadow {text-shadow: 3px 3px 1px #90ADF5, 3px 3px 1px red;}

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

This text has shadow with #90ADF5 primary color and red secondary color.


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

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

This text has shadow with #90ADF5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90ADF5 on black background.


Color preview on white background

This text has color #90ADF5 on white background.



Black color preview on #90ADF5 background

This text has black color on #90ADF5 background.


White color preview on #90ADF5 background

This text has white color on #90ADF5 background.