Shades of Pacific Blue #079FCC
Tints of Pacific Blue #079FCC
RGB
CMYK
RGB Variations
Color information
#079FCC (or 0x079FCC) is known color: Pacific Blue. HEX triplet: 07, 9F and CC. RGB value is (7,159,204). Sum of RGB (Red+Green+Blue) = 7+159+204=370 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.89% from 370); Green value is 159 (62.5% from 255 or 42.97% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #079FCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FCC is #F86033. Grayscale: #767676. Windows color (decimal): -16277556 or 13410055. OLE color: 13410055.
HSL color Cylindrical-coordinate representation of color #079FCC: hue angle of 193.71º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079FCC is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 159 | 204 | - |
| CMYK | 0.97 | 0.22 | 0 | 0.2 |
| HSL | 193.71º | 0.93% | 0.41% | - |
| HSV(B) | 193.71º | 0.97% | 0.8% | - |
| XYZ | 23.38 | 29.2 | 61.53 | - |
| YUV | 118.68 | 176.14 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 159 | 204 | 0.97 | 0.22 | 0 | 0.2 | 193.71 | 0.93 | 0.41 |
| Hex | 7 | 9F | CC | 61 | 16 | 0 | 14 | C2 | 5D | 29 |
| Octal | 7 | 237 | 314 | 141 | 26 | 0 | 24 | 302 | 135 | 51 |
| Binary | 111 | 10011111 | 11001100 | 1100001 | 10110 | 0 | 10100 | 11000010 | 1011101 | 101001 |
Color Harmonies of #079FCC
Complementary color
Monochromatic Colors of #079FCC
Black with #079FCC
Text Example
Text Example
White with #079FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079FCC; }
p { color: rgb(7,159,204); }
H1.HeaderClassName
{
color: #079FCC;
}
.AnyTagClassName
{
color: #079FCC;
}
</style>
background-color css
<style>
a { background-color: #079FCC; }
a { background-color: rgb(7,159,204); }
div.DivClassName
{
background-color: #079FCC;
}
.BgClassName
{
background-color: #079FCC;
}
</style>
border-color css
<style>
span { border-color: #079FCC; }
span { border-color: rgb(7,159,204); }
td.TdClassName
{
border-color: #079FCC;
}
.TagClassName
{
border-color: #079FCC;
}
</style>