COLOR #05BAC5

HEX: #05BAC5 RGB: (5,186,197)

Color info

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

RGB color model

#05BAC5 color RGB value is (5,186,197).

RGB: (5,186,197) (2%, 73%, 77%)

RGB channels and saturation

R 5 of 255 = 2%
G 186 of 255 = 73%
B 197 of 255 = 77%

5
186
197

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

Portions of RGB colors in percentages

R + G + B = 5 + 186 + 197 = 388 (100%)
R 5 of 388 ~ 1.29%
G 186 of 388 ~ 47.94%
B 197 of 388 ~ 50.77'%

%47.94
%50.77

CMYK color model

#05BAC5 color CMYK value is (97,6,0,23).

  • cyan value is 97.46%
  • magenta value is 5.58%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (97,6,0,23)
C97M6Y0K23 (97%, 6%, 0%, 23%)
(0.97 / 0.06 / 0.00 / 0.23)

CMYK percentages

%97.46
%5.58
%0
%22.75

Codes

Color #05BAC5 in popluar color models

05 BA C5
RGB 5 186 197
HSL 183° 95.05% 39.61%
HSB/HSV 183° 97.46% 77.25%
CMYK 97.46% 5.58% 0.00%
22.75%

Color #05BAC5 in popluar number systems.

HEX 05 BA C5
Decimal 5 186 197
Binary 101 10111010 11000101
Octal 5 272 305

Shades and tints

Shades of #05BAC5

#05BAC5
(5,186,197)
#05AAB4
(5,170,180)
#059AA3
(5,154,163)
#058A92
(5,138,146)
#057A81
(5,122,129)
#056A70
(5,106,112)
#055A5F
(5,90,95)
#054A4E
(5,74,78)
#053A3D
(5,58,61)
#052A2C
(5,42,44)
#051A1B
(5,26,27)
#000000
(0,0,0)

Tints of #05BAC5

#05BAC5
(5,186,197)
#1BC0CA
(27,192,202)
#31C6CF
(49,198,207)
#47CCD4
(71,204,212)
#5DD2D9
(93,210,217)
#73D8DE
(115,216,222)
#89DEE3
(137,222,227)
#9FE4E8
(159,228,232)
#B5EAED
(181,234,237)
#CBF0F2
(203,240,242)
#E1F6F7
(225,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #05BAC5 color. Also use rgb(5,186,197) instead hex code.

Text Font Color

.myTextColor { color: #05BAC5; }

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

This text font color is #05BAC5.

Background Color

.myBgColor { background-color: #05BAC5; }

<div style="background-color:#05BAC5">Inner text</div>

This div background color is #05BAC5.

Border color

.myBorderColor { border: 1px solid #05BAC5; }

<div style="border:3px solid #05BAC5">Div</div>

This div border color is #05BAC5.

Opacity

.myOpacity80 { color: #05BAC5; opacity: 0.8; }

<p style="color:#05BAC5;opacity:0.8;">80%</p>

Text with #05BAC5 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 #05BAC5;}

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

This text has shadow with #05BAC5 color.


.textShadow {text-shadow: 3px 3px 1px #05BAC5', 3px 3px 1px red;}

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

This text has shadow with #05BAC5 primary color and red secondary color.


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

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

This text has shadow with #05BAC5 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #05BAC5; -webkit-box-shadow: 1px 1px 3px 2px #05BAC5; box-shadow:1px 1px 3px 2px #05BAC5;">
Div content here
</div>

This div box has shadow with color #05BAC5.

Preview

Color preview on black background

This text has color #05BAC5 on black background.


Color preview on white background

This text has color #05BAC5 on white background.


Black color preview on #05BAC5 background

This text has black color on #05BAC5 background.


White color preview on #05BAC5 background

This text has white color on #05BAC5 background.


Related colors

Complementary color

Complementary color for #hex is #FA453A.


I love getcolorcode.com

Triadic colors

1 #C505BA and #BAC505 with #05BAC5 are triadic colors.

2 #C5BA05 and #BA05C5 with #05BAC5 are triadic colors.