#129EC8

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

Shades of Pacific Blue #129EC8

Tints of Pacific Blue #129EC8

Color information

#129EC8 (or 0x129EC8) is unknown color: approx Pacific Blue. HEX triplet: 12, 9E and C8. RGB value is (18,158,200). Sum of RGB (Red+Green+Blue) = 18+158+200=376 (49% of max value = 765). Red value is 18 (7.42% from 255 or 4.79% from 376); Green value is 158 (62.11% from 255 or 42.02% from 376); Blue value is 200 (78.52% from 255 or 53.19% from 376); Max value from RGB is 200 - color contains mainly: blue. Hex color #129EC8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EC8 is #ED6137. Grayscale: #787878. Windows color (decimal): -15556920 or 13147666. OLE color: 13147666.

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

Color convert

RGB18158200-
CMYK0.910.2100.22
HSL193.85º83.49%42.75%-
HSV(B)193.85º91%78.43%-
XYZ22.928.7558.99-
YUV120.93172.6254.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.79%
GREEN value IS 158 (62.11% from 255) = 42.02%
BLUE value IS 200 (78.52% from 255) = 53.19%
R=4.79%
G=42.02%
B=53.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181582000.910.2100.22193.8583.4942.75
Hex129EC85B15016c2532b
Octal222363101332502630212353
Binary100101001111011001000101101110101010110110000101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,158,200); }

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

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

 a { background-color: rgb(18,158,200); }

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

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

 span { border-color: rgb(18,158,200); }

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