#129AC2

Color #129AC2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #129AC2

Tints of Pacific Blue #129AC2

Color information

#129AC2 (or 0x129AC2) is unknown color: approx Pacific Blue. HEX triplet: 12, 9A and C2. RGB value is (18,154,194). Sum of RGB (Red+Green+Blue) = 18+154+194=366 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.92% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 194 (76.17% from 255 or 53.01% from 366); Max value from RGB is 194 - color contains mainly: blue. Hex color #129AC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AC2 is #ED653D. Grayscale: #757575. Windows color (decimal): -15557950 or 12753426. OLE color: 12753426.

HSL color Cylindrical-coordinate representation of color #129AC2: hue angle of 193.64º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129AC2 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18154194-
CMYK0.910.2100.24
HSL193.64º83.02%41.57%-
HSV(B)193.64º90.72%76.08%-
XYZ21.5427.1355.14-
YUV117.9170.9456.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 4.92%
GREEN value IS 154 (60.55% from 255) = 42.08%
BLUE value IS 194 (76.17% from 255) = 53.01%
R=4.92%
G=42.08%
B=53.01%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181541940.910.2100.24193.6483.0241.57
Hex129AC25B15018c2532a
Octal222323021332503030212352
Binary100101001101011000010101101110101011000110000101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #129AC2; }

 p { color: rgb(18,154,194); }

 H1.HeaderClassName
 {
   color: #129AC2;
 }
 .AnyTagClassName
 {
   color: #129AC2;
 }
</style>
background-color css

<style>
 a { background-color: #129AC2; }

 a { background-color: rgb(18,154,194); }

 div.DivClassName
 {
   background-color: #129AC2;
 }
 .BgClassName
 {
   background-color: #129AC2;
 }
</style>
border-color css

<style>
 span { border-color: #129AC2; }

 span { border-color: rgb(18,154,194); }

 td.TdClassName
 {
   border-color: #129AC2;
 }
 .TagClassName
 {
   border-color: #129AC2;
 }
</style>