COLOR #088DDD

HEX: #088DDD
RGB: (8,141,221)

Renk bilgisi

#088DDD contains mainly blue color. #088DDD ‘ nin web güvenlik rengi #0099CC (ya da #09C) dir.

RGB renk modeli

#088DDD color RGB value is (8,141,221).

  • kırmız ton 8;
  • yeşil ton 141;
  • mavi ton 221.
RGB:
(8,141,221)
(3%,55%,87%)

RGB bağlantıları ve doygunluk

R 8 of 255 = 3%
G 141 of 255 = 55%
B 221 of 255 = 87%

8
141
221

R + G + B ~ 48%. #088DDD is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
8 + 141 + 221 = 370 (100%)
R 8 of 370 ~ 2.16%
G 141 of 370 ~ 38.11%
B 221 of 370 ~ 59.73%

%38.11
%59.73

CMYK RENK MODELİ

#088DDD rengi CMYK tonu (96,36,0,13).

  • camgöbeği tonu 96.38%
  • eflatun tonu 36.20%
  • sarı tonu 0.00%
  • ana renk tonu 13.33%
CMYK:
(96,36,0,13)
C96M36Y0K13 
(96%,36%,0%,13%)
(0.96/0.36/0.00/0.13)	

CMYK yüzdeleri

%96.38
%36.2
%0
%13.33

Codes

Color #088DDD in popluar color models

088DDD
RGB8141221
HSL203°93.01%44.90%
HSB/HSV203°96.38%86.67%
CMYK96.38%36.20%0.00%
13.33%

Color #088DDD in popluar number systems.

HEX088DDD
Decimal8141221
Binary10001000110111011101
Octal10215335

Shades and tints

Shades of #088DDD

#088DDD
(8,141,221)
#0881C9
(8,129,201)
#0875B5
(8,117,181)
#0869A1
(8,105,161)
#085D8D
(8,93,141)
#085179
(8,81,121)
#084565
(8,69,101)
#083951
(8,57,81)
#082D3D
(8,45,61)
#082129
(8,33,41)
#081515
(8,21,21)
#000000
(0,0,0)

Tints of #088DDD

#088DDD
(8,141,221)
#1E97E0
(30,151,224)
#34A1E3
(52,161,227)
#4AABE6
(74,171,230)
#60B5E9
(96,181,233)
#76BFEC
(118,191,236)
#8CC9EF
(140,201,239)
#A2D3F2
(162,211,242)
#B8DDF5
(184,221,245)
#CEE7F8
(206,231,248)
#E4F1FB
(228,241,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #088DDD color. Also use rgb(8,141,221) instead hex code.

Text Font Color

.myTextColor { color: #088DDD; }

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

This text font color is #088DDD.


Background Color

.myBgColor { background-color: #088DDD; }

<div style="background-color:#088DDD">Inner text</div>

This div background color is #088DDD.


Border color

.myBorderColor { border: 1px solid #088DDD; }

<div style="border:3px solid #088DDD">Div</div>

This div border color is #088DDD.


Opacity

.myOpacity80 { color: #088DDD; opacity: 0.8; }

<p style="color:#088DDD;opacity:0.8;">80%</p>

Text with #088DDD 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 #088DDD;}

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

This text has shadow with #088DDD color.

.textShadow {text-shadow: 3px 3px 1px #088DDD, 3px 3px 1px red;}

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

This text has shadow with #088DDD primary color and red secondary color.


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

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

This text has shadow with #088DDD and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #088DDD on black background.


Color preview on white background

This text has color #088DDD on white background.



Black color preview on #088DDD background

This text has black color on #088DDD background.


White color preview on #088DDD background

This text has white color on #088DDD background.