COLOR #5AB5DD

HEX: #5AB5DD
RGB: (90,181,221)

Renk bilgisi

#5AB5DD contains mainly green and blue colors. #5AB5DD ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#5AB5DD color RGB value is (90,181,221).

  • kırmız ton 90;
  • yeşil ton 181;
  • mavi ton 221.
RGB:
(90,181,221)
(35%,71%,87%)

RGB bağlantıları ve doygunluk

R 90 of 255 = 35%
G 181 of 255 = 71%
B 221 of 255 = 87%

90
181
221

R + G + B ~ 64%. #5AB5DD is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
90 + 181 + 221 = 492 (100%)
R 90 of 492 ~ 18.29%
G 181 of 492 ~ 36.79%
B 221 of 492 ~ 44.92%

%18.29
%36.79
%44.92

CMYK RENK MODELİ

#5AB5DD rengi CMYK tonu (59,18,0,13).

  • camgöbeği tonu 59.28%
  • eflatun tonu 18.10%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(59,18,0,13)
C59M18Y0K13 
(59%,18%,0%,13%)
(0.59/0.18/0.00/0.13)	

CMYK yüzdeleri

%59.28
%18.1
%0
%13.33

Codes

Color #5AB5DD in popluar color models

5AB5DD
RGB90181221
HSL198°65.83%60.98%
HSB/HSV198°59.28%86.67%
CMYK59.28%18.10%0.00%
13.33%

Color #5AB5DD in popluar number systems.

HEX5AB5DD
Decimal90181221
Binary10110101011010111011101
Octal132265335

Shades and tints

Shades of #5AB5DD

#5AB5DD
(90,181,221)
#52A5C9
(82,165,201)
#4A95B5
(74,149,181)
#4285A1
(66,133,161)
#3A758D
(58,117,141)
#326579
(50,101,121)
#2A5565
(42,85,101)
#224551
(34,69,81)
#1A353D
(26,53,61)
#122529
(18,37,41)
#0A1515
(10,21,21)
#000000
(0,0,0)

Tints of #5AB5DD

#5AB5DD
(90,181,221)
#69BBE0
(105,187,224)
#78C1E3
(120,193,227)
#87C7E6
(135,199,230)
#96CDE9
(150,205,233)
#A5D3EC
(165,211,236)
#B4D9EF
(180,217,239)
#C3DFF2
(195,223,242)
#D2E5F5
(210,229,245)
#E1EBF8
(225,235,248)
#F0F1FB
(240,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5AB5DD color. Also use rgb(90,181,221) instead hex code.

Text Font Color

.myTextColor { color: #5AB5DD; }

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

This text font color is #5AB5DD.


Background Color

.myBgColor { background-color: #5AB5DD; }

<div style="background-color:#5AB5DD">Inner text</div>

This div background color is #5AB5DD.


Border color

.myBorderColor { border: 1px solid #5AB5DD; }

<div style="border:3px solid #5AB5DD">Div</div>

This div border color is #5AB5DD.


Opacity

.myOpacity80 { color: #5AB5DD; opacity: 0.8; }

<p style="color:#5AB5DD;opacity:0.8;">80%</p>

Text with #5AB5DD 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 #5AB5DD;}

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

This text has shadow with #5AB5DD color.

.textShadow {text-shadow: 3px 3px 1px #5AB5DD, 3px 3px 1px red;}

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

This text has shadow with #5AB5DD primary color and red secondary color.


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

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

This text has shadow with #5AB5DD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5AB5DD on black background.


Color preview on white background

This text has color #5AB5DD on white background.



Black color preview on #5AB5DD background

This text has black color on #5AB5DD background.


White color preview on #5AB5DD background

This text has white color on #5AB5DD background.