COLOR #9BDFEF

HEX: #9BDFEF
RGB: (155,223,239)

Color info

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

RGB color model

#9BDFEF color RGB value is (155,223,239).

  • red value is 155;
  • green value is 223;
  • blue value is 239.
RGB:
(155,223,239)
(61%,87%,94%)

RGB channels and saturation

R 155 of 255 = 61%
G 223 of 255 = 87%
B 239 of 255 = 94%

155
223
239

R + G + B ~ 81%. #9BDFEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 223 + 239 = 617 (100%)
R 155 of 617 ~ 25.12%
G 223 of 617 ~ 36.14%
B 239 of 617 ~ 38.74%

%25.12
%36.14
%38.74

CMYK color model

#9BDFEF color CMYK value is (35,7,0,6).

  • cyan value is 35.15%
  • magenta value is 6.69%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(35,7,0,6)
C35M7Y0K6 
(35%,7%,0%,6%)
(0.35/0.07/0.00/0.06)	

CMYK percentages

%35.15
%6.69
%0
%6.27

Codes

Color #9BDFEF in popluar color models

9BDFEF
RGB155223239
HSL191°72.41%77.25%
HSB/HSV191°35.15%93.73%
CMYK35.15%6.69%0.00%
6.27%

Color #9BDFEF in popluar number systems.

HEX9BDFEF
Decimal155223239
Binary100110111101111111101111
Octal233337357

Shades and tints

Shades of #9BDFEF

#9BDFEF
(155,223,239)
#8DCBDA
(141,203,218)
#7FB7C5
(127,183,197)
#71A3B0
(113,163,176)
#638F9B
(99,143,155)
#557B86
(85,123,134)
#476771
(71,103,113)
#39535C
(57,83,92)
#2B3F47
(43,63,71)
#1D2B32
(29,43,50)
#0F171D
(15,23,29)
#000000
(0,0,0)

Tints of #9BDFEF

#9BDFEF
(155,223,239)
#A4E1F0
(164,225,240)
#ADE3F1
(173,227,241)
#B6E5F2
(182,229,242)
#BFE7F3
(191,231,243)
#C8E9F4
(200,233,244)
#D1EBF5
(209,235,245)
#DAEDF6
(218,237,246)
#E3EFF7
(227,239,247)
#ECF1F8
(236,241,248)
#F5F3F9
(245,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDFEF color. Also use rgb(155,223,239) instead hex code.

Text Font Color

.myTextColor { color: #9BDFEF; }

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

This text font color is #9BDFEF.


Background Color

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

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

This div background color is #9BDFEF.


Border color

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

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

This div border color is #9BDFEF.


Opacity

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

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

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

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

This text has shadow with #9BDFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BDFEF on black background.


Color preview on white background

This text has color #9BDFEF on white background.



Black color preview on #9BDFEF background

This text has black color on #9BDFEF background.


White color preview on #9BDFEF background

This text has white color on #9BDFEF background.