COLOR #06D7FB

HEX: #06D7FB
RGB: (6,215,251)

Color info

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

RGB color model

#06D7FB color RGB value is (6,215,251).

  • red value is 6;
  • green value is 215;
  • blue value is 251.
RGB:
(6,215,251)
(2%,84%,98%)

RGB channels and saturation

R 6 of 255 = 2%
G 215 of 255 = 84%
B 251 of 255 = 98%

6
215
251

R + G + B ~ 61%. #06D7FB is quite light color.

Portions of RGB colors in percentages

R + G + B =
6 + 215 + 251 = 472 (100%)
R 6 of 472 ~ 1.27%
G 215 of 472 ~ 45.55%
B 251 of 472 ~ 53.18%

%45.55
%53.18

CMYK color model

#06D7FB color CMYK value is (98,14,0,2).

  • cyan value is 97.61%
  • magenta value is 14.34%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(98,14,0,2)
C98M14Y0K2 
(98%,14%,0%,2%)
(0.98/0.14/0.00/0.02)	

CMYK percentages

%97.61
%14.34
%0
%1.57

Codes

Color #06D7FB in popluar color models

06D7FB
RGB6215251
HSL189°96.84%50.39%
HSB/HSV189°97.61%98.43%
CMYK97.61%14.34%0.00%
1.57%

Color #06D7FB in popluar number systems.

HEX06D7FB
Decimal6215251
Binary1101101011111111011
Octal6327373

Shades and tints

Shades of #06D7FB

#06D7FB
(6,215,251)
#06C4E5
(6,196,229)
#06B1CF
(6,177,207)
#069EB9
(6,158,185)
#068BA3
(6,139,163)
#06788D
(6,120,141)
#066577
(6,101,119)
#065261
(6,82,97)
#063F4B
(6,63,75)
#062C35
(6,44,53)
#06191F
(6,25,31)
#000000
(0,0,0)

Tints of #06D7FB

#06D7FB
(6,215,251)
#1CDAFB
(28,218,251)
#32DDFB
(50,221,251)
#48E0FB
(72,224,251)
#5EE3FB
(94,227,251)
#74E6FB
(116,230,251)
#8AE9FB
(138,233,251)
#A0ECFB
(160,236,251)
#B6EFFB
(182,239,251)
#CCF2FB
(204,242,251)
#E2F5FB
(226,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #06D7FB color. Also use rgb(6,215,251) instead hex code.

Text Font Color

.myTextColor { color: #06D7FB; }

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

This text font color is #06D7FB.


Background Color

.myBgColor { background-color: #06D7FB; }

<div style="background-color:#06D7FB">Inner text</div>

This div background color is #06D7FB.


Border color

.myBorderColor { border: 1px solid #06D7FB; }

<div style="border:3px solid #06D7FB">Div</div>

This div border color is #06D7FB.


Opacity

.myOpacity80 { color: #06D7FB; opacity: 0.8; }

<p style="color:#06D7FB;opacity:0.8;">80%</p>

Text with #06D7FB 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 #06D7FB;}

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

This text has shadow with #06D7FB color.

.textShadow {text-shadow: 3px 3px 1px #06D7FB, 3px 3px 1px red;}

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

This text has shadow with #06D7FB primary color and red secondary color.


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

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

This text has shadow with #06D7FB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #06D7FB on black background.


Color preview on white background

This text has color #06D7FB on white background.



Black color preview on #06D7FB background

This text has black color on #06D7FB background.


White color preview on #06D7FB background

This text has white color on #06D7FB background.