COLOR #90BBF9

HEX: #90BBF9 RGB: (144,187,249)

Color info

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

RGB color model

#90BBF9 color RGB value is (144,187,249).

RGB: (144,187,249) (56%, 73%, 98%)

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 249 of 255 = 98%

144
187
249

R + G + B ~ 76%. #90BBF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 187 + 249 = 580 (100%)
R 144 of 580 ~ 24.83%
G 187 of 580 ~ 32.24%
B 249 of 580 ~ 42.93'%

%24.83
%32.24
%42.93

CMYK color model

#90BBF9 color CMYK value is (42,25,0,2).

  • cyan value is 42.17%
  • magenta value is 24.90%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (42,25,0,2)
C42M25Y0K2 (42%, 25%, 0%, 2%)
(0.42 / 0.25 / 0.00 / 0.02)

CMYK percentages

%42.17
%24.9
%0
%2.35

Codes

Color #90BBF9 in popluar color models

90 BB F9
RGB 144 187 249
HSL 215° 89.74% 77.06%
HSB/HSV 215° 42.17% 97.65%
CMYK 42.17% 24.90% 0.00%
2.35%

Color #90BBF9 in popluar number systems.

HEX 90 BB F9
Decimal 144 187 249
Binary 10010000 10111011 11111001
Octal 220 273 371

Shades and tints

Shades of #90BBF9

#90BBF9
(144,187,249)
#83AAE3
(131,170,227)
#7699CD
(118,153,205)
#6988B7
(105,136,183)
#5C77A1
(92,119,161)
#4F668B
(79,102,139)
#425575
(66,85,117)
#35445F
(53,68,95)
#283349
(40,51,73)
#1B2233
(27,34,51)
#0E111D
(14,17,29)
#000000
(0,0,0)

Tints of #90BBF9

#90BBF9
(144,187,249)
#9AC1F9
(154,193,249)
#A4C7F9
(164,199,249)
#AECDF9
(174,205,249)
#B8D3F9
(184,211,249)
#C2D9F9
(194,217,249)
#CCDFF9
(204,223,249)
#D6E5F9
(214,229,249)
#E0EBF9
(224,235,249)
#EAF1F9
(234,241,249)
#F4F7F9
(244,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BBF9; }

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

This text font color is #90BBF9.

Background Color

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

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

This div background color is #90BBF9.

Border color

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

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

This div border color is #90BBF9.

Opacity

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

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

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

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

This text has shadow with #90BBF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BBF9.

Preview

Color preview on black background

This text has color #90BBF9 on black background.


Color preview on white background

This text has color #90BBF9 on white background.


Black color preview on #90BBF9 background

This text has black color on #90BBF9 background.


White color preview on #90BBF9 background

This text has white color on #90BBF9 background.


Related colors

Complementary color

Complementary color for #hex is #6F4406.


I love getcolorcode.com

Triadic colors

1 #F990BB and #BBF990 with #90BBF9 are triadic colors.

2 #F9BB90 and #BB90F9 with #90BBF9 are triadic colors.