COLOR #5FCCF9

HEX: #5FCCF9 RGB: (95,204,249)

Color info

#5FCCF9 contains mainly green and blue colors. Web safe color of #5FCCF9 is #66CCFF (or #6CF).

RGB color model

#5FCCF9 color RGB value is (95,204,249).

RGB: (95,204,249) (37%, 80%, 98%)

RGB channels and saturation

R 95 of 255 = 37%
G 204 of 255 = 80%
B 249 of 255 = 98%

95
204
249

R + G + B ~ 72%. #5FCCF9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 95 + 204 + 249 = 548 (100%)
R 95 of 548 ~ 17.34%
G 204 of 548 ~ 37.23%
B 249 of 548 ~ 45.44'%

%17.34
%37.23
%45.44

CMYK color model

#5FCCF9 color CMYK value is (62,18,0,2).

  • cyan value is 61.85%
  • magenta value is 18.07%
  • yellow value is 0.00%
  • key color value is 2.35%

CMYK: (62,18,0,2)
C62M18Y0K2 (62%, 18%, 0%, 2%)
(0.62 / 0.18 / 0.00 / 0.02)

CMYK percentages

%61.85
%18.07
%0
%2.35

Codes

Color #5FCCF9 in popluar color models

5F CC F9
RGB 95 204 249
HSL 198° 92.77% 67.45%
HSB/HSV 198° 61.85% 97.65%
CMYK 61.85% 18.07% 0.00%
2.35%

Color #5FCCF9 in popluar number systems.

HEX 5F CC F9
Decimal 95 204 249
Binary 1011111 11001100 11111001
Octal 137 314 371

Shades and tints

Shades of #5FCCF9

#5FCCF9
(95,204,249)
#57BAE3
(87,186,227)
#4FA8CD
(79,168,205)
#4796B7
(71,150,183)
#3F84A1
(63,132,161)
#37728B
(55,114,139)
#2F6075
(47,96,117)
#274E5F
(39,78,95)
#1F3C49
(31,60,73)
#172A33
(23,42,51)
#0F181D
(15,24,29)
#000000
(0,0,0)

Tints of #5FCCF9

#5FCCF9
(95,204,249)
#6DD0F9
(109,208,249)
#7BD4F9
(123,212,249)
#89D8F9
(137,216,249)
#97DCF9
(151,220,249)
#A5E0F9
(165,224,249)
#B3E4F9
(179,228,249)
#C1E8F9
(193,232,249)
#CFECF9
(207,236,249)
#DDF0F9
(221,240,249)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5FCCF9 color. Also use rgb(95,204,249) instead hex code.

Text Font Color

.myTextColor { color: #5FCCF9; }

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

This text font color is #5FCCF9.

Background Color

.myBgColor { background-color: #5FCCF9; }

<div style="background-color:#5FCCF9">Inner text</div>

This div background color is #5FCCF9.

Border color

.myBorderColor { border: 1px solid #5FCCF9; }

<div style="border:3px solid #5FCCF9">Div</div>

This div border color is #5FCCF9.

Opacity

.myOpacity80 { color: #5FCCF9; opacity: 0.8; }

<p style="color:#5FCCF9;opacity:0.8;">80%</p>

Text with #5FCCF9 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 #5FCCF9;}

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

This text has shadow with #5FCCF9 color.


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

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

This text has shadow with #5FCCF9 primary color and red secondary color.


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

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

This text has shadow with #5FCCF9 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #5FCCF9.

Preview

Color preview on black background

This text has color #5FCCF9 on black background.


Color preview on white background

This text has color #5FCCF9 on white background.


Black color preview on #5FCCF9 background

This text has black color on #5FCCF9 background.


White color preview on #5FCCF9 background

This text has white color on #5FCCF9 background.


Related colors

Complementary color

Complementary color for #hex is #A03306.


I love getcolorcode.com

Triadic colors

1 #F95FCC and #CCF95F with #5FCCF9 are triadic colors.

2 #F9CC5F and #CC5FF9 with #5FCCF9 are triadic colors.