COLOR #01B5ED

HEX: #01B5ED
RGB: (1,181,237)

Renk bilgisi

#01B5ED contains mainly green and blue colors. #01B5ED ‘ nin web güvenlik rengi #00CCFF (ya da #0CF) dir.

RGB renk modeli

#01B5ED color RGB value is (1,181,237).

  • kırmız ton 1;
  • yeşil ton 181;
  • mavi ton 237.
RGB:
(1,181,237)
(0%,71%,93%)

RGB bağlantıları ve doygunluk

R 1 of 255 = 0%
G 181 of 255 = 71%
B 237 of 255 = 93%

1
181
237

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

Yüzdelerle RGB renk parçaları

R + G + B =
1 + 181 + 237 = 419 (100%)
R 1 of 419 ~ 0.24%
G 181 of 419 ~ 43.2%
B 237 of 419 ~ 56.56%

%43.2
%56.56

CMYK RENK MODELİ

#01B5ED rengi CMYK tonu (100,24,0,7).

  • camgöbeği tonu 99.58%
  • eflatun tonu 23.63%
  • sarı tonu 0.00%
  • ana renk tonu 7.06%
CMYK:
(100,24,0,7)
C100M24Y0K7 
(100%,24%,0%,7%)
(1.00/0.24/0.00/0.07)	

CMYK yüzdeleri

%99.58
%23.63
%0
%7.06

Codes

Color #01B5ED in popluar color models

01B5ED
RGB1181237
HSL194°99.16%46.67%
HSB/HSV194°99.58%92.94%
CMYK99.58%23.63%0.00%
7.06%

Color #01B5ED in popluar number systems.

HEX01B5ED
Decimal1181237
Binary11011010111101101
Octal1265355

Shades and tints

Shades of #01B5ED

#01B5ED
(1,181,237)
#01A5D8
(1,165,216)
#0195C3
(1,149,195)
#0185AE
(1,133,174)
#017599
(1,117,153)
#016584
(1,101,132)
#01556F
(1,85,111)
#01455A
(1,69,90)
#013545
(1,53,69)
#012530
(1,37,48)
#01151B
(1,21,27)
#000000
(0,0,0)

Tints of #01B5ED

#01B5ED
(1,181,237)
#18BBEE
(24,187,238)
#2FC1EF
(47,193,239)
#46C7F0
(70,199,240)
#5DCDF1
(93,205,241)
#74D3F2
(116,211,242)
#8BD9F3
(139,217,243)
#A2DFF4
(162,223,244)
#B9E5F5
(185,229,245)
#D0EBF6
(208,235,246)
#E7F1F7
(231,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #01B5ED color. Also use rgb(1,181,237) instead hex code.

Text Font Color

.myTextColor { color: #01B5ED; }

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

This text font color is #01B5ED.


Background Color

.myBgColor { background-color: #01B5ED; }

<div style="background-color:#01B5ED">Inner text</div>

This div background color is #01B5ED.


Border color

.myBorderColor { border: 1px solid #01B5ED; }

<div style="border:3px solid #01B5ED">Div</div>

This div border color is #01B5ED.


Opacity

.myOpacity80 { color: #01B5ED; opacity: 0.8; }

<p style="color:#01B5ED;opacity:0.8;">80%</p>

Text with #01B5ED 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 #01B5ED;}

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

This text has shadow with #01B5ED color.

.textShadow {text-shadow: 3px 3px 1px #01B5ED, 3px 3px 1px red;}

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

This text has shadow with #01B5ED primary color and red secondary color.


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

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

This text has shadow with #01B5ED and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #01B5ED on black background.


Color preview on white background

This text has color #01B5ED on white background.



Black color preview on #01B5ED background

This text has black color on #01B5ED background.


White color preview on #01B5ED background

This text has white color on #01B5ED background.