Shades of Pacific Blue #0796CE
Tints of Pacific Blue #0796CE
RGB
CMYK
RGB Variations
Color information
#0796CE (or 0x0796CE) is known color: Pacific Blue. HEX triplet: 07, 96 and CE. RGB value is (7,150,206). Sum of RGB (Red+Green+Blue) = 7+150+206=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 206 (80.86% from 255 or 56.75% from 363); Max value from RGB is 206 - color contains mainly: blue. Hex color #0796CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796CE is #F86931. Grayscale: #717171. Windows color (decimal): -16279858 or 13538823. OLE color: 13538823.
HSL color Cylindrical-coordinate representation of color #0796CE: hue angle of 196.88º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0796CE is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 7 | 150 | 206 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.19 |
| HSL | 196.88º | 0.93% | 0.42% | - |
| HSV(B) | 196.88º | 0.97% | 0.81% | - |
| XYZ | 22.13 | 26.31 | 62.31 | - |
| YUV | 113.63 | 180.12 | 51.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 206 | 0.97 | 0.27 | 0 | 0.19 | 196.88 | 0.93 | 0.42 |
| Hex | 7 | 96 | CE | 61 | 1B | 0 | 13 | C5 | 5D | 2A |
| Octal | 7 | 226 | 316 | 141 | 33 | 0 | 23 | 305 | 135 | 52 |
| Binary | 111 | 10010110 | 11001110 | 1100001 | 11011 | 0 | 10011 | 11000101 | 1011101 | 101010 |
Color Harmonies of #0796CE
Complementary color
Monochromatic Colors of #0796CE
Black with #0796CE
Text Example
Text Example
White with #0796CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796CE; }
p { color: rgb(7,150,206); }
H1.HeaderClassName
{
color: #0796CE;
}
.AnyTagClassName
{
color: #0796CE;
}
</style>
background-color css
<style>
a { background-color: #0796CE; }
a { background-color: rgb(7,150,206); }
div.DivClassName
{
background-color: #0796CE;
}
.BgClassName
{
background-color: #0796CE;
}
</style>
border-color css
<style>
span { border-color: #0796CE; }
span { border-color: rgb(7,150,206); }
td.TdClassName
{
border-color: #0796CE;
}
.TagClassName
{
border-color: #0796CE;
}
</style>