COLOR #58A9E9

HEX: #58A9E9
RGB: (88,169,233)

Renk bilgisi

#58A9E9 contains mainly blue color. #58A9E9 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#58A9E9 color RGB value is (88,169,233).

  • kırmız ton 88;
  • yeşil ton 169;
  • mavi ton 233.
RGB:
(88,169,233)
(35%,66%,91%)

RGB bağlantıları ve doygunluk

R 88 of 255 = 35%
G 169 of 255 = 66%
B 233 of 255 = 91%

88
169
233

R + G + B ~ 64%. #58A9E9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
88 + 169 + 233 = 490 (100%)
R 88 of 490 ~ 17.96%
G 169 of 490 ~ 34.49%
B 233 of 490 ~ 47.55%

%17.96
%34.49
%47.55

CMYK RENK MODELİ

#58A9E9 rengi CMYK tonu (62,27,0,9).

  • camgöbeği tonu 62.23%
  • eflatun tonu 27.47%
  • sarı tonu 0.00%
  • ana renk tonu 8.63%
CMYK:
(62,27,0,9)
C62M27Y0K9 
(62%,27%,0%,9%)
(0.62/0.27/0.00/0.09)	

CMYK yüzdeleri

%62.23
%27.47
%0
%8.63

Codes

Color #58A9E9 in popluar color models

58A9E9
RGB88169233
HSL206°76.72%62.94%
HSB/HSV206°62.23%91.37%
CMYK62.23%27.47%0.00%
8.63%

Color #58A9E9 in popluar number systems.

HEX58A9E9
Decimal88169233
Binary10110001010100111101001
Octal130251351

Shades and tints

Shades of #58A9E9

#58A9E9
(88,169,233)
#509AD4
(80,154,212)
#488BBF
(72,139,191)
#407CAA
(64,124,170)
#386D95
(56,109,149)
#305E80
(48,94,128)
#284F6B
(40,79,107)
#204056
(32,64,86)
#183141
(24,49,65)
#10222C
(16,34,44)
#081317
(8,19,23)
#000000
(0,0,0)

Tints of #58A9E9

#58A9E9
(88,169,233)
#67B0EB
(103,176,235)
#76B7ED
(118,183,237)
#85BEEF
(133,190,239)
#94C5F1
(148,197,241)
#A3CCF3
(163,204,243)
#B2D3F5
(178,211,245)
#C1DAF7
(193,218,247)
#D0E1F9
(208,225,249)
#DFE8FB
(223,232,251)
#EEEFFD
(238,239,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #58A9E9 color. Also use rgb(88,169,233) instead hex code.

Text Font Color

.myTextColor { color: #58A9E9; }

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

This text font color is #58A9E9.


Background Color

.myBgColor { background-color: #58A9E9; }

<div style="background-color:#58A9E9">Inner text</div>

This div background color is #58A9E9.


Border color

.myBorderColor { border: 1px solid #58A9E9; }

<div style="border:3px solid #58A9E9">Div</div>

This div border color is #58A9E9.


Opacity

.myOpacity80 { color: #58A9E9; opacity: 0.8; }

<p style="color:#58A9E9;opacity:0.8;">80%</p>

Text with #58A9E9 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 #58A9E9;}

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

This text has shadow with #58A9E9 color.

.textShadow {text-shadow: 3px 3px 1px #58A9E9, 3px 3px 1px red;}

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

This text has shadow with #58A9E9 primary color and red secondary color.


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

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

This text has shadow with #58A9E9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #58A9E9 on black background.


Color preview on white background

This text has color #58A9E9 on white background.



Black color preview on #58A9E9 background

This text has black color on #58A9E9 background.


White color preview on #58A9E9 background

This text has white color on #58A9E9 background.