COLOR #98E5FA

HEX: #98E5FA
RGB: (152,229,250)

Color info

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

RGB color model

#98E5FA color RGB value is (152,229,250).

  • red value is 152;
  • green value is 229;
  • blue value is 250.
RGB:
(152,229,250)
(60%,90%,98%)

RGB channels and saturation

R 152 of 255 = 60%
G 229 of 255 = 90%
B 250 of 255 = 98%

152
229
250

R + G + B ~ 83%. #98E5FA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 229 + 250 = 631 (100%)
R 152 of 631 ~ 24.09%
G 229 of 631 ~ 36.29%
B 250 of 631 ~ 39.62%

%24.09
%36.29
%39.62

CMYK color model

#98E5FA color CMYK value is (39,8,0,2).

  • cyan value is 39.20%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(39,8,0,2)
C39M8Y0K2 
(39%,8%,0%,2%)
(0.39/0.08/0.00/0.02)	

CMYK percentages

%39.2
%8.4
%0
%1.96

Codes

Color #98E5FA in popluar color models

98E5FA
RGB152229250
HSL193°90.74%78.82%
HSB/HSV193°39.20%98.04%
CMYK39.20%8.40%0.00%
1.96%

Color #98E5FA in popluar number systems.

HEX98E5FA
Decimal152229250
Binary100110001110010111111010
Octal230345372

Shades and tints

Shades of #98E5FA

#98E5FA
(152,229,250)
#8BD1E4
(139,209,228)
#7EBDCE
(126,189,206)
#71A9B8
(113,169,184)
#6495A2
(100,149,162)
#57818C
(87,129,140)
#4A6D76
(74,109,118)
#3D5960
(61,89,96)
#30454A
(48,69,74)
#233134
(35,49,52)
#161D1E
(22,29,30)
#000000
(0,0,0)

Tints of #98E5FA

#98E5FA
(152,229,250)
#A1E7FA
(161,231,250)
#AAE9FA
(170,233,250)
#B3EBFA
(179,235,250)
#BCEDFA
(188,237,250)
#C5EFFA
(197,239,250)
#CEF1FA
(206,241,250)
#D7F3FA
(215,243,250)
#E0F5FA
(224,245,250)
#E9F7FA
(233,247,250)
#F2F9FA
(242,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E5FA color. Also use rgb(152,229,250) instead hex code.

Text Font Color

.myTextColor { color: #98E5FA; }

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

This text font color is #98E5FA.


Background Color

.myBgColor { background-color: #98E5FA; }

<div style="background-color:#98E5FA">Inner text</div>

This div background color is #98E5FA.


Border color

.myBorderColor { border: 1px solid #98E5FA; }

<div style="border:3px solid #98E5FA">Div</div>

This div border color is #98E5FA.


Opacity

.myOpacity80 { color: #98E5FA; opacity: 0.8; }

<p style="color:#98E5FA;opacity:0.8;">80%</p>

Text with #98E5FA 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 #98E5FA;}

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

This text has shadow with #98E5FA color.

.textShadow {text-shadow: 3px 3px 1px #98E5FA, 3px 3px 1px red;}

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

This text has shadow with #98E5FA primary color and red secondary color.


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

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

This text has shadow with #98E5FA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E5FA on black background.


Color preview on white background

This text has color #98E5FA on white background.



Black color preview on #98E5FA background

This text has black color on #98E5FA background.


White color preview on #98E5FA background

This text has white color on #98E5FA background.