COLOR #90FEF9

HEX: #90FEF9 RGB: (144,254,249)

Color info

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

RGB color model

#90FEF9 color RGB value is (144,254,249).

RGB: (144,254,249) (56%, 100%, 98%)

RGB channels and saturation

R 144 of 255 = 56%
G 254 of 255 = 100%
B 249 of 255 = 98%

144
254
249

R + G + B ~ 85%. #90FEF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 144 + 254 + 249 = 647 (100%)
R 144 of 647 ~ 22.26%
G 254 of 647 ~ 39.26%
B 249 of 647 ~ 38.49'%

%22.26
%39.26
%38.49

CMYK color model

#90FEF9 color CMYK value is (43,0,2,0).

  • cyan value is 43.31%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • key color value is 0.39%

CMYK: (43,0,2,0)
C43M0Y2K0 (43%, 0%, 2%, 0%)
(0.43 / 0.00 / 0.02 / 0.00)

CMYK percentages

%43.31
%0
%1.97
%0.39

Codes

Color #90FEF9 in popluar color models

90 FE F9
RGB 144 254 249
HSL 177° 98.21% 78.04%
HSB/HSV 177° 43.31% 99.61%
CMYK 43.31% 0.00% 1.97%
0.39%

Color #90FEF9 in popluar number systems.

HEX 90 FE F9
Decimal 144 254 249
Binary 10010000 11111110 11111001
Octal 220 376 371

Shades and tints

Shades of #90FEF9

#90FEF9
(144,254,249)
#83E7E3
(131,231,227)
#76D0CD
(118,208,205)
#69B9B7
(105,185,183)
#5CA2A1
(92,162,161)
#4F8B8B
(79,139,139)
#427475
(66,116,117)
#355D5F
(53,93,95)
#284649
(40,70,73)
#1B2F33
(27,47,51)
#0E181D
(14,24,29)
#000000
(0,0,0)

Tints of #90FEF9

#90FEF9
(144,254,249)
#9AFEF9
(154,254,249)
#A4FEF9
(164,254,249)
#AEFEF9
(174,254,249)
#B8FEF9
(184,254,249)
#C2FEF9
(194,254,249)
#CCFEF9
(204,254,249)
#D6FEF9
(214,254,249)
#E0FEF9
(224,254,249)
#EAFEF9
(234,254,249)
#F4FEF9
(244,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #90FEF9; }

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

This text font color is #90FEF9.

Background Color

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

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

This div background color is #90FEF9.

Border color

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

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

This div border color is #90FEF9.

Opacity

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

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

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

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

This text has shadow with #90FEF9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #90FEF9.

Preview

Color preview on black background

This text has color #90FEF9 on black background.


Color preview on white background

This text has color #90FEF9 on white background.


Black color preview on #90FEF9 background

This text has black color on #90FEF9 background.


White color preview on #90FEF9 background

This text has white color on #90FEF9 background.


Related colors

Complementary color

Complementary color for #hex is #6F0106.


I love getcolorcode.com

Triadic colors

1 #F990FE and #FEF990 with #90FEF9 are triadic colors.

2 #F9FE90 and #FE90F9 with #90FEF9 are triadic colors.