COLOR #60EDFF

HEX: #60EDFF
RGB: (96,237,255)

Color info

#60EDFF contains mainly green and blue colors. Web safe color of #60EDFF is #66FFFF (or #6FF).

RGB color model

#60EDFF color RGB value is (96,237,255).

  • red value is 96;
  • green value is 237;
  • blue value is 255.
RGB:
(96,237,255)
(38%,93%,100%)

RGB channels and saturation

R 96 of 255 = 38%
G 237 of 255 = 93%
B 255 of 255 = 100%

96
237
255

R + G + B ~ 77%. #60EDFF is quite light color.

Portions of RGB colors in percentages

R + G + B =
96 + 237 + 255 = 588 (100%)
R 96 of 588 ~ 16.33%
G 237 of 588 ~ 40.31%
B 255 of 588 ~ 43.37%

%16.33
%40.31
%43.37

CMYK color model

#60EDFF color CMYK value is (62,7,0,0).

  • cyan value is 62.35%
  • magenta value is 7.06%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(62,7,0,0)
C62M7Y0K0 
(62%,7%,0%,0%)
(0.62/0.07/0.00/0.00)	

CMYK percentages

%62.35
%7.06
%0
%0

Codes

Color #60EDFF in popluar color models

60EDFF
RGB96237255
HSL187°100.00%68.82%
HSB/HSV187°62.35%100.00%
CMYK62.35%7.06%0.00%
0.00%

Color #60EDFF in popluar number systems.

HEX60EDFF
Decimal96237255
Binary11000001110110111111111
Octal140355377

Shades and tints

Shades of #60EDFF

#60EDFF
(96,237,255)
#58D8E8
(88,216,232)
#50C3D1
(80,195,209)
#48AEBA
(72,174,186)
#4099A3
(64,153,163)
#38848C
(56,132,140)
#306F75
(48,111,117)
#285A5E
(40,90,94)
#204547
(32,69,71)
#183030
(24,48,48)
#101B19
(16,27,25)
#000000
(0,0,0)

Tints of #60EDFF

#60EDFF
(96,237,255)
#6EEEFF
(110,238,255)
#7CEFFF
(124,239,255)
#8AF0FF
(138,240,255)
#98F1FF
(152,241,255)
#A6F2FF
(166,242,255)
#B4F3FF
(180,243,255)
#C2F4FF
(194,244,255)
#D0F5FF
(208,245,255)
#DEF6FF
(222,246,255)
#ECF7FF
(236,247,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #60EDFF color. Also use rgb(96,237,255) instead hex code.

Text Font Color

.myTextColor { color: #60EDFF; }

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

This text font color is #60EDFF.


Background Color

.myBgColor { background-color: #60EDFF; }

<div style="background-color:#60EDFF">Inner text</div>

This div background color is #60EDFF.


Border color

.myBorderColor { border: 1px solid #60EDFF; }

<div style="border:3px solid #60EDFF">Div</div>

This div border color is #60EDFF.


Opacity

.myOpacity80 { color: #60EDFF; opacity: 0.8; }

<p style="color:#60EDFF;opacity:0.8;">80%</p>

Text with #60EDFF 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 #60EDFF;}

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

This text has shadow with #60EDFF color.

.textShadow {text-shadow: 3px 3px 1px #60EDFF, 3px 3px 1px red;}

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

This text has shadow with #60EDFF primary color and red secondary color.


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

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

This text has shadow with #60EDFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #60EDFF on black background.


Color preview on white background

This text has color #60EDFF on white background.



Black color preview on #60EDFF background

This text has black color on #60EDFF background.


White color preview on #60EDFF background

This text has white color on #60EDFF background.