COLOR #98EDFD

HEX: #98EDFD
RGB: (152,237,253)

Color info

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

RGB color model

#98EDFD color RGB value is (152,237,253).

  • red value is 152;
  • green value is 237;
  • blue value is 253.
RGB:
(152,237,253)
(60%,93%,99%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 253 of 255 = 99%

152
237
253

R + G + B ~ 84%. #98EDFD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 237 + 253 = 642 (100%)
R 152 of 642 ~ 23.68%
G 237 of 642 ~ 36.92%
B 253 of 642 ~ 39.41%

%23.68
%36.92
%39.41

CMYK color model

#98EDFD color CMYK value is (40,6,0,1).

  • cyan value is 39.92%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(40,6,0,1)
C40M6Y0K1 
(40%,6%,0%,1%)
(0.40/0.06/0.00/0.01)	

CMYK percentages

%39.92
%6.32
%0
%0.78

Codes

Color #98EDFD in popluar color models

98EDFD
RGB152237253
HSL190°96.19%79.41%
HSB/HSV190°39.92%99.22%
CMYK39.92%6.32%0.00%
0.78%

Color #98EDFD in popluar number systems.

HEX98EDFD
Decimal152237253
Binary100110001110110111111101
Octal230355375

Shades and tints

Shades of #98EDFD

#98EDFD
(152,237,253)
#8BD8E6
(139,216,230)
#7EC3CF
(126,195,207)
#71AEB8
(113,174,184)
#6499A1
(100,153,161)
#57848A
(87,132,138)
#4A6F73
(74,111,115)
#3D5A5C
(61,90,92)
#304545
(48,69,69)
#23302E
(35,48,46)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #98EDFD

#98EDFD
(152,237,253)
#A1EEFD
(161,238,253)
#AAEFFD
(170,239,253)
#B3F0FD
(179,240,253)
#BCF1FD
(188,241,253)
#C5F2FD
(197,242,253)
#CEF3FD
(206,243,253)
#D7F4FD
(215,244,253)
#E0F5FD
(224,245,253)
#E9F6FD
(233,246,253)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EDFD color. Also use rgb(152,237,253) instead hex code.

Text Font Color

.myTextColor { color: #98EDFD; }

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

This text font color is #98EDFD.


Background Color

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

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

This div background color is #98EDFD.


Border color

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

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

This div border color is #98EDFD.


Opacity

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

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

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

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

This text has shadow with #98EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EDFD on black background.


Color preview on white background

This text has color #98EDFD on white background.



Black color preview on #98EDFD background

This text has black color on #98EDFD background.


White color preview on #98EDFD background

This text has white color on #98EDFD background.