COLOR #129FCA

HEX: #129FCA RGB: (18,159,202)

Color info

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

RGB color model

#129FCA color RGB value is (18,159,202).

RGB: (18,159,202) (7%, 62%, 79%)

RGB channels and saturation

R 18 of 255 = 7%
G 159 of 255 = 62%
B 202 of 255 = 79%

18
159
202

R + G + B ~ 49%. #129FCA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 18 + 159 + 202 = 379 (100%)
R 18 of 379 ~ 4.75%
G 159 of 379 ~ 41.95%
B 202 of 379 ~ 53.3'%

%41.95
%53.3

CMYK color model

#129FCA color CMYK value is (91,21,0,21).

  • cyan value is 91.09%
  • magenta value is 21.29%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (91,21,0,21)
C91M21Y0K21 (91%, 21%, 0%, 21%)
(0.91 / 0.21 / 0.00 / 0.21)

CMYK percentages

%91.09
%21.29
%0
%20.78

Codes

Color #129FCA in popluar color models

12 9F CA
RGB 18 159 202
HSL 194° 83.64% 43.14%
HSB/HSV 194° 91.09% 79.22%
CMYK 91.09% 21.29% 0.00%
20.78%

Color #129FCA in popluar number systems.

HEX 12 9F CA
Decimal 18 159 202
Binary 10010 10011111 11001010
Octal 22 237 312

Shades and tints

Shades of #129FCA

#129FCA
(18,159,202)
#1191B8
(17,145,184)
#1083A6
(16,131,166)
#0F7594
(15,117,148)
#0E6782
(14,103,130)
#0D5970
(13,89,112)
#0C4B5E
(12,75,94)
#0B3D4C
(11,61,76)
#0A2F3A
(10,47,58)
#092128
(9,33,40)
#081316
(8,19,22)
#000000
(0,0,0)

Tints of #129FCA

#129FCA
(18,159,202)
#27A7CE
(39,167,206)
#3CAFD2
(60,175,210)
#51B7D6
(81,183,214)
#66BFDA
(102,191,218)
#7BC7DE
(123,199,222)
#90CFE2
(144,207,226)
#A5D7E6
(165,215,230)
#BADFEA
(186,223,234)
#CFE7EE
(207,231,238)
#E4EFF2
(228,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #129FCA color. Also use rgb(18,159,202) instead hex code.

Text Font Color

.myTextColor { color: #129FCA; }

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

This text font color is #129FCA.

Background Color

.myBgColor { background-color: #129FCA; }

<div style="background-color:#129FCA">Inner text</div>

This div background color is #129FCA.

Border color

.myBorderColor { border: 1px solid #129FCA; }

<div style="border:3px solid #129FCA">Div</div>

This div border color is #129FCA.

Opacity

.myOpacity80 { color: #129FCA; opacity: 0.8; }

<p style="color:#129FCA;opacity:0.8;">80%</p>

Text with #129FCA 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 #129FCA;}

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

This text has shadow with #129FCA color.


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

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

This text has shadow with #129FCA primary color and red secondary color.


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

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

This text has shadow with #129FCA and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #129FCA.

Preview

Color preview on black background

This text has color #129FCA on black background.


Color preview on white background

This text has color #129FCA on white background.


Black color preview on #129FCA background

This text has black color on #129FCA background.


White color preview on #129FCA background

This text has white color on #129FCA background.


Related colors

Complementary color

Complementary color for #hex is #ED6035.


I love getcolorcode.com

Triadic colors

1 #CA129F and #9FCA12 with #129FCA are triadic colors.

2 #CA9F12 and #9F12CA with #129FCA are triadic colors.