COLOR #8FD9FF

HEX: #8FD9FF RGB: (143,217,255)

Color info

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

RGB color model

#8FD9FF color RGB value is (143,217,255).

RGB: (143,217,255) (56%, 85%, 100%)

RGB channels and saturation

R 143 of 255 = 56%
G 217 of 255 = 85%
B 255 of 255 = 100%

143
217
255

R + G + B ~ 80%. #8FD9FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 217 + 255 = 615 (100%)
R 143 of 615 ~ 23.25%
G 217 of 615 ~ 35.28%
B 255 of 615 ~ 41.46'%

%23.25
%35.28
%41.46

CMYK color model

#8FD9FF color CMYK value is (44,15,0,0).

  • cyan value is 43.92%
  • magenta value is 14.90%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (44,15,0,0)
C44M15Y0K0 (44%, 15%, 0%, 0%)
(0.44 / 0.15 / 0.00 / 0.00)

CMYK percentages

%43.92
%14.9
%0
%0

Codes

Color #8FD9FF in popluar color models

8F D9 FF
RGB 143 217 255
HSL 200° 100.00% 78.04%
HSB/HSV 200° 43.92% 100.00%
CMYK 43.92% 14.90% 0.00%
0.00%

Color #8FD9FF in popluar number systems.

HEX 8F D9 FF
Decimal 143 217 255
Binary 10001111 11011001 11111111
Octal 217 331 377

Shades and tints

Shades of #8FD9FF

#8FD9FF
(143,217,255)
#82C6E8
(130,198,232)
#75B3D1
(117,179,209)
#68A0BA
(104,160,186)
#5B8DA3
(91,141,163)
#4E7A8C
(78,122,140)
#416775
(65,103,117)
#34545E
(52,84,94)
#274147
(39,65,71)
#1A2E30
(26,46,48)
#0D1B19
(13,27,25)
#000000
(0,0,0)

Tints of #8FD9FF

#8FD9FF
(143,217,255)
#99DCFF
(153,220,255)
#A3DFFF
(163,223,255)
#ADE2FF
(173,226,255)
#B7E5FF
(183,229,255)
#C1E8FF
(193,232,255)
#CBEBFF
(203,235,255)
#D5EEFF
(213,238,255)
#DFF1FF
(223,241,255)
#E9F4FF
(233,244,255)
#F3F7FF
(243,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FD9FF color. Also use rgb(143,217,255) instead hex code.

Text Font Color

.myTextColor { color: #8FD9FF; }

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

This text font color is #8FD9FF.

Background Color

.myBgColor { background-color: #8FD9FF; }

<div style="background-color:#8FD9FF">Inner text</div>

This div background color is #8FD9FF.

Border color

.myBorderColor { border: 1px solid #8FD9FF; }

<div style="border:3px solid #8FD9FF">Div</div>

This div border color is #8FD9FF.

Opacity

.myOpacity80 { color: #8FD9FF; opacity: 0.8; }

<p style="color:#8FD9FF;opacity:0.8;">80%</p>

Text with #8FD9FF 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 #8FD9FF;}

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

This text has shadow with #8FD9FF color.


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

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

This text has shadow with #8FD9FF primary color and red secondary color.


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

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

This text has shadow with #8FD9FF and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #8FD9FF.

Preview

Color preview on black background

This text has color #8FD9FF on black background.


Color preview on white background

This text has color #8FD9FF on white background.


Black color preview on #8FD9FF background

This text has black color on #8FD9FF background.


White color preview on #8FD9FF background

This text has white color on #8FD9FF background.


Related colors

Complementary color

Complementary color for #hex is #702600.


I love getcolorcode.com

Triadic colors

1 #FF8FD9 and #D9FF8F with #8FD9FF are triadic colors.

2 #FFD98F and #D98FFF with #8FD9FF are triadic colors.