Shades of Pacific Blue #0796CB
Tints of Pacific Blue #0796CB
RGB
CMYK
RGB Variations
Color information
#0796CB (or 0x0796CB) is known color: Pacific Blue. HEX triplet: 07, 96 and CB. RGB value is (7,150,203). Sum of RGB (Red+Green+Blue) = 7+150+203=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 150 (58.98% from 255 or 41.67% from 360); Blue value is 203 (79.69% from 255 or 56.39% from 360); Max value from RGB is 203 - color contains mainly: blue. Hex color #0796CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796CB is #F86934. Grayscale: #707070. Windows color (decimal): -16279861 or 13342215. OLE color: 13342215.
HSL color Cylindrical-coordinate representation of color #0796CB: hue angle of 196.22º 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 #0796CB is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 7 | 150 | 203 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.20 |
| HSL | 196.22º | 0.93% | 0.41% | - |
| HSV(B) | 196.22º | 0.97% | 0.8% | - |
| XYZ | 21.77 | 26.17 | 60.4 | - |
| YUV | 113.29 | 178.62 | 52.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 203 | 0.97 | 0.26 | 0 | 0.20 | 196.22 | 0.93 | 0.41 |
| Hex | 7 | 96 | CB | 61 | 1A | 0 | 14 | C4 | 5D | 29 |
| Octal | 7 | 226 | 313 | 141 | 32 | 0 | 24 | 304 | 135 | 51 |
| Binary | 111 | 10010110 | 11001011 | 1100001 | 11010 | 0 | 10100 | 11000100 | 1011101 | 101001 |
Color Harmonies of #0796CB
Complementary color
Monochromatic Colors of #0796CB
Black with #0796CB
Text Example
Text Example
White with #0796CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796CB; }
p { color: rgb(7,150,203); }
H1.HeaderClassName
{
color: #0796CB;
}
.AnyTagClassName
{
color: #0796CB;
}
</style>
background-color css
<style>
a { background-color: #0796CB; }
a { background-color: rgb(7,150,203); }
div.DivClassName
{
background-color: #0796CB;
}
.BgClassName
{
background-color: #0796CB;
}
</style>
border-color css
<style>
span { border-color: #0796CB; }
span { border-color: rgb(7,150,203); }
td.TdClassName
{
border-color: #0796CB;
}
.TagClassName
{
border-color: #0796CB;
}
</style>