COLOR #08B9E0

HEX: #08B9E0
RGB: (8,185,224)

Color info

#08B9E0 contains mainly green and blue colors. Web safe color of #08B9E0 is #00CCCC (or #0CC).

RGB color model

#08B9E0 color RGB value is (8,185,224).

  • red value is 8;
  • green value is 185;
  • blue value is 224.
RGB:
(8,185,224)
(3%,73%,88%)

RGB channels and saturation

R 8 of 255 = 3%
G 185 of 255 = 73%
B 224 of 255 = 88%

8
185
224

R + G + B ~ 55%. #08B9E0 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
8 + 185 + 224 = 417 (100%)
R 8 of 417 ~ 1.92%
G 185 of 417 ~ 44.36%
B 224 of 417 ~ 53.72%

%44.36
%53.72

CMYK color model

#08B9E0 color CMYK value is (96,17,0,12).

  • cyan value is 96.43%
  • magenta value is 17.41%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(96,17,0,12)
C96M17Y0K12 
(96%,17%,0%,12%)
(0.96/0.17/0.00/0.12)	

CMYK percentages

%96.43
%17.41
%0
%12.16

Codes

Color #08B9E0 in popluar color models

08B9E0
RGB8185224
HSL191°93.10%45.49%
HSB/HSV191°96.43%87.84%
CMYK96.43%17.41%0.00%
12.16%

Color #08B9E0 in popluar number systems.

HEX08B9E0
Decimal8185224
Binary10001011100111100000
Octal10271340

Shades and tints

Shades of #08B9E0

#08B9E0
(8,185,224)
#08A9CC
(8,169,204)
#0899B8
(8,153,184)
#0889A4
(8,137,164)
#087990
(8,121,144)
#08697C
(8,105,124)
#085968
(8,89,104)
#084954
(8,73,84)
#083940
(8,57,64)
#08292C
(8,41,44)
#081918
(8,25,24)
#000000
(0,0,0)

Tints of #08B9E0

#08B9E0
(8,185,224)
#1EBFE2
(30,191,226)
#34C5E4
(52,197,228)
#4ACBE6
(74,203,230)
#60D1E8
(96,209,232)
#76D7EA
(118,215,234)
#8CDDEC
(140,221,236)
#A2E3EE
(162,227,238)
#B8E9F0
(184,233,240)
#CEEFF2
(206,239,242)
#E4F5F4
(228,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08B9E0 color. Also use rgb(8,185,224) instead hex code.

Text Font Color

.myTextColor { color: #08B9E0; }

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

This text font color is #08B9E0.


Background Color

.myBgColor { background-color: #08B9E0; }

<div style="background-color:#08B9E0">Inner text</div>

This div background color is #08B9E0.


Border color

.myBorderColor { border: 1px solid #08B9E0; }

<div style="border:3px solid #08B9E0">Div</div>

This div border color is #08B9E0.


Opacity

.myOpacity80 { color: #08B9E0; opacity: 0.8; }

<p style="color:#08B9E0;opacity:0.8;">80%</p>

Text with #08B9E0 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 #08B9E0;}

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

This text has shadow with #08B9E0 color.

.textShadow {text-shadow: 3px 3px 1px #08B9E0, 3px 3px 1px red;}

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

This text has shadow with #08B9E0 primary color and red secondary color.


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

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

This text has shadow with #08B9E0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08B9E0 on black background.


Color preview on white background

This text has color #08B9E0 on white background.



Black color preview on #08B9E0 background

This text has black color on #08B9E0 background.


White color preview on #08B9E0 background

This text has white color on #08B9E0 background.