COLOR #90BCDF

HEX: #90BCDF
RGB: (144,188,223)

Color info

#90BCDF contains mainly green and blue colors. Web safe color of #90BCDF is #99CCCC (or #9CC).

RGB color model

#90BCDF color RGB value is (144,188,223).

  • red value is 144;
  • green value is 188;
  • blue value is 223.
RGB:
(144,188,223)
(56%,74%,87%)

RGB channels and saturation

R 144 of 255 = 56%
G 188 of 255 = 74%
B 223 of 255 = 87%

144
188
223

R + G + B ~ 72%. #90BCDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
144 + 188 + 223 = 555 (100%)
R 144 of 555 ~ 25.95%
G 188 of 555 ~ 33.87%
B 223 of 555 ~ 40.18%

%25.95
%33.87
%40.18

CMYK color model

#90BCDF color CMYK value is (35,16,0,13).

  • cyan value is 35.43%
  • magenta value is 15.70%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(35,16,0,13)
C35M16Y0K13 
(35%,16%,0%,13%)
(0.35/0.16/0.00/0.13)	

CMYK percentages

%35.43
%15.7
%0
%12.55

Codes

Color #90BCDF in popluar color models

90BCDF
RGB144188223
HSL207°55.24%71.96%
HSB/HSV207°35.43%87.45%
CMYK35.43%15.70%0.00%
12.55%

Color #90BCDF in popluar number systems.

HEX90BCDF
Decimal144188223
Binary100100001011110011011111
Octal220274337

Shades and tints

Shades of #90BCDF

#90BCDF
(144,188,223)
#83ABCB
(131,171,203)
#769AB7
(118,154,183)
#6989A3
(105,137,163)
#5C788F
(92,120,143)
#4F677B
(79,103,123)
#425667
(66,86,103)
#354553
(53,69,83)
#28343F
(40,52,63)
#1B232B
(27,35,43)
#0E1217
(14,18,23)
#000000
(0,0,0)

Tints of #90BCDF

#90BCDF
(144,188,223)
#9AC2E1
(154,194,225)
#A4C8E3
(164,200,227)
#AECEE5
(174,206,229)
#B8D4E7
(184,212,231)
#C2DAE9
(194,218,233)
#CCE0EB
(204,224,235)
#D6E6ED
(214,230,237)
#E0ECEF
(224,236,239)
#EAF2F1
(234,242,241)
#F4F8F3
(244,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #90BCDF color. Also use rgb(144,188,223) instead hex code.

Text Font Color

.myTextColor { color: #90BCDF; }

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

This text font color is #90BCDF.


Background Color

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

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

This div background color is #90BCDF.


Border color

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

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

This div border color is #90BCDF.


Opacity

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

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

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

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

This text has shadow with #90BCDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #90BCDF on black background.


Color preview on white background

This text has color #90BCDF on white background.



Black color preview on #90BCDF background

This text has black color on #90BCDF background.


White color preview on #90BCDF background

This text has white color on #90BCDF background.