COLOR #02CEF7

HEX: #02CEF7
RGB: (2,206,247)

Color info

#02CEF7 contains mainly green and blue colors. Web safe color of #02CEF7 is #00CCFF (or #0CF).

RGB color model

#02CEF7 color RGB value is (2,206,247).

  • red value is 2;
  • green value is 206;
  • blue value is 247.
RGB:
(2,206,247)
(1%,81%,97%)

RGB channels and saturation

R 2 of 255 = 1%
G 206 of 255 = 81%
B 247 of 255 = 97%

2
206
247

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

Portions of RGB colors in percentages

R + G + B =
2 + 206 + 247 = 455 (100%)
R 2 of 455 ~ 0.44%
G 206 of 455 ~ 45.27%
B 247 of 455 ~ 54.29%

%45.27
%54.29

CMYK color model

#02CEF7 color CMYK value is (99,17,0,3).

  • cyan value is 99.19%
  • magenta value is 16.60%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(99,17,0,3)
C99M17Y0K3 
(99%,17%,0%,3%)
(0.99/0.17/0.00/0.03)	

CMYK percentages

%99.19
%16.6
%0
%3.14

Codes

Color #02CEF7 in popluar color models

02CEF7
RGB2206247
HSL190°98.39%48.82%
HSB/HSV190°99.19%96.86%
CMYK99.19%16.60%0.00%
3.14%

Color #02CEF7 in popluar number systems.

HEX02CEF7
Decimal2206247
Binary101100111011110111
Octal2316367

Shades and tints

Shades of #02CEF7

#02CEF7
(2,206,247)
#02BCE1
(2,188,225)
#02AACB
(2,170,203)
#0298B5
(2,152,181)
#02869F
(2,134,159)
#027489
(2,116,137)
#026273
(2,98,115)
#02505D
(2,80,93)
#023E47
(2,62,71)
#022C31
(2,44,49)
#021A1B
(2,26,27)
#000000
(0,0,0)

Tints of #02CEF7

#02CEF7
(2,206,247)
#19D2F7
(25,210,247)
#30D6F7
(48,214,247)
#47DAF7
(71,218,247)
#5EDEF7
(94,222,247)
#75E2F7
(117,226,247)
#8CE6F7
(140,230,247)
#A3EAF7
(163,234,247)
#BAEEF7
(186,238,247)
#D1F2F7
(209,242,247)
#E8F6F7
(232,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #02CEF7 color. Also use rgb(2,206,247) instead hex code.

Text Font Color

.myTextColor { color: #02CEF7; }

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

This text font color is #02CEF7.


Background Color

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

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

This div background color is #02CEF7.


Border color

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

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

This div border color is #02CEF7.


Opacity

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

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

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

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

This text has shadow with #02CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #02CEF7 on black background.


Color preview on white background

This text has color #02CEF7 on white background.



Black color preview on #02CEF7 background

This text has black color on #02CEF7 background.


White color preview on #02CEF7 background

This text has white color on #02CEF7 background.