Shades of Pacific Blue #0796D8
Tints of Pacific Blue #0796D8
RGB
CMYK
RGB Variations
Color information
#0796D8 (or 0x0796D8) is known color: Pacific Blue. HEX triplet: 07, 96 and D8. RGB value is (7,150,216). Sum of RGB (Red+Green+Blue) = 7+150+216=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 216 (84.77% from 255 or 57.91% from 373); Max value from RGB is 216 - color contains mainly: blue. Hex color #0796D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796D8 is #F86927. Grayscale: #727272. Windows color (decimal): -16279848 or 14194183. OLE color: 14194183.
HSL color Cylindrical-coordinate representation of color #0796D8: hue angle of 198.95º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0796D8 is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 7 | 150 | 216 | - |
| CMYK | 0.97 | 0.31 | 0 | 0.15 |
| HSL | 198.95º | 0.94% | 0.44% | - |
| HSV(B) | 198.95º | 0.97% | 0.85% | - |
| XYZ | 23.39 | 26.82 | 68.91 | - |
| YUV | 114.77 | 185.12 | 51.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 216 | 0.97 | 0.31 | 0 | 0.15 | 198.95 | 0.94 | 0.44 |
| Hex | 7 | 96 | D8 | 61 | 1F | 0 | F | C7 | 5E | 2C |
| Octal | 7 | 226 | 330 | 141 | 37 | 0 | 17 | 307 | 136 | 54 |
| Binary | 111 | 10010110 | 11011000 | 1100001 | 11111 | 0 | 1111 | 11000111 | 1011110 | 101100 |
Color Harmonies of #0796D8
Complementary color
Monochromatic Colors of #0796D8
Black with #0796D8
Text Example
Text Example
White with #0796D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796D8; }
p { color: rgb(7,150,216); }
H1.HeaderClassName
{
color: #0796D8;
}
.AnyTagClassName
{
color: #0796D8;
}
</style>
background-color css
<style>
a { background-color: #0796D8; }
a { background-color: rgb(7,150,216); }
div.DivClassName
{
background-color: #0796D8;
}
.BgClassName
{
background-color: #0796D8;
}
</style>
border-color css
<style>
span { border-color: #0796D8; }
span { border-color: rgb(7,150,216); }
td.TdClassName
{
border-color: #0796D8;
}
.TagClassName
{
border-color: #0796D8;
}
</style>