COLOR #90B4F5

HEX: #90B4F5
RGB: (144,180,245)

Color info

#90B4F5 contains mainly blue color. Web safe color of #90B4F5 is #99CCFF (or #9CF).

RGB color model

#90B4F5 color RGB value is (144,180,245).

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

RGB channels and saturation

R 144 of 255 = 56%
G 180 of 255 = 71%
B 245 of 255 = 96%

144
180
245

R + G + B ~ 74%. #90B4F5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 180 + 245 = 569 (100%)
R 144 of 569 ~ 25.31%
G 180 of 569 ~ 31.63%
B 245 of 569 ~ 43.06%

%25.31
%31.63
%43.06

CMYK color model

#90B4F5 color CMYK value is (41,27,0,4).

  • cyan value is 41.22%
  • magenta value is 26.53%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(41,27,0,4)
C41M27Y0K4 
(41%,27%,0%,4%)
(0.41/0.27/0.00/0.04)	

CMYK percentages

%41.22
%26.53
%0
%3.92

Codes

Color #90B4F5 in popluar color models

90B4F5
RGB144180245
HSL219°83.47%76.27%
HSB/HSV219°41.22%96.08%
CMYK41.22%26.53%0.00%
3.92%

Color #90B4F5 in popluar number systems.

HEX90B4F5
Decimal144180245
Binary100100001011010011110101
Octal220264365

Shades and tints

Shades of #90B4F5

#90B4F5
(144,180,245)
#83A4DF
(131,164,223)
#7694C9
(118,148,201)
#6984B3
(105,132,179)
#5C749D
(92,116,157)
#4F6487
(79,100,135)
#425471
(66,84,113)
#35445B
(53,68,91)
#283445
(40,52,69)
#1B242F
(27,36,47)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #90B4F5

#90B4F5
(144,180,245)
#9ABAF5
(154,186,245)
#A4C0F5
(164,192,245)
#AEC6F5
(174,198,245)
#B8CCF5
(184,204,245)
#C2D2F5
(194,210,245)
#CCD8F5
(204,216,245)
#D6DEF5
(214,222,245)
#E0E4F5
(224,228,245)
#EAEAF5
(234,234,245)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90B4F5; }

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

This text font color is #90B4F5.


Background Color

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

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

This div background color is #90B4F5.


Border color

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

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

This div border color is #90B4F5.


Opacity

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

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

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

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

This text has shadow with #90B4F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90B4F5 on black background.


Color preview on white background

This text has color #90B4F5 on white background.



Black color preview on #90B4F5 background

This text has black color on #90B4F5 background.


White color preview on #90B4F5 background

This text has white color on #90B4F5 background.