Shades of Pacific Blue #079EBC
Tints of Pacific Blue #079EBC
RGB
CMYK
RGB Variations
Color information
#079EBC (or 0x079EBC) is known color: Pacific Blue. HEX triplet: 07, 9E and BC. RGB value is (7,158,188). Sum of RGB (Red+Green+Blue) = 7+158+188=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 158 (62.11% from 255 or 44.76% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #079EBC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079EBC is #F86143. Grayscale: #747474. Windows color (decimal): -16277828 or 12361223. OLE color: 12361223.
HSL color Cylindrical-coordinate representation of color #079EBC: hue angle of 189.94º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079EBC is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 158 | 188 | - |
| CMYK | 0.96 | 0.16 | 0 | 0.26 |
| HSL | 189.94º | 0.93% | 0.38% | - |
| HSV(B) | 189.94º | 0.96% | 0.74% | - |
| XYZ | 21.39 | 28.13 | 51.88 | - |
| YUV | 116.27 | 168.47 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 158 | 188 | 0.96 | 0.16 | 0 | 0.26 | 189.94 | 0.93 | 0.38 |
| Hex | 7 | 9E | BC | 60 | 10 | 0 | 1A | BE | 5D | 26 |
| Octal | 7 | 236 | 274 | 140 | 20 | 0 | 32 | 276 | 135 | 46 |
| Binary | 111 | 10011110 | 10111100 | 1100000 | 10000 | 0 | 11010 | 10111110 | 1011101 | 100110 |
Color Harmonies of #079EBC
Complementary color
Monochromatic Colors of #079EBC
Black with #079EBC
Text Example
Text Example
White with #079EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079EBC; }
p { color: rgb(7,158,188); }
H1.HeaderClassName
{
color: #079EBC;
}
.AnyTagClassName
{
color: #079EBC;
}
</style>
background-color css
<style>
a { background-color: #079EBC; }
a { background-color: rgb(7,158,188); }
div.DivClassName
{
background-color: #079EBC;
}
.BgClassName
{
background-color: #079EBC;
}
</style>
border-color css
<style>
span { border-color: #079EBC; }
span { border-color: rgb(7,158,188); }
td.TdClassName
{
border-color: #079EBC;
}
.TagClassName
{
border-color: #079EBC;
}
</style>