COLOR #90BBEB

HEX: #90BBEB RGB: (144,187,235)

Color info

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

RGB color model

#90BBEB color RGB value is (144,187,235).

RGB: (144,187,235) (56%, 73%, 92%)

RGB channels and saturation

R 144 of 255 = 56%
G 187 of 255 = 73%
B 235 of 255 = 92%

144
187
235

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

Portions of RGB colors in percentages

R + G + B = 144 + 187 + 235 = 566 (100%)
R 144 of 566 ~ 25.44%
G 187 of 566 ~ 33.04%
B 235 of 566 ~ 41.52'%

%25.44
%33.04
%41.52

CMYK color model

#90BBEB color CMYK value is (39,20,0,8).

  • cyan value is 38.72%
  • magenta value is 20.43%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (39,20,0,8)
C39M20Y0K8 (39%, 20%, 0%, 8%)
(0.39 / 0.20 / 0.00 / 0.08)

CMYK percentages

%38.72
%20.43
%0
%7.84

Codes

Color #90BBEB in popluar color models

90 BB EB
RGB 144 187 235
HSL 212° 69.47% 74.31%
HSB/HSV 212° 38.72% 92.16%
CMYK 38.72% 20.43% 0.00%
7.84%

Color #90BBEB in popluar number systems.

HEX 90 BB EB
Decimal 144 187 235
Binary 10010000 10111011 11101011
Octal 220 273 353

Shades and tints

Shades of #90BBEB

#90BBEB
(144,187,235)
#83AAD6
(131,170,214)
#7699C1
(118,153,193)
#6988AC
(105,136,172)
#5C7797
(92,119,151)
#4F6682
(79,102,130)
#42556D
(66,85,109)
#354458
(53,68,88)
#283343
(40,51,67)
#1B222E
(27,34,46)
#0E1119
(14,17,25)
#000000
(0,0,0)

Tints of #90BBEB

#90BBEB
(144,187,235)
#9AC1EC
(154,193,236)
#A4C7ED
(164,199,237)
#AECDEE
(174,205,238)
#B8D3EF
(184,211,239)
#C2D9F0
(194,217,240)
#CCDFF1
(204,223,241)
#D6E5F2
(214,229,242)
#E0EBF3
(224,235,243)
#EAF1F4
(234,241,244)
#F4F7F5
(244,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90BBEB; }

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

This text font color is #90BBEB.

Background Color

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

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

This div background color is #90BBEB.

Border color

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

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

This div border color is #90BBEB.

Opacity

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

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

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

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

This text has shadow with #90BBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90BBEB.

Preview

Color preview on black background

This text has color #90BBEB on black background.


Color preview on white background

This text has color #90BBEB on white background.


Black color preview on #90BBEB background

This text has black color on #90BBEB background.


White color preview on #90BBEB background

This text has white color on #90BBEB background.


Related colors

Complementary color

Complementary color for #hex is #6F4414.


I love getcolorcode.com

Triadic colors

1 #EB90BB and #BBEB90 with #90BBEB are triadic colors.

2 #EBBB90 and #BB90EB with #90BBEB are triadic colors.