Shades of Pacific Blue #0796E1
Tints of Pacific Blue #0796E1
RGB
CMYK
RGB Variations
Color information
#0796E1 (or 0x0796E1) is known color: Pacific Blue. HEX triplet: 07, 96 and E1. RGB value is (7,150,225). Sum of RGB (Red+Green+Blue) = 7+150+225=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 225 (88.28% from 255 or 58.90% from 382); Max value from RGB is 225 - color contains mainly: blue. Hex color #0796E1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0796E1 is #F8691E. Grayscale: #737373. Windows color (decimal): -16279839 or 14784007. OLE color: 14784007.
HSL color Cylindrical-coordinate representation of color #0796E1: hue angle of 200.64º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0796E1 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 7 | 150 | 225 | - |
| CMYK | 0.97 | 0.33 | 0 | 0.12 |
| HSL | 200.64º | 0.94% | 0.45% | - |
| HSV(B) | 200.64º | 0.97% | 0.88% | - |
| XYZ | 24.58 | 27.29 | 75.21 | - |
| YUV | 115.79 | 189.62 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 150 | 225 | 0.97 | 0.33 | 0 | 0.12 | 200.64 | 0.94 | 0.45 |
| Hex | 7 | 96 | E1 | 61 | 21 | 0 | C | C9 | 5E | 2D |
| Octal | 7 | 226 | 341 | 141 | 41 | 0 | 14 | 311 | 136 | 55 |
| Binary | 111 | 10010110 | 11100001 | 1100001 | 100001 | 0 | 1100 | 11001001 | 1011110 | 101101 |
Color Harmonies of #0796E1
Complementary color
Monochromatic Colors of #0796E1
Black with #0796E1
Text Example
Text Example
White with #0796E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0796E1; }
p { color: rgb(7,150,225); }
H1.HeaderClassName
{
color: #0796E1;
}
.AnyTagClassName
{
color: #0796E1;
}
</style>
background-color css
<style>
a { background-color: #0796E1; }
a { background-color: rgb(7,150,225); }
div.DivClassName
{
background-color: #0796E1;
}
.BgClassName
{
background-color: #0796E1;
}
</style>
border-color css
<style>
span { border-color: #0796E1; }
span { border-color: rgb(7,150,225); }
td.TdClassName
{
border-color: #0796E1;
}
.TagClassName
{
border-color: #0796E1;
}
</style>