#129EBF

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

Shades of Pacific Blue #129EBF

Tints of Pacific Blue #129EBF

Color information

#129EBF (or 0x129EBF) is unknown color: approx Pacific Blue. HEX triplet: 12, 9E and BF. RGB value is (18,158,191). Sum of RGB (Red+Green+Blue) = 18+158+191=367 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.90% from 367); Green value is 158 (62.11% from 255 or 43.05% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #129EBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129EBF is #ED6140. Grayscale: #777777. Windows color (decimal): -15556929 or 12557842. OLE color: 12557842.

HSL color Cylindrical-coordinate representation of color #129EBF: hue angle of 191.45º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129EBF is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18158191-
CMYK0.910.1700.25
HSL191.45º82.78%40.98%-
HSV(B)191.45º90.58%74.9%-
XYZ21.8828.3453.61-
YUV119.9168.1255.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.90%
GREEN value IS 158 (62.11% from 255) = 43.05%
BLUE value IS 191 (75% from 255) = 52.04%
R=4.90%
G=43.05%
B=52.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181581910.910.1700.25191.4582.7840.98
Hex129EBF5B11019bf5329
Octal222362771332103127712351
Binary100101001111010111111101101110001011001101111111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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