COLOR #10A5CA

HEX: #10A5CA RGB: (16,165,202)

Color info

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

RGB color model

#10A5CA color RGB value is (16,165,202).

RGB: (16,165,202) (6%, 65%, 79%)

RGB channels and saturation

R 16 of 255 = 6%
G 165 of 255 = 65%
B 202 of 255 = 79%

16
165
202

R + G + B ~ 50%. #10A5CA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 16 + 165 + 202 = 383 (100%)
R 16 of 383 ~ 4.18%
G 165 of 383 ~ 43.08%
B 202 of 383 ~ 52.74'%

%43.08
%52.74

CMYK color model

#10A5CA color CMYK value is (92,18,0,21).

  • cyan value is 92.08%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (92,18,0,21) C92M18Y0K21 (92%,18%,0%,21%) (0.92/0.18/0.00/0.21) 

CMYK percentages

%92.08
%18.32
%0
%20.78

Codes

Color #10A5CA in popluar color models

10 A5 CA
RGB 16 165 202
HSL 192° 85.32% 42.75%
HSB/HSV 192° 92.08% 79.22%
CMYK 92.08% 18.32% 0.00%
20.78%

Color #10A5CA in popluar number systems.

HEX 10 A5 CA
Decimal 16 165 202
Binary 10000 10100101 11001010
Octal 20 245 312

Shades and tints

Shades of #10A5CA

#10A5CA
(16,165,202)
#0F96B8
(15,150,184)
#0E87A6
(14,135,166)
#0D7894
(13,120,148)
#0C6982
(12,105,130)
#0B5A70
(11,90,112)
#0A4B5E
(10,75,94)
#093C4C
(9,60,76)
#082D3A
(8,45,58)
#071E28
(7,30,40)
#060F16
(6,15,22)
#000000
(0,0,0)

Tints of #10A5CA

#10A5CA
(16,165,202)
#25ADCE
(37,173,206)
#3AB5D2
(58,181,210)
#4FBDD6
(79,189,214)
#64C5DA
(100,197,218)
#79CDDE
(121,205,222)
#8ED5E2
(142,213,226)
#A3DDE6
(163,221,230)
#B8E5EA
(184,229,234)
#CDEDEE
(205,237,238)
#E2F5F2
(226,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #10A5CA color. Also use rgb(16,165,202) instead hex code.

Text Font Color

.myTextColor { color: #10A5CA; }

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

This text font color is #10A5CA.

Background Color

.myBgColor { background-color: #10A5CA; }

<div style="background-color:#10A5CA">Inner text</div>

This div background color is #10A5CA.

Border color

.myBorderColor { border: 1px solid #10A5CA; }

<div style="border:3px solid #10A5CA">Div</div>

This div border color is #10A5CA.

Opacity

.myOpacity80 { color: #10A5CA; opacity: 0.8; }

<p style="color:#10A5CA;opacity:0.8;">80%</p>

Text with #10A5CA 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 #10A5CA;}

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

This text has shadow with #10A5CA color.


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

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

This text has shadow with #10A5CA primary color and red secondary color.


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

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

This text has shadow with #10A5CA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #10A5CA.

Preview

Color preview on black background

This text has color #10A5CA on black background.


Color preview on white background

This text has color #10A5CA on white background.


Black color preview on #10A5CA background

This text has black color on #10A5CA background.


White color preview on #10A5CA background

This text has white color on #10A5CA background.


Related colors

Complementary color

Complementary color for #hex is #EF5A35.


I love getcolorcode.com

Triadic colors

1 #CA10A5 and #A5CA10 with #10A5CA are triadic colors.

2 #CAA510 and #A510CA with #10A5CA are triadic colors.