COLOR #08BBE2

HEX: #08BBE2
RGB: (8,187,226)

Color info

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

RGB color model

#08BBE2 color RGB value is (8,187,226).

  • red value is 8;
  • green value is 187;
  • blue value is 226.
RGB:
(8,187,226)
(3%,73%,89%)

RGB channels and saturation

R 8 of 255 = 3%
G 187 of 255 = 73%
B 226 of 255 = 89%

8
187
226

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

Portions of RGB colors in percentages

R + G + B =
8 + 187 + 226 = 421 (100%)
R 8 of 421 ~ 1.9%
G 187 of 421 ~ 44.42%
B 226 of 421 ~ 53.68%

%44.42
%53.68

CMYK color model

#08BBE2 color CMYK value is (96,17,0,11).

  • cyan value is 96.46%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(96,17,0,11)
C96M17Y0K11 
(96%,17%,0%,11%)
(0.96/0.17/0.00/0.11)	

CMYK percentages

%96.46
%17.26
%0
%11.37

Codes

Color #08BBE2 in popluar color models

08BBE2
RGB8187226
HSL191°93.16%45.88%
HSB/HSV191°96.46%88.63%
CMYK96.46%17.26%0.00%
11.37%

Color #08BBE2 in popluar number systems.

HEX08BBE2
Decimal8187226
Binary10001011101111100010
Octal10273342

Shades and tints

Shades of #08BBE2

#08BBE2
(8,187,226)
#08AACE
(8,170,206)
#0899BA
(8,153,186)
#0888A6
(8,136,166)
#087792
(8,119,146)
#08667E
(8,102,126)
#08556A
(8,85,106)
#084456
(8,68,86)
#083342
(8,51,66)
#08222E
(8,34,46)
#08111A
(8,17,26)
#000000
(0,0,0)

Tints of #08BBE2

#08BBE2
(8,187,226)
#1EC1E4
(30,193,228)
#34C7E6
(52,199,230)
#4ACDE8
(74,205,232)
#60D3EA
(96,211,234)
#76D9EC
(118,217,236)
#8CDFEE
(140,223,238)
#A2E5F0
(162,229,240)
#B8EBF2
(184,235,242)
#CEF1F4
(206,241,244)
#E4F7F6
(228,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #08BBE2 color. Also use rgb(8,187,226) instead hex code.

Text Font Color

.myTextColor { color: #08BBE2; }

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

This text font color is #08BBE2.


Background Color

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

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

This div background color is #08BBE2.


Border color

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

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

This div border color is #08BBE2.


Opacity

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

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

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

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

This text has shadow with #08BBE2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #08BBE2 on black background.


Color preview on white background

This text has color #08BBE2 on white background.



Black color preview on #08BBE2 background

This text has black color on #08BBE2 background.


White color preview on #08BBE2 background

This text has white color on #08BBE2 background.