COLOR #00BFFF

HEX: #00BFFF
RGB: (0,191,255)

Renk bilgisi

Rengin adı DeepSkyBlue. #00BFFF contains mainly blue color. #00BFFF ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#00BFFF color RGB value is (0,191,255).

  • kırmız ton 0;
  • yeşil ton 191;
  • mavi ton 255.
RGB:
(0,191,255)
(0%,75%,100%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 191 of 255 = 75%
B 255 of 255 = 100%

0
191
255

R + G + B ~ 58%. #00BFFF is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 191 + 255 = 446 (100%)
R 0 of 446 ~ 0%
G 191 of 446 ~ 42.83%
B 255 of 446 ~ 57.17%

%42.83
%57.17

CMYK RENK MODELİ

#00BFFF rengi CMYK tonu (100,25,0,0).

  • camgöbeği tonu 100.00%
  • eflatun tonu 25.10%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(100,25,0,0)
C100M25Y0K0 
(100%,25%,0%,0%)
(1.00/0.25/0.00/0.00)	

CMYK yüzdeleri

%100
%25.1
%0
%0

Codes

Color #00BFFF in popluar color models

00BFFF
RGB0191255
HSL195°100.00%50.00%
HSB/HSV195°100.00%100.00%
CMYK100.00%25.10%0.00%
0.00%

Color #00BFFF in popluar number systems.

HEX00BFFF
Decimal0191255
Binary01011111111111111
Octal0277377

Shades and tints

Shades of #00BFFF

#00BFFF
(0,191,255)
#00AEE8
(0,174,232)
#009DD1
(0,157,209)
#008CBA
(0,140,186)
#007BA3
(0,123,163)
#006A8C
(0,106,140)
#005975
(0,89,117)
#00485E
(0,72,94)
#003747
(0,55,71)
#002630
(0,38,48)
#001519
(0,21,25)
#000000
(0,0,0)

Tints of #00BFFF

#00BFFF
(0,191,255)
#17C4FF
(23,196,255)
#2EC9FF
(46,201,255)
#45CEFF
(69,206,255)
#5CD3FF
(92,211,255)
#73D8FF
(115,216,255)
#8ADDFF
(138,221,255)
#A1E2FF
(161,226,255)
#B8E7FF
(184,231,255)
#CFECFF
(207,236,255)
#E6F1FF
(230,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BFFF color. Also use rgb(0,191,255) instead hex code.

Text Font Color

.myTextColor { color: #00BFFF; }

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

This text font color is #00BFFF.


Background Color

.myBgColor { background-color: #00BFFF; }

<div style="background-color:#00BFFF">Inner text</div>

This div background color is #00BFFF.


Border color

.myBorderColor { border: 1px solid #00BFFF; }

<div style="border:3px solid #00BFFF">Div</div>

This div border color is #00BFFF.


Opacity

.myOpacity80 { color: #00BFFF; opacity: 0.8; }

<p style="color:#00BFFF;opacity:0.8;">80%</p>

Text with #00BFFF 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 #00BFFF;}

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

This text has shadow with #00BFFF color.

.textShadow {text-shadow: 3px 3px 1px #00BFFF, 3px 3px 1px red;}

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

This text has shadow with #00BFFF primary color and red secondary color.


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

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

This text has shadow with #00BFFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BFFF on black background.


Color preview on white background

This text has color #00BFFF on white background.



Black color preview on #00BFFF background

This text has black color on #00BFFF background.


White color preview on #00BFFF background

This text has white color on #00BFFF background.