Shades of Pacific Blue #079FBB
Tints of Pacific Blue #079FBB
RGB
CMYK
RGB Variations
Color information
#079FBB (or 0x079FBB) is known color: Pacific Blue. HEX triplet: 07, 9F and BB. RGB value is (7,159,187). Sum of RGB (Red+Green+Blue) = 7+159+187=353 (46% of max value = 765). Red value is 7 (3.12% from 255 or 1.98% from 353); Green value is 159 (62.5% from 255 or 45.04% from 353); Blue value is 187 (73.44% from 255 or 52.97% from 353); Max value from RGB is 187 - color contains mainly: blue. Hex color #079FBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FBB is #F86044. Grayscale: #747474. Windows color (decimal): -16277573 or 12295943. OLE color: 12295943.
HSL color Cylindrical-coordinate representation of color #079FBB: hue angle of 189.33º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079FBB is Cyan = 0.96, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 7 | 159 | 187 | - |
| CMYK | 0.96 | 0.15 | 0 | 0.27 |
| HSL | 189.33º | 0.93% | 0.38% | - |
| HSV(B) | 189.33º | 0.96% | 0.73% | - |
| XYZ | 21.46 | 28.43 | 51.37 | - |
| YUV | 116.74 | 167.64 | 49.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 187 | 0.96 | 0.15 | 0 | 0.27 | 189.33 | 0.93 | 0.38 |
| Hex | 7 | 9F | BB | 60 | F | 0 | 1B | BD | 5D | 26 |
| Octal | 7 | 237 | 273 | 140 | 17 | 0 | 33 | 275 | 135 | 46 |
| Binary | 111 | 10011111 | 10111011 | 1100000 | 1111 | 0 | 11011 | 10111101 | 1011101 | 100110 |
Color Harmonies of #079FBB
Complementary color
Monochromatic Colors of #079FBB
Black with #079FBB
Text Example
Text Example
White with #079FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FBB; }
p { color: rgb(7,159,187); }
H1.HeaderClassName
{
color: #079FBB;
}
.AnyTagClassName
{
color: #079FBB;
}
</style>
background-color css
<style>
a { background-color: #079FBB; }
a { background-color: rgb(7,159,187); }
div.DivClassName
{
background-color: #079FBB;
}
.BgClassName
{
background-color: #079FBB;
}
</style>
border-color css
<style>
span { border-color: #079FBB; }
span { border-color: rgb(7,159,187); }
td.TdClassName
{
border-color: #079FBB;
}
.TagClassName
{
border-color: #079FBB;
}
</style>