COLOR #04A5CB

HEX: #04A5CB
RGB: (4,165,203)

Renk bilgisi

#04A5CB contains mainly green and blue colors. #04A5CB ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#04A5CB color RGB value is (4,165,203).

  • kırmız ton 4;
  • yeşil ton 165;
  • mavi ton 203.
RGB:
(4,165,203)
(2%,65%,80%)

RGB bağlantıları ve doygunluk

R 4 of 255 = 2%
G 165 of 255 = 65%
B 203 of 255 = 80%

4
165
203

R + G + B ~ 49%. #04A5CB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
4 + 165 + 203 = 372 (100%)
R 4 of 372 ~ 1.08%
G 165 of 372 ~ 44.35%
B 203 of 372 ~ 54.57%

%44.35
%54.57

CMYK RENK MODELİ

#04A5CB rengi CMYK tonu (98,19,0,20).

  • camgöbeği tonu 98.03%
  • eflatun tonu 18.72%
  • sarı tonu 0.00%
  • ana renk tonu 20.39%
CMYK:
(98,19,0,20)
C98M19Y0K20 
(98%,19%,0%,20%)
(0.98/0.19/0.00/0.20)	

CMYK yüzdeleri

%98.03
%18.72
%0
%20.39

Codes

Color #04A5CB in popluar color models

04A5CB
RGB4165203
HSL191°96.14%40.59%
HSB/HSV191°98.03%79.61%
CMYK98.03%18.72%0.00%
20.39%

Color #04A5CB in popluar number systems.

HEX04A5CB
Decimal4165203
Binary1001010010111001011
Octal4245313

Shades and tints

Shades of #04A5CB

#04A5CB
(4,165,203)
#0496B9
(4,150,185)
#0487A7
(4,135,167)
#047895
(4,120,149)
#046983
(4,105,131)
#045A71
(4,90,113)
#044B5F
(4,75,95)
#043C4D
(4,60,77)
#042D3B
(4,45,59)
#041E29
(4,30,41)
#040F17
(4,15,23)
#000000
(0,0,0)

Tints of #04A5CB

#04A5CB
(4,165,203)
#1AADCF
(26,173,207)
#30B5D3
(48,181,211)
#46BDD7
(70,189,215)
#5CC5DB
(92,197,219)
#72CDDF
(114,205,223)
#88D5E3
(136,213,227)
#9EDDE7
(158,221,231)
#B4E5EB
(180,229,235)
#CAEDEF
(202,237,239)
#E0F5F3
(224,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #04A5CB color. Also use rgb(4,165,203) instead hex code.

Text Font Color

.myTextColor { color: #04A5CB; }

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

This text font color is #04A5CB.


Background Color

.myBgColor { background-color: #04A5CB; }

<div style="background-color:#04A5CB">Inner text</div>

This div background color is #04A5CB.


Border color

.myBorderColor { border: 1px solid #04A5CB; }

<div style="border:3px solid #04A5CB">Div</div>

This div border color is #04A5CB.


Opacity

.myOpacity80 { color: #04A5CB; opacity: 0.8; }

<p style="color:#04A5CB;opacity:0.8;">80%</p>

Text with #04A5CB 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 #04A5CB;}

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

This text has shadow with #04A5CB color.

.textShadow {text-shadow: 3px 3px 1px #04A5CB, 3px 3px 1px red;}

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

This text has shadow with #04A5CB primary color and red secondary color.


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

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

This text has shadow with #04A5CB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #04A5CB on black background.


Color preview on white background

This text has color #04A5CB on white background.



Black color preview on #04A5CB background

This text has black color on #04A5CB background.


White color preview on #04A5CB background

This text has white color on #04A5CB background.