COLOR #00BDFD

HEX: #00BDFD
RGB: (0,189,253)

Renk bilgisi

#00BDFD contains mainly blue color. #00BDFD ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#00BDFD color RGB value is (0,189,253).

  • kırmız ton 0;
  • yeşil ton 189;
  • mavi ton 253.
RGB:
(0,189,253)
(0%,74%,99%)

RGB bağlantıları ve doygunluk

R 0 of 255 = 0%
G 189 of 255 = 74%
B 253 of 255 = 99%

0
189
253

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

Yüzdelerle RGB renk parçaları

R + G + B =
0 + 189 + 253 = 442 (100%)
R 0 of 442 ~ 0%
G 189 of 442 ~ 42.76%
B 253 of 442 ~ 57.24%

%42.76
%57.24

CMYK RENK MODELİ

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

  • camgöbeği tonu 100.00%
  • eflatun tonu 25.30%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(100,25,0,1)
C100M25Y0K1 
(100%,25%,0%,1%)
(1.00/0.25/0.00/0.01)	

CMYK yüzdeleri

%100
%25.3
%0
%0.78

Codes

Color #00BDFD in popluar color models

00BDFD
RGB0189253
HSL195°100.00%49.61%
HSB/HSV195°100.00%99.22%
CMYK100.00%25.30%0.00%
0.78%

Color #00BDFD in popluar number systems.

HEX00BDFD
Decimal0189253
Binary01011110111111101
Octal0275375

Shades and tints

Shades of #00BDFD

#00BDFD
(0,189,253)
#00ACE6
(0,172,230)
#009BCF
(0,155,207)
#008AB8
(0,138,184)
#0079A1
(0,121,161)
#00688A
(0,104,138)
#005773
(0,87,115)
#00465C
(0,70,92)
#003545
(0,53,69)
#00242E
(0,36,46)
#001317
(0,19,23)
#000000
(0,0,0)

Tints of #00BDFD

#00BDFD
(0,189,253)
#17C3FD
(23,195,253)
#2EC9FD
(46,201,253)
#45CFFD
(69,207,253)
#5CD5FD
(92,213,253)
#73DBFD
(115,219,253)
#8AE1FD
(138,225,253)
#A1E7FD
(161,231,253)
#B8EDFD
(184,237,253)
#CFF3FD
(207,243,253)
#E6F9FD
(230,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #00BDFD color. Also use rgb(0,189,253) instead hex code.

Text Font Color

.myTextColor { color: #00BDFD; }

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

This text font color is #00BDFD.


Background Color

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

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

This div background color is #00BDFD.


Border color

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

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

This div border color is #00BDFD.


Opacity

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

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

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

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

This text has shadow with #00BDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #00BDFD on black background.


Color preview on white background

This text has color #00BDFD on white background.



Black color preview on #00BDFD background

This text has black color on #00BDFD background.


White color preview on #00BDFD background

This text has white color on #00BDFD background.