#0786CA

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

Shades of Pacific Blue #0786CA

Tints of Pacific Blue #0786CA

Color information

#0786CA (or 0x0786CA) is unknown color: approx Pacific Blue. HEX triplet: 07, 86 and CA. RGB value is (7,134,202). Sum of RGB (Red+Green+Blue) = 7+134+202=343 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.04% from 343); Green value is 134 (52.73% from 255 or 39.07% from 343); Blue value is 202 (79.30% from 255 or 58.89% from 343); Max value from RGB is 202 - color contains mainly: blue. Hex color #0786CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786CA is #F87935. Grayscale: #676767. Windows color (decimal): -16283958 or 13272583. OLE color: 13272583.

HSL color Cylindrical-coordinate representation of color #0786CA: hue angle of 200.92º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0786CA is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7134202-
CMYK0.970.3400.21
HSL200.92º93.3%40.98%-
HSV(B)200.92º96.53%79.22%-
XYZ19.2721.3658.98-
YUV103.78183.4258.97-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.04%
GREEN value IS 134 (52.73% from 255) = 39.07%
BLUE value IS 202 (79.30% from 255) = 58.89%
R=2.04%
G=39.07%
B=58.89%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71342020.970.3400.21200.9293.340.98
Hex786CA6122015c95d29
Octal72063121414202531113551
Binary11110000110110010101100001100010010101110010011011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0786CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0786CA; }

 p { color: rgb(7,134,202); }

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

<style>
 a { background-color: #0786CA; }

 a { background-color: rgb(7,134,202); }

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

<style>
 span { border-color: #0786CA; }

 span { border-color: rgb(7,134,202); }

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