COLOR #59DFFE

HEX: #59DFFE RGB: (89,223,254)

Color info

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

RGB color model

#59DFFE color RGB value is (89,223,254).

RGB: (89,223,254) (35%, 87%, 100%)

RGB channels and saturation

R 89 of 255 = 35%
G 223 of 255 = 87%
B 254 of 255 = 100%

89
223
254

R + G + B ~ 74%. #59DFFE is quite light color.

Portions of RGB colors in percentages

R + G + B = 89 + 223 + 254 = 566 (100%)
R 89 of 566 ~ 15.72%
G 223 of 566 ~ 39.4%
B 254 of 566 ~ 44.88'%

%15.72
%39.4
%44.88

CMYK color model

#59DFFE color CMYK value is (65,12,0,0).

  • cyan value is 64.96%
  • magenta value is 12.20%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (65,12,0,0)
C65M12Y0K0 (65%, 12%, 0%, 0%)
(0.65 / 0.12 / 0.00 / 0.00)

CMYK percentages

%64.96
%12.2
%0
%0.39

Codes

Color #59DFFE in popluar color models

59 DF FE
RGB 89 223 254
HSL 191° 98.80% 67.25%
HSB/HSV 191° 64.96% 99.61%
CMYK 64.96% 12.20% 0.00%
0.39%

Color #59DFFE in popluar number systems.

HEX 59 DF FE
Decimal 89 223 254
Binary 1011001 11011111 11111110
Octal 131 337 376

Shades and tints

Shades of #59DFFE

#59DFFE
(89,223,254)
#51CBE7
(81,203,231)
#49B7D0
(73,183,208)
#41A3B9
(65,163,185)
#398FA2
(57,143,162)
#317B8B
(49,123,139)
#296774
(41,103,116)
#21535D
(33,83,93)
#193F46
(25,63,70)
#112B2F
(17,43,47)
#091718
(9,23,24)
#000000
(0,0,0)

Tints of #59DFFE

#59DFFE
(89,223,254)
#68E1FE
(104,225,254)
#77E3FE
(119,227,254)
#86E5FE
(134,229,254)
#95E7FE
(149,231,254)
#A4E9FE
(164,233,254)
#B3EBFE
(179,235,254)
#C2EDFE
(194,237,254)
#D1EFFE
(209,239,254)
#E0F1FE
(224,241,254)
#EFF3FE
(239,243,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #59DFFE color. Also use rgb(89,223,254) instead hex code.

Text Font Color

.myTextColor { color: #59DFFE; }

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

This text font color is #59DFFE.

Background Color

.myBgColor { background-color: #59DFFE; }

<div style="background-color:#59DFFE">Inner text</div>

This div background color is #59DFFE.

Border color

.myBorderColor { border: 1px solid #59DFFE; }

<div style="border:3px solid #59DFFE">Div</div>

This div border color is #59DFFE.

Opacity

.myOpacity80 { color: #59DFFE; opacity: 0.8; }

<p style="color:#59DFFE;opacity:0.8;">80%</p>

Text with #59DFFE 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 #59DFFE;}

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

This text has shadow with #59DFFE color.


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

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

This text has shadow with #59DFFE primary color and red secondary color.


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

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

This text has shadow with #59DFFE and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #59DFFE.

Preview

Color preview on black background

This text has color #59DFFE on black background.


Color preview on white background

This text has color #59DFFE on white background.


Black color preview on #59DFFE background

This text has black color on #59DFFE background.


White color preview on #59DFFE background

This text has white color on #59DFFE background.


Related colors

Complementary color

Complementary color for #hex is #A62001.


I love getcolorcode.com

Triadic colors

1 #FE59DF and #DFFE59 with #59DFFE are triadic colors.

2 #FEDF59 and #DF59FE with #59DFFE are triadic colors.