COLOR #09A5EB

HEX: #09A5EB
RGB: (9,165,235)

Renk bilgisi

#09A5EB contains mainly blue color. #09A5EB ‘ nin web güvenlik rengi #0099FF (ya da #09F) dir.

RGB renk modeli

#09A5EB color RGB value is (9,165,235).

  • kırmız ton 9;
  • yeşil ton 165;
  • mavi ton 235.
RGB:
(9,165,235)
(4%,65%,92%)

RGB bağlantıları ve doygunluk

R 9 of 255 = 4%
G 165 of 255 = 65%
B 235 of 255 = 92%

9
165
235

R + G + B ~ 54%. #09A5EB is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
9 + 165 + 235 = 409 (100%)
R 9 of 409 ~ 2.2%
G 165 of 409 ~ 40.34%
B 235 of 409 ~ 57.46%

%40.34
%57.46

CMYK RENK MODELİ

#09A5EB rengi CMYK tonu (96,30,0,8).

  • camgöbeği tonu 96.17%
  • eflatun tonu 29.79%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(96,30,0,8)
C96M30Y0K8 
(96%,30%,0%,8%)
(0.96/0.30/0.00/0.08)	

CMYK yüzdeleri

%96.17
%29.79
%0
%7.84

Codes

Color #09A5EB in popluar color models

09A5EB
RGB9165235
HSL199°92.62%47.84%
HSB/HSV199°96.17%92.16%
CMYK96.17%29.79%0.00%
7.84%

Color #09A5EB in popluar number systems.

HEX09A5EB
Decimal9165235
Binary10011010010111101011
Octal11245353

Shades and tints

Shades of #09A5EB

#09A5EB
(9,165,235)
#0996D6
(9,150,214)
#0987C1
(9,135,193)
#0978AC
(9,120,172)
#096997
(9,105,151)
#095A82
(9,90,130)
#094B6D
(9,75,109)
#093C58
(9,60,88)
#092D43
(9,45,67)
#091E2E
(9,30,46)
#090F19
(9,15,25)
#000000
(0,0,0)

Tints of #09A5EB

#09A5EB
(9,165,235)
#1FADEC
(31,173,236)
#35B5ED
(53,181,237)
#4BBDEE
(75,189,238)
#61C5EF
(97,197,239)
#77CDF0
(119,205,240)
#8DD5F1
(141,213,241)
#A3DDF2
(163,221,242)
#B9E5F3
(185,229,243)
#CFEDF4
(207,237,244)
#E5F5F5
(229,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09A5EB color. Also use rgb(9,165,235) instead hex code.

Text Font Color

.myTextColor { color: #09A5EB; }

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

This text font color is #09A5EB.


Background Color

.myBgColor { background-color: #09A5EB; }

<div style="background-color:#09A5EB">Inner text</div>

This div background color is #09A5EB.


Border color

.myBorderColor { border: 1px solid #09A5EB; }

<div style="border:3px solid #09A5EB">Div</div>

This div border color is #09A5EB.


Opacity

.myOpacity80 { color: #09A5EB; opacity: 0.8; }

<p style="color:#09A5EB;opacity:0.8;">80%</p>

Text with #09A5EB 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 #09A5EB;}

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

This text has shadow with #09A5EB color.

.textShadow {text-shadow: 3px 3px 1px #09A5EB, 3px 3px 1px red;}

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

This text has shadow with #09A5EB primary color and red secondary color.


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

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

This text has shadow with #09A5EB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09A5EB on black background.


Color preview on white background

This text has color #09A5EB on white background.



Black color preview on #09A5EB background

This text has black color on #09A5EB background.


White color preview on #09A5EB background

This text has white color on #09A5EB background.