Shades of Pacific Blue #0796BF
Tints of Pacific Blue #0796BF
RGB
CMYK
RGB Variations
Color information
#0796BF (or 0x0796BF) is known color: Pacific Blue. HEX triplet: 07, 96 and BF. RGB value is (7,150,191). Sum of RGB (Red+Green+Blue) = 7+150+191=348 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2.01% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 191 (75% from 255 or 54.89% from 348); Max value from RGB is 191 - color contains mainly: blue. Hex color #0796BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796BF is #F86940. Grayscale: #6F6F6F. Windows color (decimal): -16279873 or 12555783. OLE color: 12555783.
HSL color Cylindrical-coordinate representation of color #0796BF: hue angle of 193.37º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0796BF is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 150 | 191 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.25 |
| HSL | 193.37º | 0.93% | 0.39% | - |
| HSV(B) | 193.37º | 0.96% | 0.75% | - |
| XYZ | 20.4 | 25.62 | 53.16 | - |
| YUV | 111.92 | 172.62 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 191 | 0.96 | 0.21 | 0 | 0.25 | 193.37 | 0.93 | 0.39 |
| Hex | 7 | 96 | BF | 60 | 15 | 0 | 19 | C1 | 5D | 27 |
| Octal | 7 | 226 | 277 | 140 | 25 | 0 | 31 | 301 | 135 | 47 |
| Binary | 111 | 10010110 | 10111111 | 1100000 | 10101 | 0 | 11001 | 11000001 | 1011101 | 100111 |
Color Harmonies of #0796BF
Complementary color
Monochromatic Colors of #0796BF
Black with #0796BF
Text Example
Text Example
White with #0796BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796BF; }
p { color: rgb(7,150,191); }
H1.HeaderClassName
{
color: #0796BF;
}
.AnyTagClassName
{
color: #0796BF;
}
</style>
background-color css
<style>
a { background-color: #0796BF; }
a { background-color: rgb(7,150,191); }
div.DivClassName
{
background-color: #0796BF;
}
.BgClassName
{
background-color: #0796BF;
}
</style>
border-color css
<style>
span { border-color: #0796BF; }
span { border-color: rgb(7,150,191); }
td.TdClassName
{
border-color: #0796BF;
}
.TagClassName
{
border-color: #0796BF;
}
</style>