#129BBF

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

Shades of Pacific Blue #129BBF

Tints of Pacific Blue #129BBF

Color information

#129BBF (or 0x129BBF) is unknown color: approx Pacific Blue. HEX triplet: 12, 9B and BF. RGB value is (18,155,191). Sum of RGB (Red+Green+Blue) = 18+155+191=364 (48% of max value = 765). Red value is 18 (7.42% from 255 or 4.95% from 364); Green value is 155 (60.94% from 255 or 42.58% from 364); Blue value is 191 (75% from 255 or 52.47% from 364); Max value from RGB is 191 - color contains mainly: blue. Hex color #129BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BBF is #ED6440. Grayscale: #757575. Windows color (decimal): -15557697 or 12557074. OLE color: 12557074.

HSL color Cylindrical-coordinate representation of color #129BBF: hue angle of 192.49º 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 #129BBF is Cyan = 0.91, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18155191-
CMYK0.910.1900.25
HSL192.49º82.78%40.98%-
HSV(B)192.49º90.58%74.9%-
XYZ21.3727.3353.44-
YUV118.14169.1156.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.95%
GREEN value IS 155 (60.94% from 255) = 42.58%
BLUE value IS 191 (75% from 255) = 52.47%
R=4.95%
G=42.58%
B=52.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181551910.910.1900.25192.4982.7840.98
Hex129BBF5B13019c05329
Octal222332771332303130012351
Binary100101001101110111111101101110011011001110000001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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