COLOR #089BCE

HEX: #089BCE
RGB: (8,155,206)

Color info

#089BCE contains mainly green and blue colors. Web safe color of #089BCE is #0099CC (or #09C).

RGB color model

#089BCE color RGB value is (8,155,206).

  • red value is 8;
  • green value is 155;
  • blue value is 206.
RGB:
(8,155,206)
(3%,61%,81%)

RGB channels and saturation

R 8 of 255 = 3%
G 155 of 255 = 61%
B 206 of 255 = 81%

8
155
206

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

Portions of RGB colors in percentages

R + G + B =
8 + 155 + 206 = 369 (100%)
R 8 of 369 ~ 2.17%
G 155 of 369 ~ 42.01%
B 206 of 369 ~ 55.83%

%42.01
%55.83

CMYK color model

#089BCE color CMYK value is (96,25,0,19).

  • cyan value is 96.12%
  • magenta value is 24.76%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(96,25,0,19)
C96M25Y0K19 
(96%,25%,0%,19%)
(0.96/0.25/0.00/0.19)	

CMYK percentages

%96.12
%24.76
%0
%19.22

Codes

Color #089BCE in popluar color models

089BCE
RGB8155206
HSL195°92.52%41.96%
HSB/HSV195°96.12%80.78%
CMYK96.12%24.76%0.00%
19.22%

Color #089BCE in popluar number systems.

HEX089BCE
Decimal8155206
Binary10001001101111001110
Octal10233316

Shades and tints

Shades of #089BCE

#089BCE
(8,155,206)
#088DBC
(8,141,188)
#087FAA
(8,127,170)
#087198
(8,113,152)
#086386
(8,99,134)
#085574
(8,85,116)
#084762
(8,71,98)
#083950
(8,57,80)
#082B3E
(8,43,62)
#081D2C
(8,29,44)
#080F1A
(8,15,26)
#000000
(0,0,0)

Tints of #089BCE

#089BCE
(8,155,206)
#1EA4D2
(30,164,210)
#34ADD6
(52,173,214)
#4AB6DA
(74,182,218)
#60BFDE
(96,191,222)
#76C8E2
(118,200,226)
#8CD1E6
(140,209,230)
#A2DAEA
(162,218,234)
#B8E3EE
(184,227,238)
#CEECF2
(206,236,242)
#E4F5F6
(228,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #089BCE color. Also use rgb(8,155,206) instead hex code.

Text Font Color

.myTextColor { color: #089BCE; }

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

This text font color is #089BCE.


Background Color

.myBgColor { background-color: #089BCE; }

<div style="background-color:#089BCE">Inner text</div>

This div background color is #089BCE.


Border color

.myBorderColor { border: 1px solid #089BCE; }

<div style="border:3px solid #089BCE">Div</div>

This div border color is #089BCE.


Opacity

.myOpacity80 { color: #089BCE; opacity: 0.8; }

<p style="color:#089BCE;opacity:0.8;">80%</p>

Text with #089BCE 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 #089BCE;}

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

This text has shadow with #089BCE color.

.textShadow {text-shadow: 3px 3px 1px #089BCE, 3px 3px 1px red;}

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

This text has shadow with #089BCE primary color and red secondary color.


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

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

This text has shadow with #089BCE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #089BCE on black background.


Color preview on white background

This text has color #089BCE on white background.



Black color preview on #089BCE background

This text has black color on #089BCE background.


White color preview on #089BCE background

This text has white color on #089BCE background.