COLOR #90BBF2

HEX: #90BBF2
RGB: (144,187,242)

Color info

#90BBF2 contains mainly green and blue colors. Web safe color of #90BBF2 is #99CCFF (or #9CF).

RGB color model

#90BBF2 color RGB value is (144,187,242).

  • red value is 144;
  • green value is 187;
  • blue value is 242.
RGB:
(144,187,242)
(56%,73%,95%)

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 242 of 255 = 95%

144
187
242

R + G + B ~ 75%. #90BBF2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 187 + 242 = 573 (100%)
R 144 of 573 ~ 25.13%
G 187 of 573 ~ 32.64%
B 242 of 573 ~ 42.23%

%25.13
%32.64
%42.23

CMYK color model

#90BBF2 color CMYK value is (40,23,0,5).

  • cyan value is 40.50%
  • magenta value is 22.73%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(40,23,0,5)
C40M23Y0K5 
(40%,23%,0%,5%)
(0.40/0.23/0.00/0.05)	

CMYK percentages

%40.5
%22.73
%0
%5.1

Codes

Color #90BBF2 in popluar color models

90BBF2
RGB144187242
HSL214°79.03%75.69%
HSB/HSV214°40.50%94.90%
CMYK40.50%22.73%0.00%
5.10%

Color #90BBF2 in popluar number systems.

HEX90BBF2
Decimal144187242
Binary100100001011101111110010
Octal220273362

Shades and tints

Shades of #90BBF2

#90BBF2
(144,187,242)
#83AADC
(131,170,220)
#7699C6
(118,153,198)
#6988B0
(105,136,176)
#5C779A
(92,119,154)
#4F6684
(79,102,132)
#42556E
(66,85,110)
#354458
(53,68,88)
#283342
(40,51,66)
#1B222C
(27,34,44)
#0E1116
(14,17,22)
#000000
(0,0,0)

Tints of #90BBF2

#90BBF2
(144,187,242)
#9AC1F3
(154,193,243)
#A4C7F4
(164,199,244)
#AECDF5
(174,205,245)
#B8D3F6
(184,211,246)
#C2D9F7
(194,217,247)
#CCDFF8
(204,223,248)
#D6E5F9
(214,229,249)
#E0EBFA
(224,235,250)
#EAF1FB
(234,241,251)
#F4F7FC
(244,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BBF2 color. Also use rgb(144,187,242) instead hex code.

Text Font Color

.myTextColor { color: #90BBF2; }

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

This text font color is #90BBF2.


Background Color

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

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

This div background color is #90BBF2.


Border color

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

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

This div border color is #90BBF2.


Opacity

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

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

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

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

This text has shadow with #90BBF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BBF2 on black background.


Color preview on white background

This text has color #90BBF2 on white background.



Black color preview on #90BBF2 background

This text has black color on #90BBF2 background.


White color preview on #90BBF2 background

This text has white color on #90BBF2 background.