COLOR #9ED4FF

HEX: #9ED4FF RGB: (158,212,255)

Color info

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

RGB color model

#9ED4FF color RGB value is (158,212,255).

RGB: (158,212,255) (62%, 83%, 100%)

RGB channels and saturation

R 158 of 255 = 62%
G 212 of 255 = 83%
B 255 of 255 = 100%

158
212
255

R + G + B ~ 82%. #9ED4FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 212 + 255 = 625 (100%)
R 158 of 625 ~ 25.28%
G 212 of 625 ~ 33.92%
B 255 of 625 ~ 40.8'%

%25.28
%33.92
%40.8

CMYK color model

#9ED4FF color CMYK value is (38,17,0,0).

  • cyan value is 38.04%
  • magenta value is 16.86%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (38,17,0,0)
C38M17Y0K0 (38%, 17%, 0%, 0%)
(0.38 / 0.17 / 0.00 / 0.00)

CMYK percentages

%38.04
%16.86
%0
%0

Codes

Color #9ED4FF in popluar color models

9E D4 FF
RGB 158 212 255
HSL 207° 100.00% 80.98%
HSB/HSV 207° 38.04% 100.00%
CMYK 38.04% 16.86% 0.00%
0.00%

Color #9ED4FF in popluar number systems.

HEX 9E D4 FF
Decimal 158 212 255
Binary 10011110 11010100 11111111
Octal 236 324 377

Shades and tints

Shades of #9ED4FF

#9ED4FF
(158,212,255)
#90C1E8
(144,193,232)
#82AED1
(130,174,209)
#749BBA
(116,155,186)
#6688A3
(102,136,163)
#58758C
(88,117,140)
#4A6275
(74,98,117)
#3C4F5E
(60,79,94)
#2E3C47
(46,60,71)
#202930
(32,41,48)
#121619
(18,22,25)
#000000
(0,0,0)

Tints of #9ED4FF

#9ED4FF
(158,212,255)
#A6D7FF
(166,215,255)
#AEDAFF
(174,218,255)
#B6DDFF
(182,221,255)
#BEE0FF
(190,224,255)
#C6E3FF
(198,227,255)
#CEE6FF
(206,230,255)
#D6E9FF
(214,233,255)
#DEECFF
(222,236,255)
#E6EFFF
(230,239,255)
#EEF2FF
(238,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ED4FF color. Also use rgb(158,212,255) instead hex code.

Text Font Color

.myTextColor { color: #9ED4FF; }

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

This text font color is #9ED4FF.

Background Color

.myBgColor { background-color: #9ED4FF; }

<div style="background-color:#9ED4FF">Inner text</div>

This div background color is #9ED4FF.

Border color

.myBorderColor { border: 1px solid #9ED4FF; }

<div style="border:3px solid #9ED4FF">Div</div>

This div border color is #9ED4FF.

Opacity

.myOpacity80 { color: #9ED4FF; opacity: 0.8; }

<p style="color:#9ED4FF;opacity:0.8;">80%</p>

Text with #9ED4FF 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 #9ED4FF;}

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

This text has shadow with #9ED4FF color.


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

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

This text has shadow with #9ED4FF primary color and red secondary color.


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

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

This text has shadow with #9ED4FF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #9ED4FF.

Preview

Color preview on black background

This text has color #9ED4FF on black background.


Color preview on white background

This text has color #9ED4FF on white background.


Black color preview on #9ED4FF background

This text has black color on #9ED4FF background.


White color preview on #9ED4FF background

This text has white color on #9ED4FF background.


Related colors

Complementary color

Complementary color for #hex is #612B00.


I love getcolorcode.com

Triadic colors

1 #FF9ED4 and #D4FF9E with #9ED4FF are triadic colors.

2 #FFD49E and #D49EFF with #9ED4FF are triadic colors.