COLOR #02C5E0

HEX: #02C5E0
RGB: (2,197,224)

Color info

#02C5E0 contains mainly green and blue colors. Web safe color of #02C5E0 is #00CCCC (or #0CC).

RGB color model

#02C5E0 color RGB value is (2,197,224).

  • red value is 2;
  • green value is 197;
  • blue value is 224.
RGB:
(2,197,224)
(1%,77%,88%)

RGB channels and saturation

R 2 of 255 = 1%
G 197 of 255 = 77%
B 224 of 255 = 88%

2
197
224

R + G + B ~ 55%. #02C5E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
2 + 197 + 224 = 423 (100%)
R 2 of 423 ~ 0.47%
G 197 of 423 ~ 46.57%
B 224 of 423 ~ 52.96%

%46.57
%52.96

CMYK color model

#02C5E0 color CMYK value is (99,12,0,12).

  • cyan value is 99.11%
  • magenta value is 12.05%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(99,12,0,12)
C99M12Y0K12 
(99%,12%,0%,12%)
(0.99/0.12/0.00/0.12)	

CMYK percentages

%99.11
%12.05
%0
%12.16

Codes

Color #02C5E0 in popluar color models

02C5E0
RGB2197224
HSL187°98.23%44.31%
HSB/HSV187°99.11%87.84%
CMYK99.11%12.05%0.00%
12.16%

Color #02C5E0 in popluar number systems.

HEX02C5E0
Decimal2197224
Binary101100010111100000
Octal2305340

Shades and tints

Shades of #02C5E0

#02C5E0
(2,197,224)
#02B4CC
(2,180,204)
#02A3B8
(2,163,184)
#0292A4
(2,146,164)
#028190
(2,129,144)
#02707C
(2,112,124)
#025F68
(2,95,104)
#024E54
(2,78,84)
#023D40
(2,61,64)
#022C2C
(2,44,44)
#021B18
(2,27,24)
#000000
(0,0,0)

Tints of #02C5E0

#02C5E0
(2,197,224)
#19CAE2
(25,202,226)
#30CFE4
(48,207,228)
#47D4E6
(71,212,230)
#5ED9E8
(94,217,232)
#75DEEA
(117,222,234)
#8CE3EC
(140,227,236)
#A3E8EE
(163,232,238)
#BAEDF0
(186,237,240)
#D1F2F2
(209,242,242)
#E8F7F4
(232,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02C5E0 color. Also use rgb(2,197,224) instead hex code.

Text Font Color

.myTextColor { color: #02C5E0; }

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

This text font color is #02C5E0.


Background Color

.myBgColor { background-color: #02C5E0; }

<div style="background-color:#02C5E0">Inner text</div>

This div background color is #02C5E0.


Border color

.myBorderColor { border: 1px solid #02C5E0; }

<div style="border:3px solid #02C5E0">Div</div>

This div border color is #02C5E0.


Opacity

.myOpacity80 { color: #02C5E0; opacity: 0.8; }

<p style="color:#02C5E0;opacity:0.8;">80%</p>

Text with #02C5E0 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 #02C5E0;}

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

This text has shadow with #02C5E0 color.

.textShadow {text-shadow: 3px 3px 1px #02C5E0, 3px 3px 1px red;}

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

This text has shadow with #02C5E0 primary color and red secondary color.


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

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

This text has shadow with #02C5E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02C5E0 on black background.


Color preview on white background

This text has color #02C5E0 on white background.



Black color preview on #02C5E0 background

This text has black color on #02C5E0 background.


White color preview on #02C5E0 background

This text has white color on #02C5E0 background.