#129AC6

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

Shades of Pacific Blue #129AC6

Tints of Pacific Blue #129AC6

Color information

#129AC6 (or 0x129AC6) is unknown color: approx Pacific Blue. HEX triplet: 12, 9A and C6. RGB value is (18,154,198). Sum of RGB (Red+Green+Blue) = 18+154+198=370 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.86% from 370); Green value is 154 (60.55% from 255 or 41.62% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #129AC6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129AC6 is #ED6539. Grayscale: #767676. Windows color (decimal): -15557946 or 13015570. OLE color: 13015570.

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

Color convert

RGB18154198-
CMYK0.910.2200.22
HSL194.67º83.33%42.35%-
HSV(B)194.67º90.91%77.65%-
XYZ2227.3257.54-
YUV118.35172.9456.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.86%
GREEN value IS 154 (60.55% from 255) = 41.62%
BLUE value IS 198 (77.73% from 255) = 53.51%
R=4.86%
G=41.62%
B=53.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181541980.910.2200.22194.6783.3342.35
Hex129AC65B16016c3532a
Octal222323061332602630312352
Binary100101001101011000110101101110110010110110000111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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