Shades of Pacific Blue #079DCC
Tints of Pacific Blue #079DCC
RGB
CMYK
RGB Variations
Color information
#079DCC (or 0x079DCC) is known color: Pacific Blue. HEX triplet: 07, 9D and CC. RGB value is (7,157,204). Sum of RGB (Red+Green+Blue) = 7+157+204=368 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.90% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #079DCC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079DCC is #F86233. Grayscale: #757575. Windows color (decimal): -16278068 or 13409543. OLE color: 13409543.
HSL color Cylindrical-coordinate representation of color #079DCC: hue angle of 194.31º 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 #079DCC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 7 | 157 | 204 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.2 |
| HSL | 194.31º | 0.93% | 0.41% | - |
| HSV(B) | 194.31º | 0.97% | 0.8% | - |
| XYZ | 23.04 | 28.52 | 61.42 | - |
| YUV | 117.51 | 176.81 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 157 | 204 | 0.97 | 0.23 | 0 | 0.2 | 194.31 | 0.93 | 0.41 |
| Hex | 7 | 9D | CC | 61 | 17 | 0 | 14 | C2 | 5D | 29 |
| Octal | 7 | 235 | 314 | 141 | 27 | 0 | 24 | 302 | 135 | 51 |
| Binary | 111 | 10011101 | 11001100 | 1100001 | 10111 | 0 | 10100 | 11000010 | 1011101 | 101001 |
Color Harmonies of #079DCC
Complementary color
Monochromatic Colors of #079DCC
Black with #079DCC
Text Example
Text Example
White with #079DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #079DCC; }
p { color: rgb(7,157,204); }
H1.HeaderClassName
{
color: #079DCC;
}
.AnyTagClassName
{
color: #079DCC;
}
</style>
background-color css
<style>
a { background-color: #079DCC; }
a { background-color: rgb(7,157,204); }
div.DivClassName
{
background-color: #079DCC;
}
.BgClassName
{
background-color: #079DCC;
}
</style>
border-color css
<style>
span { border-color: #079DCC; }
span { border-color: rgb(7,157,204); }
td.TdClassName
{
border-color: #079DCC;
}
.TagClassName
{
border-color: #079DCC;
}
</style>