COLOR #599CDE

HEX: #599CDE
RGB: (89,156,222)

Color info

#599CDE contains mainly blue color. Web safe color of #599CDE is #6699CC (or #69C).

RGB color model

#599CDE color RGB value is (89,156,222).

  • red value is 89;
  • green value is 156;
  • blue value is 222.
RGB:
(89,156,222)
(35%,61%,87%)

RGB channels and saturation

R 89 of 255 = 35%
G 156 of 255 = 61%
B 222 of 255 = 87%

89
156
222

R + G + B ~ 61%. #599CDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
89 + 156 + 222 = 467 (100%)
R 89 of 467 ~ 19.06%
G 156 of 467 ~ 33.4%
B 222 of 467 ~ 47.54%

%19.06
%33.4
%47.54

CMYK color model

#599CDE color CMYK value is (60,30,0,13).

  • cyan value is 59.91%
  • magenta value is 29.73%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(60,30,0,13)
C60M30Y0K13 
(60%,30%,0%,13%)
(0.60/0.30/0.00/0.13)	

CMYK percentages

%59.91
%29.73
%0
%12.94

Codes

Color #599CDE in popluar color models

599CDE
RGB89156222
HSL210°66.83%60.98%
HSB/HSV210°59.91%87.06%
CMYK59.91%29.73%0.00%
12.94%

Color #599CDE in popluar number systems.

HEX599CDE
Decimal89156222
Binary10110011001110011011110
Octal131234336

Shades and tints

Shades of #599CDE

#599CDE
(89,156,222)
#518ECA
(81,142,202)
#4980B6
(73,128,182)
#4172A2
(65,114,162)
#39648E
(57,100,142)
#31567A
(49,86,122)
#294866
(41,72,102)
#213A52
(33,58,82)
#192C3E
(25,44,62)
#111E2A
(17,30,42)
#091016
(9,16,22)
#000000
(0,0,0)

Tints of #599CDE

#599CDE
(89,156,222)
#68A5E1
(104,165,225)
#77AEE4
(119,174,228)
#86B7E7
(134,183,231)
#95C0EA
(149,192,234)
#A4C9ED
(164,201,237)
#B3D2F0
(179,210,240)
#C2DBF3
(194,219,243)
#D1E4F6
(209,228,246)
#E0EDF9
(224,237,249)
#EFF6FC
(239,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #599CDE color. Also use rgb(89,156,222) instead hex code.

Text Font Color

.myTextColor { color: #599CDE; }

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

This text font color is #599CDE.


Background Color

.myBgColor { background-color: #599CDE; }

<div style="background-color:#599CDE">Inner text</div>

This div background color is #599CDE.


Border color

.myBorderColor { border: 1px solid #599CDE; }

<div style="border:3px solid #599CDE">Div</div>

This div border color is #599CDE.


Opacity

.myOpacity80 { color: #599CDE; opacity: 0.8; }

<p style="color:#599CDE;opacity:0.8;">80%</p>

Text with #599CDE 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 #599CDE;}

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

This text has shadow with #599CDE color.

.textShadow {text-shadow: 3px 3px 1px #599CDE, 3px 3px 1px red;}

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

This text has shadow with #599CDE primary color and red secondary color.


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

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

This text has shadow with #599CDE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #599CDE on black background.


Color preview on white background

This text has color #599CDE on white background.



Black color preview on #599CDE background

This text has black color on #599CDE background.


White color preview on #599CDE background

This text has white color on #599CDE background.