COLOR #09B2CA

HEX: #09B2CA
RGB: (9,178,202)

Color info

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

RGB color model

#09B2CA color RGB value is (9,178,202).

  • red value is 9;
  • green value is 178;
  • blue value is 202.
RGB:
(9,178,202)
(4%,70%,79%)

RGB channels and saturation

R 9 of 255 = 4%
G 178 of 255 = 70%
B 202 of 255 = 79%

9
178
202

R + G + B ~ 51%. #09B2CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
9 + 178 + 202 = 389 (100%)
R 9 of 389 ~ 2.31%
G 178 of 389 ~ 45.76%
B 202 of 389 ~ 51.93%

%45.76
%51.93

CMYK color model

#09B2CA color CMYK value is (96,12,0,21).

  • cyan value is 95.54%
  • magenta value is 11.88%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(96,12,0,21)
C96M12Y0K21 
(96%,12%,0%,21%)
(0.96/0.12/0.00/0.21)	

CMYK percentages

%95.54
%11.88
%0
%20.78

Codes

Color #09B2CA in popluar color models

09B2CA
RGB9178202
HSL187°91.47%41.37%
HSB/HSV187°95.54%79.22%
CMYK95.54%11.88%0.00%
20.78%

Color #09B2CA in popluar number systems.

HEX09B2CA
Decimal9178202
Binary10011011001011001010
Octal11262312

Shades and tints

Shades of #09B2CA

#09B2CA
(9,178,202)
#09A2B8
(9,162,184)
#0992A6
(9,146,166)
#098294
(9,130,148)
#097282
(9,114,130)
#096270
(9,98,112)
#09525E
(9,82,94)
#09424C
(9,66,76)
#09323A
(9,50,58)
#092228
(9,34,40)
#091216
(9,18,22)
#000000
(0,0,0)

Tints of #09B2CA

#09B2CA
(9,178,202)
#1FB9CE
(31,185,206)
#35C0D2
(53,192,210)
#4BC7D6
(75,199,214)
#61CEDA
(97,206,218)
#77D5DE
(119,213,222)
#8DDCE2
(141,220,226)
#A3E3E6
(163,227,230)
#B9EAEA
(185,234,234)
#CFF1EE
(207,241,238)
#E5F8F2
(229,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #09B2CA color. Also use rgb(9,178,202) instead hex code.

Text Font Color

.myTextColor { color: #09B2CA; }

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

This text font color is #09B2CA.


Background Color

.myBgColor { background-color: #09B2CA; }

<div style="background-color:#09B2CA">Inner text</div>

This div background color is #09B2CA.


Border color

.myBorderColor { border: 1px solid #09B2CA; }

<div style="border:3px solid #09B2CA">Div</div>

This div border color is #09B2CA.


Opacity

.myOpacity80 { color: #09B2CA; opacity: 0.8; }

<p style="color:#09B2CA;opacity:0.8;">80%</p>

Text with #09B2CA 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 #09B2CA;}

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

This text has shadow with #09B2CA color.

.textShadow {text-shadow: 3px 3px 1px #09B2CA, 3px 3px 1px red;}

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

This text has shadow with #09B2CA primary color and red secondary color.


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

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

This text has shadow with #09B2CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #09B2CA on black background.


Color preview on white background

This text has color #09B2CA on white background.



Black color preview on #09B2CA background

This text has black color on #09B2CA background.


White color preview on #09B2CA background

This text has white color on #09B2CA background.