#129BCF

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

Shades of Pacific Blue #129BCF

Tints of Pacific Blue #129BCF

Color information

#129BCF (or 0x129BCF) is unknown color: approx Pacific Blue. HEX triplet: 12, 9B and CF. RGB value is (18,155,207). Sum of RGB (Red+Green+Blue) = 18+155+207=380 (50% of max value = 765). Red value is 18 (7.42% from 255 or 4.74% from 380); Green value is 155 (60.94% from 255 or 40.79% from 380); Blue value is 207 (81.25% from 255 or 54.47% from 380); Max value from RGB is 207 - color contains mainly: blue. Hex color #129BCF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #129BCF is #ED6430. Grayscale: #777777. Windows color (decimal): -15557681 or 13605650. OLE color: 13605650.

HSL color Cylindrical-coordinate representation of color #129BCF: hue angle of 196.51º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #129BCF is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB18155207-
CMYK0.910.2500.19
HSL196.51º84%44.12%-
HSV(B)196.51º91.3%81.18%-
XYZ23.2328.0863.23-
YUV119.96177.1155.27-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 4.74%
GREEN value IS 155 (60.94% from 255) = 40.79%
BLUE value IS 207 (81.25% from 255) = 54.47%
R=4.74%
G=40.79%
B=54.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal181552070.910.2500.19196.518444.12
Hex129BCF5B19013c5542c
Octal222333171333102330512454
Binary100101001101111001111101101111001010011110001011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #129BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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