COLOR #90ECF2

HEX: #90ECF2 RGB: (144,236,242)

Color info

#90ECF2 contains mainly green and blue colors. Web safe color of #90ECF2 is #99FFFF (or #9FF).

RGB color model

#90ECF2 color RGB value is (144,236,242).

RGB: (144,236,242) (56%, 93%, 95%)

RGB channels and saturation

R 144 of 255 = 56%
G 236 of 255 = 93%
B 242 of 255 = 95%

144
236
242

R + G + B ~ 81%. #90ECF2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 236 + 242 = 622 (100%)
R 144 of 622 ~ 23.15%
G 236 of 622 ~ 37.94%
B 242 of 622 ~ 38.91'%

%23.15
%37.94
%38.91

CMYK color model

#90ECF2 color CMYK value is (40,2,0,5).

  • cyan value is 40.50%
  • magenta value is 2.48%
  • yellow value is 0.00%
  • key color value is 5.10%

CMYK: (40,2,0,5)
C40M2Y0K5 (40%, 2%, 0%, 5%)
(0.40 / 0.02 / 0.00 / 0.05)

CMYK percentages

%40.5
%2.48
%0
%5.1

Codes

Color #90ECF2 in popluar color models

90 EC F2
RGB 144 236 242
HSL 184° 79.03% 75.69%
HSB/HSV 184° 40.50% 94.90%
CMYK 40.50% 2.48% 0.00%
5.10%

Color #90ECF2 in popluar number systems.

HEX 90 EC F2
Decimal 144 236 242
Binary 10010000 11101100 11110010
Octal 220 354 362

Shades and tints

Shades of #90ECF2

#90ECF2
(144,236,242)
#83D7DC
(131,215,220)
#76C2C6
(118,194,198)
#69ADB0
(105,173,176)
#5C989A
(92,152,154)
#4F8384
(79,131,132)
#426E6E
(66,110,110)
#355958
(53,89,88)
#284442
(40,68,66)
#1B2F2C
(27,47,44)
#0E1A16
(14,26,22)
#000000
(0,0,0)

Tints of #90ECF2

#90ECF2
(144,236,242)
#9AEDF3
(154,237,243)
#A4EEF4
(164,238,244)
#AEEFF5
(174,239,245)
#B8F0F6
(184,240,246)
#C2F1F7
(194,241,247)
#CCF2F8
(204,242,248)
#D6F3F9
(214,243,249)
#E0F4FA
(224,244,250)
#EAF5FB
(234,245,251)
#F4F6FC
(244,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90ECF2; }

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

This text font color is #90ECF2.

Background Color

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

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

This div background color is #90ECF2.

Border color

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

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

This div border color is #90ECF2.

Opacity

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

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

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

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

This text has shadow with #90ECF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90ECF2.

Preview

Color preview on black background

This text has color #90ECF2 on black background.


Color preview on white background

This text has color #90ECF2 on white background.


Black color preview on #90ECF2 background

This text has black color on #90ECF2 background.


White color preview on #90ECF2 background

This text has white color on #90ECF2 background.


Related colors

Complementary color

Complementary color for #hex is #6F130D.


I love getcolorcode.com

Triadic colors

1 #F290EC and #ECF290 with #90ECF2 are triadic colors.

2 #F2EC90 and #EC90F2 with #90ECF2 are triadic colors.