Shades of Pacific Blue #0786CB
Tints of Pacific Blue #0786CB
RGB
CMYK
RGB Variations
Color information
#0786CB (or 0x0786CB) is known color: Pacific Blue. HEX triplet: 07, 86 and CB. RGB value is (7,134,203). Sum of RGB (Red+Green+Blue) = 7+134+203=344 (45% of max value = 765). Red value is 7 (3.12% from 255 or 2.03% from 344); Green value is 134 (52.73% from 255 or 38.95% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #0786CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0786CB is #F87934. Grayscale: #676767. Windows color (decimal): -16283957 or 13338119. OLE color: 13338119.
HSL color Cylindrical-coordinate representation of color #0786CB: hue angle of 201.12º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0786CB is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 134 | 203 | - |
| CMYK | 0.97 | 0.34 | 0 | 0.20 |
| HSL | 201.12º | 0.93% | 0.41% | - |
| HSV(B) | 201.12º | 0.97% | 0.8% | - |
| XYZ | 19.39 | 21.41 | 59.61 | - |
| YUV | 103.89 | 183.92 | 58.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 134 | 203 | 0.97 | 0.34 | 0 | 0.20 | 201.12 | 0.93 | 0.41 |
| Hex | 7 | 86 | CB | 61 | 22 | 0 | 14 | C9 | 5D | 29 |
| Octal | 7 | 206 | 313 | 141 | 42 | 0 | 24 | 311 | 135 | 51 |
| Binary | 111 | 10000110 | 11001011 | 1100001 | 100010 | 0 | 10100 | 11001001 | 1011101 | 101001 |
Color Harmonies of #0786CB
Complementary color
Monochromatic Colors of #0786CB
Black with #0786CB
Text Example
Text Example
White with #0786CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0786CB; }
p { color: rgb(7,134,203); }
H1.HeaderClassName
{
color: #0786CB;
}
.AnyTagClassName
{
color: #0786CB;
}
</style>
background-color css
<style>
a { background-color: #0786CB; }
a { background-color: rgb(7,134,203); }
div.DivClassName
{
background-color: #0786CB;
}
.BgClassName
{
background-color: #0786CB;
}
</style>
border-color css
<style>
span { border-color: #0786CB; }
span { border-color: rgb(7,134,203); }
td.TdClassName
{
border-color: #0786CB;
}
.TagClassName
{
border-color: #0786CB;
}
</style>