COLOR #9FD0FF

HEX: #9FD0FF RGB: (159,208,255)

Color info

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

RGB color model

#9FD0FF color RGB value is (159,208,255).

RGB: (159,208,255) (62%, 82%, 100%)

RGB channels and saturation

R 159 of 255 = 62%
G 208 of 255 = 82%
B 255 of 255 = 100%

159
208
255

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

Portions of RGB colors in percentages

R + G + B = 159 + 208 + 255 = 622 (100%)
R 159 of 622 ~ 25.56%
G 208 of 622 ~ 33.44%
B 255 of 622 ~ 41'%

%25.56
%33.44
%41

CMYK color model

#9FD0FF color CMYK value is (38,18,0,0).

  • cyan value is 37.65%
  • magenta value is 18.43%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (38,18,0,0)
C38M18Y0K0 (38%, 18%, 0%, 0%)
(0.38 / 0.18 / 0.00 / 0.00)

CMYK percentages

%37.65
%18.43
%0
%0

Codes

Color #9FD0FF in popluar color models

9F D0 FF
RGB 159 208 255
HSL 209° 100.00% 81.18%
HSB/HSV 209° 37.65% 100.00%
CMYK 37.65% 18.43% 0.00%
0.00%

Color #9FD0FF in popluar number systems.

HEX 9F D0 FF
Decimal 159 208 255
Binary 10011111 11010000 11111111
Octal 237 320 377

Shades and tints

Shades of #9FD0FF

#9FD0FF
(159,208,255)
#91BEE8
(145,190,232)
#83ACD1
(131,172,209)
#759ABA
(117,154,186)
#6788A3
(103,136,163)
#59768C
(89,118,140)
#4B6475
(75,100,117)
#3D525E
(61,82,94)
#2F4047
(47,64,71)
#212E30
(33,46,48)
#131C19
(19,28,25)
#000000
(0,0,0)

Tints of #9FD0FF

#9FD0FF
(159,208,255)
#A7D4FF
(167,212,255)
#AFD8FF
(175,216,255)
#B7DCFF
(183,220,255)
#BFE0FF
(191,224,255)
#C7E4FF
(199,228,255)
#CFE8FF
(207,232,255)
#D7ECFF
(215,236,255)
#DFF0FF
(223,240,255)
#E7F4FF
(231,244,255)
#EFF8FF
(239,248,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FD0FF color. Also use rgb(159,208,255) instead hex code.

Text Font Color

.myTextColor { color: #9FD0FF; }

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

This text font color is #9FD0FF.

Background Color

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

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

This div background color is #9FD0FF.

Border color

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

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

This div border color is #9FD0FF.

Opacity

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

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

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

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

This text has shadow with #9FD0FF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FD0FF.

Preview

Color preview on black background

This text has color #9FD0FF on black background.


Color preview on white background

This text has color #9FD0FF on white background.


Black color preview on #9FD0FF background

This text has black color on #9FD0FF background.


White color preview on #9FD0FF background

This text has white color on #9FD0FF background.


Related colors

Complementary color

Complementary color for #hex is #602F00.


I love getcolorcode.com

Triadic colors

1 #FF9FD0 and #D0FF9F with #9FD0FF are triadic colors.

2 #FFD09F and #D09FFF with #9FD0FF are triadic colors.