Shades of Pacific Blue #079BC7
Tints of Pacific Blue #079BC7
RGB
CMYK
RGB Variations
Color information
#079BC7 (or 0x079BC7) is known color: Pacific Blue. HEX triplet: 07, 9B and C7. RGB value is (7,155,199). Sum of RGB (Red+Green+Blue) = 7+155+199=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #079BC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BC7 is #F86438. Grayscale: #737373. Windows color (decimal): -16278585 or 13081351. OLE color: 13081351.
HSL color Cylindrical-coordinate representation of color #079BC7: hue angle of 193.75º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079BC7 is Cyan = 0.96, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 7 | 155 | 199 | - |
| CMYK | 0.96 | 0.22 | 0 | 0.22 |
| HSL | 193.75º | 0.93% | 0.4% | - |
| HSV(B) | 193.75º | 0.96% | 0.78% | - |
| XYZ | 22.12 | 27.61 | 58.2 | - |
| YUV | 115.76 | 174.97 | 50.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 155 | 199 | 0.96 | 0.22 | 0 | 0.22 | 193.75 | 0.93 | 0.4 |
| Hex | 7 | 9B | C7 | 60 | 16 | 0 | 16 | C2 | 5D | 28 |
| Octal | 7 | 233 | 307 | 140 | 26 | 0 | 26 | 302 | 135 | 50 |
| Binary | 111 | 10011011 | 11000111 | 1100000 | 10110 | 0 | 10110 | 11000010 | 1011101 | 101000 |
Color Harmonies of #079BC7
Complementary color
Monochromatic Colors of #079BC7
Black with #079BC7
Text Example
Text Example
White with #079BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079BC7; }
p { color: rgb(7,155,199); }
H1.HeaderClassName
{
color: #079BC7;
}
.AnyTagClassName
{
color: #079BC7;
}
</style>
background-color css
<style>
a { background-color: #079BC7; }
a { background-color: rgb(7,155,199); }
div.DivClassName
{
background-color: #079BC7;
}
.BgClassName
{
background-color: #079BC7;
}
</style>
border-color css
<style>
span { border-color: #079BC7; }
span { border-color: rgb(7,155,199); }
td.TdClassName
{
border-color: #079BC7;
}
.TagClassName
{
border-color: #079BC7;
}
</style>